What problem does it solve?
This Skill automatically discovers and indexes a project's codebase structure to provide Claude with comprehensive context for architecture decisions, component inventories, and type information.
Core Features & Use Cases
- Stack detection and inventory: identifies language, framework, and tooling to surface the tech stack for any repository.
- Structure scanning: inventories key directories, root configuration files, and component inventories to assist rapid onboarding and refactoring.
- Type & component extraction: inventories TypeScript interfaces and component props to aid safe code evolution.
- Quick starts and portable deployment: drop the skill into a project and run your existing scripts to generate context.
Quick Start
Copy this skill into your project's .agent/skills/ folder and run:
- bash .agent/skills/codebase-context/scripts/detect-stack.sh
- bash .agent/skills/codebase-context/scripts/scan-structure.sh
- bash .agent/skills/codebase-context/scripts/extract-types.sh
- bash .agent/skills/codebase-context/scripts/extract-components.sh