From any project, install SuperNavigator and get all 31 skills:
claude plugin install https://github.com/dkyazzentwatwa/SuperNavigatorThen restart Claude Code.
That's it! All skills are now available in Claude Code.
In Claude Code, say:
"List available skills"
You should see SuperNavigator skills (nav-init, brainstorming, test-driven-development, etc.)
"Initialize SuperNavigator in this project"
This creates the .agent/ directory structure and configuration.
"Start my SuperNavigator session"
This loads both OS and App layers.
Pick any skill:
"Let's brainstorm a new feature""Create implementation plan""Set up test-driven development""Request code review"
OS Layer (17 skills)
- Context management, session persistence, metrics
- nav-init, nav-start, nav-loop, nav-profile, nav-marker, nav-compact, and more
App Layer (14 skills)
- TDD workflows, debugging, code review, parallel development
- brainstorming, writing-plans, test-driven-development, requesting-code-review, and more
claude plugin update supernavigatorclaude plugin uninstall supernavigatorclaude plugin info supernavigatorMake sure you have Claude Code CLI installed:
npm install -g @anthropic-ai/claude-code- Restart Claude Code completely (not just closing the window)
- Try:
claude plugin reinstall supernavigator
On macOS/Linux:
chmod -R 755 ~/.claude/plugins/supernavigator- Install:
claude plugin install https://github.com/dkyazzentwatwa/SuperNavigator - Restart Claude Code
- Initialize:
"Initialize SuperNavigator in this project" - Start:
"Start my SuperNavigator session"
Happy coding! 馃殌