Codebase Scan uses Claude to analyze your project’s structure, architecture, and patterns. The analysis is saved as a context file that Claude can reference in future tasks.Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Claude analyzes
Claude explores your codebase — reading key files, understanding the architecture, identifying patterns and conventions.
Preview results
The scan results are shown in a preview panel before saving. Review the analysis to ensure accuracy.
What Gets Analyzed
- Project structure and file organization
- Key frameworks and libraries in use
- Architecture patterns (MVC, component-based, etc.)
- Database schema and data models
- API endpoints and routing
- Configuration and build setup
- Testing patterns