Supported Tools
Supported Tools
Section titled “Supported Tools”superpowers-ja は project 内の AI coding tool を検出し、対応する skills directory に files を copy します。
Install
Section titled “Install”cd /path/to/projectnpx superpowers-jaTool を明示する場合:
npx superpowers-ja --tool claudenpx superpowers-ja --tool cursornpx superpowers-ja --tool codexnpx superpowers-ja --tool gemini対応 tool、alias、install 先、auto-detect marker を確認する場合:
npx superpowers-ja --list-toolsLatest Install Guides
Section titled “Latest Install Guides”v0.3 系では次の install guide を整備しています。tool ごとの bootstrap 動作、再起動の要否、確認手順を含みます。
Tool Mapping
Section titled “Tool Mapping”| Tool | Install path | Guide |
|---|---|---|
| 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 |
| OpenClaw | skills/ | docs/README.openclaw.md |
| DeerFlow | skills/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 Notes
Section titled “Qoder Notes”Qoder では .qoder/rules/superpowers-ja.md を trigger: always_on として生成し、会話開始時に superpowers-ja の基本ルールと skill index を参照しやすくします。
Claude Code の EnterPlanMode / ExitPlanMode は Qoder では EnterSpecMode / ExitSpecMode 相当として扱います。Task delegation は general-purpose、explore-agent、plan-agent、qoder-guide など近い agent に読み替えます。
Quest MCP tools が利用できる環境では、codebase search、symbol search、problems check、preview、memory、rules fetch を補助的に使えます。詳細は Qoder tool mapping reference を参照してください。
Antigravity Notes
Section titled “Antigravity Notes”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.
Home Directory Guard
Section titled “Home Directory Guard”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 に影響しません。