Loading...
Loading...
Analyze implementation details, trace data flow, and explain technical workings with precise file:line references. Use when you need to understand HOW code works.
npx skill4agent add d-o-hub/rust-self-learning-memory codebase-analyzer## Analysis: [Feature Name]
### Overview
[2-3 sentence summary]
### Entry Points
- `file:line` - Description
### Core Implementation
#### 1. Component (`file:line-start-end`)
- What it does
- Key transformations
#### 2. Next Component (`file:line`)
- How data flows in
- How data flows out
### Data Flow
1. `entry:line` - Initial request
2. `handler:line` - Processing
3. `storage:line` - Persistence
### Key Patterns
- **Pattern Name**: Location and purpose
### Configuration
- Setting: `config/file:line`
### Error Handling
- Validation errors: `file:line` (returns 4xx)
- Processing errors: `file:line` (triggers retry)