What problem does it solve?
This Skill automatically scans your codebase to populate and update project context information, ensuring AI agents have accurate and up-to-date details about your project's structure, architecture, and conventions.
Core Features & Use Cases
- Automated Project Discovery: Identifies UI components, hooks, server actions, API routes, pages, utilities, and types.
- Database Detection: Detects database type, connection methods, and migration commands.
- Architecture & Convention Analysis: Summarizes monorepo status, framework, rendering strategy, styling, state management, and authentication.
- External Service Identification: Lists detected third-party services and SDKs.
- UI Heuristics Generation: Optionally scans for and codifies UI theme tokens, spacing, and component library details into
.claude/ui-heuristics.md.
- Storybook Story Generation: Optionally generates Storybook stories for React/TypeScript components.
- Use Case: After initializing a new project or making significant structural changes, run this Skill to automatically update
CLAUDE.md with the current project state, enabling other agents to function effectively without manual context input.
Quick Start
Run the detect-project skill to scan the codebase and update CLAUDE.md with project context.