Skip to content

Supported Tools

superpowers-ja は project 内の AI coding tool を検出し、対応する skills directory に files を copy します。

Terminal window
cd /path/to/project
npx superpowers-ja

Tool を明示する場合:

Terminal window
npx superpowers-ja --tool claude
npx superpowers-ja --tool cursor
npx superpowers-ja --tool codex
npx superpowers-ja --tool gemini

対応 tool、alias、install 先、auto-detect marker を確認する場合:

Terminal window
npx superpowers-ja --list-tools

v0.3 系では次の install guide を整備しています。tool ごとの bootstrap 動作、再起動の要否、確認手順を含みます。

ToolInstall pathGuide
Claude Code / Copilot CLI.claude/skills/docs/README.claude.md
Cursor.cursor/skills/docs/README.cursor.md
Codex CLI.codex/skills/docs/README.codex.md
Gemini CLI.gemini/skills/docs/README.gemini-cli.md
OpenCode.opencode/skills/docs/README.opencode.md
Aider.aider/skills/docs/README.aider.md
Kiro.kiro/steering/docs/README.kiro.md
Windsurf.windsurf/skills/docs/README.windsurf.md
Trae.trae/skills/docs/README.trae.md
VS Code Copilot.github/superpowers/docs/README.vscode.md
Hermes Agent.hermes/skills/docs/README.hermes.md
Antigravity.agents/skills/docs/README.antigravity.md
OpenClawskills/docs/README.openclaw.md
DeerFlowskills/custom/docs/README.deerflow.md
Qwen Code.qwen/skills/docs/README.qwen.md
Claw Code.claw/skills/docs/README.claw.md
Qoder.qoder/skills/ + .qoder/rules/docs/README.qoder.md

Qoder では .qoder/rules/superpowers-ja.mdtrigger: always_on として生成し、会話開始時に superpowers-ja の基本ルールと skill index を参照しやすくします。

Claude Code の EnterPlanMode / ExitPlanMode は Qoder では EnterSpecMode / ExitSpecMode 相当として扱います。Task delegation は general-purposeexplore-agentplan-agentqoder-guide など近い agent に読み替えます。

Quest MCP tools が利用できる環境では、codebase search、symbol search、problems check、preview、memory、rules fetch を補助的に使えます。詳細は Qoder tool mapping reference を参照してください。

Antigravity uses .agents/skills/ and .agents/rules.md. If no known tool marker is present, npx superpowers-ja now stops and asks for --tool instead of silently installing Claude Code files.

Do not install into ~. Install per project so the bootstrap files and skills do not affect unrelated workspaces.

~ には install しないでください。project ごとに install することで、bootstrap files と skills が他の workspace に影響しません。