atlas_code_whisperer
Predicts and generates code completions, transformations, and fixes from natural language intent by learning your project's patterns.
Instructions
INTELLIGENT CODE COMPLETION & PREDICTION ENGINE
Next-generation code completion that goes far beyond basic autocomplete:
Predict entire code blocks, not just single lines
Learn from codebase patterns and conventions
Context-aware suggestions based on project architecture
Multi-file aware completions (knows about related files)
Intent prediction (what are you trying to accomplish?)
Smart imports/dependency suggestions
API usage pattern completion
Error-resistant suggestions (predicts and avoids bugs)
Style-matched code generation
Natural language to code translation
Use for intelligent code generation that understands your project's DNA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Completion mode | |
| intent | No | Natural language description of what you want | |
| prefix | Yes | Code before cursor | |
| suffix | No | Code after cursor (optional) | |
| context | No | Additional context for better suggestions | |
| options | No | ||
| currentFile | Yes | Current file being edited | |
| projectPath | Yes | Path to the project root | |
| cursorPosition | Yes | Cursor position for completion |