·explore-codebase
{}

explore-codebase

vinta/hal-9000

Use when navigating unfamiliar code or understanding architecture, tracing call flows or symbol definitions, answering where-is-this-defined or how-does-this-work questions, finding files by name or pattern, or doing pre-refactoring analysis to locate all references before changing code

10Installs·2Trend·@vinta

Installation

$npx skills add https://github.com/vinta/hal-9000 --skill explore-codebase

SKILL.md

| Structural patterns (functions, classes) | sg (ast-grep) | | Text/regex patterns (strings, names) | rg (ripgrep) | | File discovery by name/extension | fd |

Decision flow: Find files first? fd → pipe to rg/sg. Syntax-aware match needed? sg. Fast text search? rg. Uncertain? Start with rg, escalate to sg if structure matters.

ast-grep is the least familiar tool -- key syntax summarized here. See references/ast-grep.md for language-specific patterns and YAML rule files.

Use when navigating unfamiliar code or understanding architecture, tracing call flows or symbol definitions, answering where-is-this-defined or how-does-this-work questions, finding files by name or pattern, or doing pre-refactoring analysis to locate all references before changing code Source: vinta/hal-9000.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vinta/hal-9000 --skill explore-codebase
Category
{}Data Analysis
Verified
First Seen
2026-02-15
Updated
2026-02-18

Quick answers

What is explore-codebase?

Use when navigating unfamiliar code or understanding architecture, tracing call flows or symbol definitions, answering where-is-this-defined or how-does-this-work questions, finding files by name or pattern, or doing pre-refactoring analysis to locate all references before changing code Source: vinta/hal-9000.

How do I install explore-codebase?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vinta/hal-9000 --skill explore-codebase Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/vinta/hal-9000

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-15