codebase-search

Search codebases in parallel and consolidate findings into a structured report.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/seanchiuai/claude-code-agentic-workflow --skill codebase-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-search
Source: https://github.com/seanchiuai/claude-code-agentic-workflow/tree/main/.claude/skills/codebase-search
Command: npx skills add https://github.com/seanchiuai/claude-code-agentic-workflow --skill codebase-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of exploring unfamiliar or complex codebases. It quickly identifies relevant files, patterns, and dependencies, preventing wasted time and ensuring you start coding with a clear understanding.

Core Features & Use Cases

  • Parallel Codebase Search: Launches multiple specialized agents to simultaneously search different domains of your internal codebase (e.g., components, services, tests, documentation).
  • Consolidated Findings: Gathers all search results into a single, structured report (workflow/tmp/scout-results.md) detailing files to modify, files to create, existing patterns, and critical dependencies.
  • Use Case: When tasked with adding a new feature to a large application, use this skill to quickly understand where existing authentication logic resides, what patterns are used for data models, and which test files need updates, all before writing a single line of code.

Quick Start

Use the codebase-search skill to find all implementations of 'user authentication' in the project, focusing on API routes and database models.