___ ___ _ _ _ _
/ __/ __| | \| |__ ___ _(_)__ _ __ _| |_ ___ _ _
| (_| (__ | .` / _` \ 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 11 curated sources. Part of yuanbo-skills.
npx skills add freemty/cc-navigatorAlternative install methods
Manual (curl)
mkdir -p ~/.claude/skills/cc-navigator
curl -sL https://raw.githubusercontent.com/freemty/cc-navigator/main/skills/cc-navigator/SKILL.md \
-o ~/.claude/skills/cc-navigator/SKILL.mdGit clone (as plugin)
git clone https://github.com/freemty/cc-navigator.git ~/.claude/plugins/cc-navigatorThen add to your ~/.claude/settings.json:
{
"plugins": ["~/.claude/plugins/cc-navigator"]
}- Navigates your workflow -- classifies your task and recommends the right skill, in the right order
- Synthesizes best practices from 11 authoritative CC-specific sources
- Points to ecosystem tools for web access, SWE workflows, and information presentation
- "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
| Section | Content |
|---|---|
| Decision Framework | Task classification table + workflow decision tree |
| Synthesized Principles | 8 cross-source principles for daily practice (11 sources) |
| Ecosystem Quick Reference | Web access, SWE workflow, and presentation tools |
| References | Full article archives + ecosystem detail guides |
- 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
- Harness Design -- GAN-inspired multi-agent for long tasks
- Anthropic Skills -- Official skill spec, progressive disclosure, eval-driven skill development
- jiahao-shao1 -- Research workflow skills, remote-cluster-agent, 5-tier web-fetcher
MIT