Troubleshooting
Troubleshooting
Section titled “Troubleshooting”Uninstall
Section titled “Uninstall”cd /path/to/your/projectnpx superpowers-ja --uninstallThis removes installed skill directories and the superpowers-ja bootstrap sections from files such as CLAUDE.md, GEMINI.md, HERMES.md, and CONVENTIONS.md.
CLAUDE.md、GEMINI.md、HERMES.md、CONVENTIONS.md などに追加された superpowers-ja section と installed skill directories を削除します。手書きの既存 content は保持します。
Installed in Home Directory
Section titled “Installed in Home Directory”If you accidentally installed into ~, uninstall from ~.
cd ~npx superpowers-ja --uninstallThen install again from the actual project directory.
cd /path/to/your/projectnpx superpowers-jaTool Not Detected
Section titled “Tool Not Detected”If auto-detection does not find your AI coding tool, specify it explicitly.
npx superpowers-ja --tool claudenpx superpowers-ja --tool cursornpx superpowers-ja --tool codexnpx superpowers-ja --tool geminiVerify Install
Section titled “Verify Install”ls .claude/skillstest -f .claude/skills/using-superpowers/SKILL.mdReplace .claude/skills with the install path for your tool.
Optional Integrations
Section titled “Optional Integrations”code-review-graph is not installed by superpowers-ja. Install and configure it separately only for repositories that need graph-based review.