atlas_pattern_learner
Learn coding patterns from your codebase and apply style-consistent suggestions. Improve consistency across naming, formatting, error handling, async patterns, architecture, and testing.
Instructions
Learns and adapts to coding patterns, style preferences, and architectural choices from the codebase. Provides style-consistent suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Code to analyze or apply patterns to | |
| action | Yes | Action: learn patterns, apply to new code, suggest improvements, or report findings | |
| aspects | No | Aspects to learn/analyze | |
| language | No | Programming language | |
| projectPath | No | Path to project root directory |