atlas_explain
Explains code in plain language with line-by-line breakdowns, algorithm and complexity analysis, design pattern detection, and beginner-friendly glossary. Understand any codebase quickly.
Instructions
Explain code in plain language. Provides line-by-line explanations, algorithm analysis, complexity analysis, design pattern detection, and beginner-friendly glossary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to explain | |
| type | No | Type of explanation | |
| level | No | Explanation detail level | |
| language | No | Programming language | |
| focusArea | No | Specific aspect to focus on | |
| includePatterns | No | Include design pattern detection | |
| includeComplexity | No | Include Big O complexity analysis |