Agent skill · AI & Agents

migrate-to-skills

Convert legacy agent resources to the unified Agent Skills format.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/migrate-to-skills-kasperjunge-agent-resources-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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

What's inside
Steps it walks through
  1. Workflow
  2. Phase 1: Discovery
  3. Phase 2: Classification
  4. Phase 3: Approval
  5. Phase 4: Conversion
  6. Phase 5: Verification
  7. Phase 6: Cleanup (Optional)
  8. Quick Reference
  9. Key Conversion Rules
  10. Model Mapping
  11. Tool Mapping
  12. Reference Files
  13. Troubleshooting
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going