claude-command-converter
Claude Command Converter
Convert Claude Code commands to standard Agent Skills format for portability across AI coding assistants.
When to Use
- Migrating existing
.claude/commands/*.mdfiles toskills/*/SKILL.mdformat. - Creating portable skills from Claude Code-specific commands.
- Standardizing command definitions for use with Claude Code, Codex CLI, GitHub Copilot, and other runtimes.
Inputs
- Source command file path (e.g.,
.claude/commands/my-command.md). - Optional: target skill name (defaults to command filename without extension).
If input is missing, ask for the source command file path.
Format Differences
More from dceoy/speckit-agent-skills
speckit-specify
Create or update a feature specification from a natural language feature description.
250speckit-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
198speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
198speckit-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
197speckit-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
169speckit-clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
102