Back to tags
Tag

Agent Skills with tag: code-navigation

8 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

code-explorer

Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.

code-tracingcode-navigationexecution-tracingcall-graph-analysis
troykelly
troykelly
1

using-lsp-tools

Use when mcp-language-server tools are available and you need semantic code intelligence for navigation, refactoring, or type analysis

language-server-protocolsemantic-analysisrefactoringcode-navigation
axiomantic
axiomantic
0

locating-code

Finds WHERE code lives in a codebase - locates files by topic/feature, categorizes by purpose, organizes findings. Super grep/glob/ls tool for navigating unfamiliar codebases.

code-navigationcodebase-analysissearch-toolfile-organization
samjhecht
samjhecht
1

aboutme-index

Index-based file discovery using ABOUTME headers. Use INSTEAD of grep or Explore agent when searching for files by purpose or feature. Faster and more accurate than scanning code. Invoke this skill when user asks "which files handle X", "where is Y implemented", or when you need to find files related to a feature or task.

file-searchindexingcode-navigationsearch-optimization
stickystyle
stickystyle
1

leta

Fast semantic code navigation via LSP. Load FIRST before ANY code task - even 'simple' ones. Trigger scenarios: (1) fixing lint/type/pyright/mypy warnings or errors, (2) fixing reportAny/reportUnknownType/Any type errors, (3) adding type annotations, (4) refactoring or modifying code, (5) finding where a function/class/symbol is defined, (6) finding where a symbol is used/referenced/imported, (7) understanding what a function calls or what calls it, (8) exploring unfamiliar code or understanding architecture, (9) renaming symbols across codebase, (10) finding interface/protocol implementations, (11) ANY task where you'd use ripgrep to find code or read-file to view a function. Use `leta show SYMBOL` instead of read-file, `leta refs SYMBOL` instead of ripgrep for usages, `leta grep PATTERN` instead of ripgrep for definitions, `leta files` instead of list-directory.

language-server-protocolcode-navigationrefactoringcode-search
andreasjansson
andreasjansson
1

exploring-codebase

Locate code, trace flows, and find usages in codebases. Use proactively for "where is", "how does", "find", "called", "used", or any code search question.

codebase-analysiscode-searchcode-navigationrepository-structure
trancong12102
trancong12102
2

codebase-navigator

Fast repository comprehension and safer edits through structured exploration

codebase-analysiscode-navigationdeveloper-productivity
benreceveur
benreceveur
31

using-serena-symbols

Guidance for using Serena's LSP-powered symbol analysis. Use when exploring codebases, finding symbol definitions, tracing references, or when grep/text search would be imprecise.

developer-guidancecodebase-analysissymbol-analysislsp
ScottRBK
ScottRBK
3