AI SummaryThis booster automates the creation of new Claude Code skills by generating properly structured SKILL.md files with YAML frontmatter and validated naming conventions. It's useful for developers building custom skills within the Claude Code ecosystem who need consistency and correct formatting.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Tech Blog (Zenn)" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/migrate-to-skills && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/migrate-to-skills/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/migrate-to-skills/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/migrate-to-skills/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/migrate-to-skills/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
The most comprehensive Claude Code skills registry | Web Search: https://majiayu000.github.io/claude-skill-registry-core/
Convert to Skills
Convert legacy agent resources to the unified Agent Skills format.
Workflow
Execute these phases in order. Always get user approval before making changes.
Phase 1: Discovery
Search for legacy resources. Run these searches immediately: `bash
Subagents
find . -path "/.claude/agents/.md" -o -path "/.cursor/agents/.md" -o -path "/.codex/agents/.md" 2>/dev/null
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster