code-generation

Solid

Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
55
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Generation ## Overview Guides code output to be minimal and pattern-matching. Write the least amount of code that satisfies the requirements while following existing project conventions. ## Principles 1. **Minimal**: Write the least code that makes tests pass 2. **Pattern-matching**: Follow existing project conventions (check patterns.md) 3. **Tool discipline**: Use Write/Edit for files, Bash only for runners and linters 4. **No gold plating**: Do not add features beyond what is required 5. **No premature optimization**: Optimize only when performance tests demand it ## Code Quality Checks - Follow project naming conventions - Match existing file structure and organization - Use established error handling patterns - Maintain consistent import ordering - Follow TypeScript strictness (no `any`, proper narrowing) ## When to Use - During TDD GREEN phase (minimal implementation) - During TDD REFACTOR phase (pattern alignment) - When implementing fixes in DEBUG workflow ## Agents Used - `component-builder` (primary consumer) - `bug-investigator` (fix implementation)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

coding-best-practices

Use when developing code. Universal rules for TDD, self-review, quality timing, review format, security. Preloaded on developers.

1 Updated 3 days ago
lklimek
Code & Development Listed

ia-simplifying-code

Simplifies, polishes, and declutters code without changing behavior. Use when asked to simplify, clean up, refactor, declutter, remove dead code or AI slop, or improve readability. For analysis-only reports without code changes, use code-simplicity-reviewer agent.

20 Updated today
iliaal
AI & Automation Listed

ai-code

Writes production code that satisfies stack-context standards on the first pass: interface-first design, backward-compatibility checks, lightweight self-review. Trigger for 'implement this', 'write the code for', 'add X to Y', 'build this function', 'make this work'. Not for tests; use /ai-test instead. Not for debugging; use /ai-debug instead. Not for refactoring; use /ai-simplify instead. Not for executing an approved plan end-to-end; use /ai-build (the gateway).

49 Updated today
arcasilesgroup
AI & Automation Solid

code-simplifier

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.

27,705 Updated today
davila7
AI & Automation Solid

code-simplifier

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.

39,350 Updated today
sickn33