CO

code-generator

Generates project code while enforcing tech stack guidelines and preventing recurring historical bugs.

Install

mkdir -p .claude/skills/code-generator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17698" && unzip -o skill.zip -d .claude/skills/code-generator && rm skill.zip

Installs to .claude/skills/code-generator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Generates or modifies project code. Use when the user asks to write, build, scaffold, or implement a new feature.
113 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Read `/docs/tech_stack_guidelines.md`
  • Check the "Historical Review Failures & Fixes" section
  • Identify mistakes from previous coding phases
  • Generate requested code
  • Adhere to prevention rules from the log

How it works

The skill reads `docs/tech_stack_guidelines.md` and checks the "Historical Review Failures & Fixes" section to identify past coding mistakes. It then generates code while adhering to prevention rules to avoid reintroducing known issues.

Inputs & outputs

You give it
User request to write, build, scaffold, or implement a new feature
You get back
Generated or modified project code

When to use code-generator

  • Scaffolding new components
  • Implementing features
  • Modifying existing project logic
  • Updating code to match standards

About this skill

Code Generator Skill

Process Steps

  1. Fetch Memory: Open and read /docs/tech_stack_guidelines.md before generating any code.
  2. Check Restrictions: Look at the "Historical Review Failures & Fixes" section. Identify the mistakes made in previous coding phases.
  3. Write Defensive Code: Generate the requested code while strictly adhering to the prevention rules listed in the log to ensure those historical bugs are not reintroduced.

When not to use it

  • When the user does not ask to write, build, scaffold, or implement a new feature

Limitations

  • Relies on the existence and content of `/docs/tech_stack_guidelines.md`
  • Dependent on the "Historical Review Failures & Fixes" section for identifying past issues

How it compares

This skill actively incorporates historical failure logs into the code generation process, unlike a generic approach that might not consider past mistakes.

Compared to similar skills

code-generator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
code-generator (this skill)018dNo flagsBeginner
godot1,0444moReviewIntermediate
software-architecture3336moNo flagsIntermediate
drizzle2381moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

1,0441,947

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

drizzle

lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

238873

screenshot-to-code

OneWave-AI

Convert UI screenshots into working HTML/CSS/React/Vue code. Detects design patterns, components, and generates responsive layouts. Use this when users provide screenshots of websites, apps, or UI designs and want code implementation.

204389

zustand

lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

113434

codex

Lucklyric

Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention "Codex", request complex implementation challenges, advanced reasoning, or need high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.

32238

Search skills

Search the agent skills registry