Agent Skills: code-generation

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

UncategorizedID: a5c-ai/babysitter/code-generation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/cc10x/skills/code-generation

Skill Files

Browse the full folder contents for code-generation.

Download Skill

Loading file tree…

library/methodologies/cc10x/skills/code-generation/SKILL.md

Skill Metadata

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

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)