What problem does it solve?
The onboard Skill addresses the challenge of quickly understanding and getting up to speed with new codebases by providing a detailed mental model of the architecture, key patterns, and connections.
Core Features & Use Cases
- Comprehensive Architecture Analysis: Maps the codebase structure, identifying frameworks, languages, and key dependencies.
- Data Layer Insights: Identifies schema files, entities, relationships, and ORM/query layers.
- API Surface Understanding: Maps endpoints, handlers, authentication middleware, and validation.
- Frontend Mapping (if applicable): Identifies pages, components, state management, and shared UI components.
- ARCHITECTURE.md Freshness Check: Verifies the accuracy of the architectural documentation and suggests updates if needed.
- Pattern Extraction: Pinpoints the happy path, error handling, authentication, testing, and deployment patterns.
- Concise Onboarding Doc: Generates a brief, informative onboarding document with essential details.
Quick Start
Use the onboard skill to analyze the codebase focusing on 'auth' area.