migrate-to-skills
Convert legacy agent resources to the unified Agent Skills format.
npx skills add majiayu000/claude-skill-registry --skill migrate-to-skills-kasperjunge-agent-resources-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: migrate-to-skills description: | Convert legacy subagents, slash commands, and rules to the unified Agent Skills format. Use when migrating agent resources, consolidating legacy directories, or standardizing across Claude Code, Cursor, Copilot, Codex, and Open Code. disable-model-invocation: true argument-hint: <scope: all|subagents|commands|rules|path> allowed-tools: Read Write Edit Glob Grep Bash --- # Convert to Skills Convert legacy agent resources to the unified [Agent Skills](https://agentskills.io) 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 # Commands find . -path "*/.claude/commands/*.md" -o -path "*/.cursor/commands/*.md" -o -path "*/.codex/commands/*.md" 2>/dev/null # Rules find . -path "*/.claude/rules/*.md" -o -path "*/.cursor/rules/*.mdc" -o -path "*/.cursor/rules/*.md" 2>/dev/null # Custom Prompts (Codex) find . -path "*/.codex/prompts/*.md" 2>/dev/null # AGENTS.md files find . -name "AGEN
- Workflow
- Phase 1: Discovery
- Phase 2: Classification
- Phase 3: Approval
- Phase 4: Conversion
- Phase 5: Verification
- Phase 6: Cleanup (Optional)
- Quick Reference
- Key Conversion Rules
- Model Mapping
- Tool Mapping
- Reference Files
- Troubleshooting
Subagents find . -path "*/.claude/agents/*.md" -o -path "*/.cursor/agents/*.md" -o -path "*/.codex/agents/*.md" 2>/dev/null Commands find . -path "*/.claude/commands/*.md" -o -path "*/.cursor/commands/*.md" -o -path "*/.codex/commands/*.md" 2>/dev/null Rules find . -path "*/.claude/rules/*.md" -o -path "*/.cursor/rules/*.mdc" -o -path "*/.cursor/rules/*.md" 2>/dev/null Custom Prompts (Codex) find . -path "*/.codex/prompts/*.md" 2>/dev/null AGENTS.md files find . -name "AGENTS.md" 2>/dev/null
What does the migrate-to-skills skill do?
Convert legacy agent resources to the unified Agent Skills format.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill migrate-to-skills-kasperjunge-agent-resources-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
