code-navigation

Locate definitions, references, and hover information via Language Server Protocol.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill code-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-navigation
Source: https://github.com/JackSmack1971/claude-code-learning-flywheel/tree/main/.claude/skills/code-navigation
Command: npx skills add https://github.com/JackSmack1971/claude-code-learning-flywheel --skill code-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understanding a large codebase requires locating definitions and tracing references without wading through unrelated files. This Skill standardizes code navigation using Language Server Protocol (LSP) for precise results, reducing token use and mental load.

Core Features & Use Cases

  • LSP-based definition lookup, references, and hover information
  • Fast project outline with file discovery (Glob) before deep dives
  • Use Case: Find where a symbol is defined and all usages without reading entire files

Quick Start

Run the LSP commands: cclsp definition <symbol>, cclsp references <symbol>, and cclsp hover <symbol> to inspect signatures and usage.