Implements features and functionality following team-defined conventions and coding standards.
Install
mkdir -p .claude/skills/ai-code && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9547" && unzip -o skill.zip -d .claude/skills/ai-code && rm skill.zipInstalls to .claude/skills/ai-code
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.
Writes production code that satisfies stack-context standards on the first pass: interface-first design, backward-compatibility checks, lightweight self-review. Trigger for 'implement this', 'write the code for', 'add X to Y', 'build this function', 'make this work'. Not for tests; use /ai-test instead. Not for debugging; use /ai-debug instead. Not for refactoring; use /ai-simplify instead. Not for executing an approved plan end-to-end; use /ai-build (the gateway).Key capabilities
- →Restate tasks for context confirmation
- →Identify target files for implementation
- →Define public interfaces before writing code
- →Perform backward-compatibility checks
- →Execute compliance trace self-review
How it works
The skill loads stack-specific conventions and team standards before applying an interface-first design approach to generate minimal code.
Inputs & outputs
When to use ai-code
- →Implementing new features
- →Writing utility helpers
- →Adding module functionality
About ai-code
Generates production code based on provided stack context and team conventions. Employs lightweight self-review patterns before final commit.
Writes production code that satisfies stack-context standards on the first pass: interface-first design, backward-compatibility checks, lightweight self-review. Trigger for 'implement this', 'write the code for', 'add X to Y', 'build this function', 'make this work'. Not for tests; use /ai-test inst
When not to use it
- →Running tests
- →Debugging existing code
- →Refactoring code
Prerequisites
Limitations
- →Requires explicit user instruction for top-level file creation
- →Validation is deferred to external review skills
How it compares
Unlike manual coding, this skill enforces a pre-coding checklist and compliance trace to ensure standards are met on the first pass.
Compared to similar skills
ai-code side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ai-code (this skill) | 0 | 2mo | No flags | Intermediate |
| godot | 1,044 | 5mo | Review | Intermediate |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| drizzle | 238 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by arcasilesgroup
View all by arcasilesgroup →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.