feat(skills): add /navigate-codebase skill#233
Conversation
… skill Lighter alternative to /explore-codebase for targeted tracing questions. Encodes hypothesis-driven walking, aggressive filtering, and depth discipline to prevent agents from drowning during multi-hop graph traversal. Refs #232 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Review:
|
- Inline essential tool args, NodeFilter keys, and recovery table (self-contained — no dead cross-references to /explore-codebase) - Clarify edge_filter is a separate parameter from filter - Add OVERRIDDEN_BY to quick-reference edge table - Update skills/README.md to describe both skills Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Summary
/navigate-codebaseskill — a lighter alternative to/explore-codebasefor targeted tracing questions/explore-codebase's 322) — deliberately focused, no duplication of full tool referenceKey content
Test plan
/explore-codebaseis not affected (separate file, no shared state)exclude_rolesusage is insidefilter={}(fixed during review)🤖 Generated with Claude Code
Refs #232