generate_file
Generate code files from natural language specifications using local or remote AI backends, with optional Claude review and automatic unit test generation.
Instructions
Local LLM Code Generation - Generates code from natural language spec using local LLM. Claude reviews or auto-approves. Token savings: 500+ to ~50 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Natural language specification for the code to generate | |
| outputPath | Yes | Where to write the generated file | |
| options | No |