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.zipInstalls 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.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
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
- Fetch Memory: Open and read
/docs/tech_stack_guidelines.mdbefore generating any code. - Check Restrictions: Look at the "Historical Review Failures & Fixes" section. Identify the mistakes made in previous coding phases.
- 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| code-generator (this skill) | 0 | 18d | No flags | Beginner |
| godot | 1,044 | 4mo | Review | Intermediate |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| drizzle | 238 | 1mo | No flags | Intermediate |
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.
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.
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.
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.
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.
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.