code-generation
SkillDev toolsGuides your agent to write minimal code that matches your project's existing patterns using write and edit tools.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the code-generation skill
About this capability
Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/cc10x/skills/code-generation/SKILL.md and read by ahel’s review.
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)
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
code-generation- Source
- github.com/a5c-ai/babysitter