Cc Navigator
[Claude Code Skill] Workflow advisor — recommends the right skill, agent, or workflow for any task. Install: npx skills add freemty/claude-code-best-practices
Install / Use
/learn @freemty/Cc NavigatorQuality Score
Category
Development & EngineeringSupported Platforms
README
CC Navigator Skill
___ ___ _ _ _ _
/ __/ __| | \| |__ ___ _(_)__ _ __ _| |_ ___ _ _
| (_| (__ | .` / _` \ V / / _` / _` | _/ _ \ '_|
\___\___| |_|\_\__,_|\_/|_\__, \__,_|\__\___/_|
|___/
Claude Code Skill | Installable via
npx skills add
Your Claude Code workflow navigator -- recommends the right skill, agent, or tool for any task based on 8 curated sources.
Install
npx skills add freemty/claude-code-best-practices
<details>
<summary>Alternative install methods</summary>
Manual (curl)
mkdir -p ~/.claude/skills/cc-navigator
curl -sL https://raw.githubusercontent.com/freemty/claude-code-best-practices/main/skills/cc-navigator/SKILL.md \
-o ~/.claude/skills/cc-navigator/SKILL.md
Git clone (as plugin)
git clone https://github.com/freemty/claude-code-best-practices.git ~/.claude/plugins/cc-navigator
Then add to your ~/.claude/settings.json:
{
"plugins": ["~/.claude/plugins/cc-navigator"]
}
</details>
What it does
- Navigates your workflow -- classifies your task and recommends the right skill, in the right order
- Synthesizes best practices from 8 authoritative CC-specific sources
- Points to ecosystem tools for web access, SWE workflows, and information presentation
When it triggers
- "How should I approach this?"
- Starting a new task, feature, or debug session
- Unsure which skill or agent to use next
- Need to find the right tool for web access, testing, or presentation
What's inside
| Section | Content | |---------|---------| | Decision Framework | Task classification table + workflow decision tree | | Synthesized Principles | 8 cross-source principles for daily practice | | Ecosystem Quick Reference | Web access, SWE workflow, and presentation tools | | References | Full article archives + ecosystem detail guides |
Sources
- Superpowers -- TDD, task atomization, subagent-driven development
- AReaL / Starcat -- 32-day zero-handwritten distributed RL
- CC Official: How It Works -- Agentic loop, context management
- CC Official: Hooks Guide -- 4 hook types, 19 lifecycle events
- Boris Cherny: CC Tips -- CC creator's 10 tips from the team
- Tw93: CC Architecture -- Six-layer architecture, context governance
- Thariq: How We Use Skills -- 9 skill categories, writing best practices
- Thariq: Seeing like an Agent -- Tool design philosophy
License
MIT
Security Score
Audited on Mar 24, 2026
