code-generator
SKILL.md
β‘ Code Generator β Multi-Language Code Scaffolding
Describe what you need, get working code. Multiple languages, ready to run.
β¨ Key Features
- π§ Function Generation (
function) β Describe it, get a complete annotated function - ποΈ Class Generation (
class) β OOP design with constructor and methods - π API Endpoints (
api) β RESTful routes and handlers - π¦ CRUD Operations (
crud) β Full Create/Read/Update/Delete code - π§ͺ Test Code (
test) β Auto-generate unit tests with assertions - π Refactoring (
refactor) β Optimization suggestions with examples - π Language Conversion (
convert) β Conversion guide between Python/JS/Go/Java - π Project Boilerplate (
boilerplate) β Quick-start project skeleton
π Supported Languages
Python Β· JavaScript Β· TypeScript Β· Go Β· Java Β· Rust Β· PHP Β· Ruby Β· C# Β· Shell