Claude Command Converter
Convert Claude Code slash commands into portable Agent Skills.
In test queue
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 110★ repo), full install/trigger/output test scheduled.
What Claude Command Converter does
Convert Claude Code commands (.claude/commands/*.md) to standard Agent Skills (skills/*/SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
How to install Claude Command Converter
git clone https://github.com/dceoy/speckit-agent-skills
cp -r speckit-agent-skills/skills/claude-command-converter ~/.claude/skills/claude-command-converter
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Claude Command Converter
-
/claude-command-converterConvert Claude Code slash commands into portable Agent Skills.
It also activates on plain-language prompts like these:
-
Convert this slash command into a proper skill -
Migrate all my .claude/commands files to skills format -
Standardize this command definition for other AI runtimes
Frequently asked questions
- Is the Claude Command Converter skill free?
- Yes. The skill itself is free from dceoy/speckit-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Claude Command Converter work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install Claude Command Converter?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Claude Command Converter with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.