Cc Navigator banner
freemty freemty

Cc Navigator

Productivity community

Description

[Claude Code Skill] Workflow advisor — recommends the right skill, agent, or workflow for any task. Install: npx skills add freemty/claude-code-best-practices

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

cc-navigator

Know which skill, agent, or tool to reach for -- workflow navigation for Claude Code.

A [Claude Code](https://claude.ai/claude-code) skill that classifies your task and recommends the right workflow, synthesized from 11 authoritative sources including Anthropic's official skills repo, the CC creator's tips, and Anthropic engineers' guides.

When to Use

  • "How should I approach this?" -- unsure where to start
  • Starting a new feature, bug fix, or refactor session
  • Feeling overwhelmed by a large task and need to break it down
  • Don't know which skill or agent to reach for
  • Between steps -- just finished something, what's next?
  • Need to find the right tool for web access, testing, or presentation

What's Inside

  • Decision Framework -- task classification table + workflow decision tree that routes you to the right approach
  • 8 Synthesized Principles -- cross-source best practices distilled from all 11 sources (planning, TDD, context hygiene, skills engineering, tool design, parallel execution, CLAUDE.md investment, hooks)
  • Ecosystem Quick Reference -- web access, SWE workflow, and presentation tools at a glance
  • 9 source documents in references/ -- full article archives and ecosystem detail guides for deep dives

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](https: