Loading...
Loading...
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.
npx skill4agent add dceoy/speckit-agent-skills claude-command-converter.claude/commands/*.mdskills/*/SKILL.md.claude/commands/my-command.md.claude/commands/<command-name>.md---
description: Short description of the command
handoffs:
- label: Next Action
agent: other.command
prompt: Trigger prompt
send: true
---
## User Input
\`\`\`text
$ARGUMENTS
\`\`\`
[Command instructions...]skills/<skill-name>/SKILL.md---
name: skill-name
description: Complete description including what the skill does and when to use it.
---
# Skill Title
## When to Use
- Scenario 1
- Scenario 2
## Inputs
- Required input 1
- Optional input 2
## Workflow
1. Step 1
2. Step 2
...
## Outputs
- Output file 1
- Output file 2.claude/commands/descriptionhandoffs$ARGUMENTScommand.name.mdcommand-nameskills/<skill-name>/namedescription$ARGUMENTS## User Input$ARGUMENTShandoffs/command.namenamedescription$ARGUMENTS| Claude Command | Agent Skill |
|---|---|
| Inputs section describing expected user input |
| Next Steps section with skill references |
| |
| |
| |
Inline | Removed; documented in Inputs |
.claude/commands/speckit.specify.md---
description: Create feature specification from natural language.
handoffs:
- label: Build Technical Plan
agent: speckit.plan
---
## User Input
\`\`\`text
$ARGUMENTS
\`\`\`
The text the user typed after `/speckit.specify`...skills/speckit-specify/SKILL.md---
name: speckit-specify
description: Create or update a feature specification from a natural language feature description.
---
# Spec Kit Specify Skill
## When to Use
- The user wants a new or updated feature spec from a natural language description.
## Inputs
- Feature description from the user.
- Repo context with `.specify/` scripts and templates.
If the description is missing or unclear, ask a targeted question before continuing.
## Workflow
...
## Outputs
- `specs/<feature>/spec.md`
- `specs/<feature>/checklists/requirements.md`
## Next Steps
After generating spec.md:
- **Plan** technical implementation with speckit-plan.
- **Clarify** specification requirements with speckit-clarify.$ARGUMENTShandoffs/slash-commandsscripts/references/assets/