LLM Skills
~/catalogue/génération de code//SKILL

Génération de code

/SKILL

Production de code minimal, respectant les modèles existants. Écrivez le moins de code possible pour répondre aux exigences. Adaptez-vous aux modèles existants du projet. Utilisez uniquement les

a5c-aia5c-ai
1.6k
21 juin 2026
MIT License
// contenu du skill

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.

allowed-tools: Read, Write, Edit, Bash, Grep, Glob


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)
// source originale publique
a5c-ai/babysitter
/library/methodologies/cc10x/skills/code-generation/SKILL.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/code-generation/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateura5c-ai
Étoiles 1.6k
LicenceMIT License
Mis à jour21 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Génération de code

Voir toutarrow_forward