Getting Started
Supported Tools
The CLI installer supports 30 AI coding tools. Use the --tools value when running magic-data-agent-skills init.
Tools with Slash Command Support
These tools get both the 12 skills and 13 slash commands, with commands adapted to each tool's native format.
| Tool | --tools value | Command format |
|---|---|---|
| Claude Code | claude | markdown |
| Cursor | cursor | markdown |
| Windsurf | windsurf | markdown |
| Gemini CLI | gemini | TOML |
| GitHub Copilot | github-copilot | prompt |
| Cline | cline | markdown |
| RooCode | roocode | markdown |
| Continue | continue | prompt |
| Kilo Code | kilocode | markdown |
| Kiro | kiro | markdown |
| Junie | junie | markdown |
| Amazon Q Developer | amazon-q | markdown |
| Auggie | auggie | markdown |
| OpenCode | opencode | markdown |
| Qoder | qoder | markdown |
| Qwen Code | qwen | TOML |
| Lingma | lingma | TOML |
| CodeBuddy | codebuddy | markdown |
| Crush | crush | markdown |
| Antigravity | antigravity | markdown |
Tools with Skills Only
These tools receive the 12 skill packages but not slash commands.
| Tool | --tools value |
|---|---|
| Codex | codex |
| Bob | bob |
| Costrict | costrict |
| Factory | factory |
| ForgeCode | forgecode |
| iFlow | iflow |
| Kimi | kimi |
| Pi | pi |
| Trae | trae |
| Agents | agents |
Command Formats
The installer automatically adapts slash commands to each tool's native format:
- Markdown — Commands are copied as
.mdfiles into the tool's commands directory - TOML — Commands are converted to TOML sections with description extraction (used by Gemini CLI, Qwen Code, Lingma)
- Prompt — Commands are converted to
.prompt.mdfiles with frontmatter metadata (used by GitHub Copilot, Continue)
Installing for Multiple Tools
# Install for specific tools
npx @votee-ai/magic-data-agent-skills init --tools claude,cursor,windsurf
# Install for all 30 tools
npx @votee-ai/magic-data-agent-skills init --tools all
# Interactive mode — auto-detects tools in your project
npx @votee-ai/magic-data-agent-skills initWas this page helpful?
Edit on GitHub
Last updated on