code-write

Translate SPEC.md into code and integrate it into the target repository.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/PMKhai/claude-config --skill code-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-write
Source: https://github.com/PMKhai/claude-config/tree/main/skills/code-write
Command: npx skills add https://github.com/PMKhai/claude-config --skill code-write

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning a written SPEC into concrete code by implementing it inside the target repository, reducing manual translation effort.

Core Features & Use Cases

  • Read SPEC.md and project context to understand requirements and constraints.
  • Generate and place code according to the SPEC, including data models, business logic, and configuration.
  • Commit & summarize work in the repo with a review-ready code-summary.

Quick Start

Read SPEC.md and implement the required code into the target repository.

Frequently Asked Questions about code-write

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation from a spec file directly into a repository?

Automating code generation from a spec file into a repository involves reading SPEC.md to understand requirements, then generating and placing concrete code, including data models and business logic, directly into the target repository. It commits changes with a review-ready summary.

What is the best way to implement a formal specification into production-grade code?

The best way to implement a formal specification into production-grade code is to automate translating SPEC.md into concrete code and integrating it into the target repository, generating a review-ready code-summary artifact for the commit.

How does automated spec implementation handle version control and repo integration?

Automated spec implementation handles version control and repo integration by placing generated code into the target repository and committing the work directly, providing a review-ready code-summary to track the SPEC.md changes.

Can I use automated code writing for standard software development tasks without manual translation?

Yes, you can use automated code writing for standard software development tasks without manual translation. It applies to scenarios where a coder implements features directly in the repo from a formal specification, satisfying end-to-end code generation requirements.

Do I need a SPEC.md file to generate code into my target repository?

Yes, you need a SPEC.md file to generate code into your target repository. The automation reads the SPEC.md and project context to understand requirements and constraints before generating and placing the required data models and business logic.