MAGIC Agent Skills is now open source! Star on GitHub
MAGIC Agent SkillsMAGIC Agent Skills
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 valueCommand format
Claude Codeclaudemarkdown
Cursorcursormarkdown
Windsurfwindsurfmarkdown
Gemini CLIgeminiTOML
GitHub Copilotgithub-copilotprompt
Clineclinemarkdown
RooCoderoocodemarkdown
Continuecontinueprompt
Kilo Codekilocodemarkdown
Kirokiromarkdown
Juniejuniemarkdown
Amazon Q Developeramazon-qmarkdown
Auggieauggiemarkdown
OpenCodeopencodemarkdown
Qoderqodermarkdown
Qwen CodeqwenTOML
LingmalingmaTOML
CodeBuddycodebuddymarkdown
Crushcrushmarkdown
Antigravityantigravitymarkdown

Tools with Skills Only

These tools receive the 12 skill packages but not slash commands.

Tool--tools value
Codexcodex
Bobbob
Costrictcostrict
Factoryfactory
ForgeCodeforgecode
iFlowiflow
Kimikimi
Pipi
Traetrae
Agentsagents

Command Formats

The installer automatically adapts slash commands to each tool's native format:

  • Markdown — Commands are copied as .md files 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.md files 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 init
Was this page helpful?
Edit on GitHub

Last updated on

On this page