code-generation
This Claude Code skill guides developers to generate minimal, pattern-conforming code that satisfies requirements without excess features or premature optimization. Use it during TDD green phases, refactoring for pattern alignment, and debugging workflows to ensure code follows project conventions while maintaining quality standards through proper naming, structure, and TypeScript discipline.
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/code-generation && cp -r /tmp/code-generation/library/methodologies/cc10x/skills/code-generation ~/.claude/skills/code-generationSKILL.md
## 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)
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.