codebase-exploration-skill/SKILL.md
Deep contextual grep for codebases. Expert at finding patterns, architectures, implementations, and answering "Where is X?", "Which file has Y?", and "Find code that does Z" questions. Use when exploring unfamiliar codebases, finding specific implementations, understanding code organization, discovering patterns across multiple files, or locating functionality in a project. Supports three thoroughness levels quick, medium, very thorough.
npx skillsauth add 404kidwiz/claude-supercode-skills codebase-explorationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Specializes in systematic codebase exploration and discovery. Uses advanced search techniques, pattern recognition, and code analysis to quickly understand unfamiliar code, locate specific implementations, map architectural patterns, and answer location-based questions about code.
Invoke this skill when:
Do NOT invoke when:
Quick (Fast, broad strokes)
Medium (Balanced depth)
Very Thorough (Deep dive)
| Question Type | Search Strategy | |--------------|----------------| | "Where is user authentication?" | Search for auth keywords + login patterns | | "How does data flow work?" | Find models, services, controllers pattern | | "Which file handles X API?" | Search endpoints + route definitions | | "Find all database queries" | Search ORM patterns, SQL keywords | | "Locate error handling" | Find try-catch, error classes |
| Tool | Best For | Example |
|------|----------|---------|
| grep/rg | Text pattern matching | rg "function handleAuth" |
| find/fd | File name/path matching | fd -e ts auth |
| ast-grep | Code structure matching | ast-grep --pattern "class $NAME" |
| LSP tools | Symbol and reference finding | lsp_find_references |
| git log | Historical context | git log --name-only |
"Where is X implemented?"
rg "X|x"rg "related|terms"ls src/X/rg "X" tests/"How does Y work?"
"Which files use Z?"
Pattern-Based Search
Context-Aware Search
Multi-Angle Discovery
tree -L 2, ls -la src/)fd -e ts, rg -c "class|function")fd authrg "authentication"ast-grep --pattern "class $NAME"lsp_workspace_symbols# Authentication Flow
1. Entry: src/middleware/auth.ts
2. Token validation: src/services/jwt.service.ts
3. User lookup: src/repositories/user.repository.ts
4. Guards: src/guards/auth.guard.ts
development
Expert in automating Excel workflows using Node.js (ExcelJS, SheetJS) and Python (pandas, openpyxl).
content-media
Expert in designing durable, scalable workflow systems using Temporal, Camunda, and Event-Driven Architectures.
tools
Use when user needs WordPress development, theme or plugin creation, site optimization, security hardening, multisite management, or scaling WordPress from small sites to enterprise platforms.
tools
Expert in Windows Server, Active Directory (AD DS), Hybrid Identity (Entra ID), and PowerShell automation.