SkillAgentSearch skills...

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 Navigator
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Claude Desktop

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

  1. Superpowers -- TDD, task atomization, subagent-driven development
  2. AReaL / Starcat -- 32-day zero-handwritten distributed RL
  3. CC Official: How It Works -- Agentic loop, context management
  4. CC Official: Hooks Guide -- 4 hook types, 19 lifecycle events
  5. Boris Cherny: CC Tips -- CC creator's 10 tips from the team
  6. Tw93: CC Architecture -- Six-layer architecture, context governance
  7. Thariq: How We Use Skills -- 9 skill categories, writing best practices
  8. Thariq: Seeing like an Agent -- Tool design philosophy

License

MIT

View on GitHub
GitHub Stars2
CategoryDevelopment
Updated3h ago
Forks0

Security Score

90/100

Audited on Mar 24, 2026

No findings