sandman-index

Index symbols for code discovery in large codebases.

5|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/rafaelromao/sandman --skill sandman-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandman-index
Source: https://github.com/rafaelromao/sandman/tree/main/internal/skill/sandman/index
Command: npx skills add https://github.com/rafaelromao/sandman --skill sandman-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides fast, scoped code discovery, keeping large codebases navigable without overwhelming context with line-by-line file reads.

Core Features & Use Cases

  • Fast Code Discovery: Symbol index for quick location of function, type, method, or symbol definitions.
  • Reference Layer: Load on demand for command syntax, query refinement, and read discipline.
  • Integration: Shipped as a sub-skill of the sandman bundle, installed to ~/.agents/skills/sandman/index/SKILL.md.
  • Use Case: Ideal for developers working on large projects who need to quickly find code references without flooding context with unnecessary details.

Quick Start

Load the sandman-index skill for code discovery guidance with /skill sandman-index.

Frequently Asked Questions about sandman-index

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find function definitions in a large codebase without reading entire files?

You can use symbol indexing for fast code discovery to locate function, type, and method definitions across a large codebase without reading files line by line. This approach keeps navigability high while avoiding context overload.

What is the best way to navigate code references in large projects without flooding context?

Using a scoped symbol index for code discovery is the best way to navigate large projects without flooding context, as it keeps references targeted and loads command syntax or query refinement on demand.

How do I load sandman-index for code discovery guidance?

You can load the sandman-index skill for code discovery guidance by running the command `/skill sandman-index`, which activates the reference layer for on-demand syntax loading and query refinement.

Does sandman-index work as a standalone tool or do I need the sandman bundle?

Sandman-index is designed as a sub-skill within the `sandman` bundle, installed to `~/.agents/skills/sandman/index/SKILL.md`, meaning it functions as an integrated reference layer rather than a standalone tool.

Can I use symbol indexing for query refinement and command syntax lookup?

Yes, the symbol indexing reference layer offers on-demand loading specifically for command syntax lookup and query refinement, allowing developers to access scoped code references without unnecessary context details.