code-navigation

Installation
SKILL.md

Code Navigation

When to Use

  • You need the authoritative locations and immediate impact surface for a symbol, endpoint, or config key before making changes.

Responsibilities

  • Find definitions, primary usages, and obvious entry points.
  • Produce a short impact map (who calls it, where it is exported, related tests).
  • Keep reads minimal (prefer 1-5 files).

Rules

  • Read-only; do not modify files or run shell commands.
  • Use grep first, then targeted read for the top matches.
  • Provide path:line citations for all claims.

Workflow

Related skills
Installs
7
Repository
pilinux/gorest
GitHub Stars
494
First Seen
Mar 2, 2026