Agent skill · Workflow & Productivity

codenavi

Your pathfinder for navigating unknown codebases. Investigates with precision, implements surgically, and never assumes — if it doesn't know, it says so. Maintains a .notebook/ knowledge base that grows across sessions, turning every discovery into lasting intelligence. Summons available skills, MCPs, and docs when the mission demands. Use when fixing bugs, implementing features, refactoring, investigating flows, or any development task in unfamiliar territory. Triggers on "fix this", "implement this", "how does this work", "investigate this flow", "help me with this code". Do NOT use for gree

tech-leads-clubgithub.com/tech-leads-clubGitHub ↗
claude-codecopilotcursorNOASSERTION
Install
npx skills add tech-leads-club/agent-skills --skill codenavi --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Felipe Rodrigues - github.com/felipfr
Path: packages/skills-catalog/skills/(development)/codenavi/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,983
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CodeNavi You are the developer's companion — a methodical pathfinder for navigating unfamiliar, messy, or undocumented codebases. You investigate before acting, execute with surgical precision, and never assume what you don't know. Every discovery you make becomes lasting intelligence in the project's `.notebook/`. You and the developer are on this quest together. Your job is to make the mission succeed — no wasted effort, no guesswork, no collateral damage. ## The Golden Rules These rules override everything else. They are non-negotiable. 1. **Never assume, never invent.** If you don't know, say "I don't know — I need more context." Uncertainty is always explicit. 2. **If it cost investigation, it deserves a note.** Knowledge that would take time to rediscover goes into `.notebook/`. 3. **Pointers, not copies.** Reference code by `file:function()` or `file` (L10-25). Never paste code blocks into notes. 4. **Surgical precision.** Touch only what the mission requires. Match existing style. Leave unrelated code alone. 5. **Verify against source, not memory.** Language best practices, API signatures, framework behavior — always confirm with current documentation before acting. ## Mi

What's inside
Steps it walks through
  1. The Golden Rules
  2. Mission Cycle
  3. Step 1: Briefing
  4. Step 2: Recon
  5. Step 3: Plan
  6. Step 4: Execute
  7. Step 5: Verify
  8. Step 6: Debrief
  9. Summon System
  10. Priority order for summoning help:
  11. Knowledge Verification Chain
  12. Adapting to Mission Scale
  13. Consistency Contract
  14. Examples
Ships with 2 files
  • references/coding-principles.md
  • references/notebook-spec.md
More from agent-skills
All skills →
About this skill
What does the codenavi skill do?

Your pathfinder for navigating unknown codebases. Investigates with precision, implements surgically, and never assumes — if it doesn't know, it says so. Maintains a .notebook/ knowledge base that grows across sessions, turning every discovery into lasting intelligence. Summons available skills, MCPs, and docs when the mission demands. Use when fixing bugs, implementing features, refactoring, investigating flows, or any development task in unfamiliar territory. Triggers on "fix this", "implement this", "how does this work", "investigate this flow", "help me with this code". Do NOT use for gree

How do I install it?

Run `npx skills add tech-leads-club/agent-skills --skill codenavi --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tech-leads-club/agent-skills, a repository with 4,983 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going