code-generator
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Generate functions, classes, or modules with proper documentation and error handling
- Scaffold a new project with configuration files and directory structure
- Create boilerplate code (CRUD controllers, service layers, data models)
- Refactor or optimize existing code structure
- Generate code from templates or specifications
How to use this skill
Workflow
- Clarify requirements - Identify the target language, framework, and coding conventions
- Choose the generation type - Function/class, module/package, or full project scaffold
- Generate code - Produce complete, documented, tested code following the patterns below
- Validate output - Ensure the code compiles/runs and follows project conventions