What problem does it solve?
Generating consistent code and document templates for new projects across multiple stacks is time-consuming and error-prone. This skill automates the creation of standard templates, reducing boilerplate work and accelerating project kickoff.
Core Features & Use Cases
- Language-aware template scaffolding for Python, TypeScript, Java, and ABAP, including common categories like service-class, repository, model, and more.
- Code templates with placeholders and standardized imports to enforce project conventions.
- Document templates (implementation_plan.md, technical_spec.md, test_plan.md) to accompany each template and speed up planning and validation.
- Use Case: Starting a new microservice in Python, generate a ready-to-edit service-class along with docs, then customize with project-specific details.
Quick Start
Run the skill to generate templates for your target stack by specifying the language and template category (e.g., Python service-class). This will create the corresponding templates and docs ready for editing.