skill-builder

Transform design documents and execution plans into Agent Skills code.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve --skill skill-builder-vuthuonghai-steve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve/tree/main/.codex/skills/skill-builder
Command: npx skills add https://github.com/vuthuonghai-steve/KLTN-By_Thuong_Hai-Steve --skill skill-builder-vuthuonghai-steve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and knowledge (resource) and loop (resource) components.

What problem does it solve?

This Skill automates the process of transforming design documents and execution plans into functional Agent Skills, ensuring quality and adherence to standards.

Core Features & Use Cases

  • Design Validation: Audits architecture designs and execution plans for logical consistency.
  • Phase-Driven Development: Implements skills incrementally based on defined phases in todo.md.
  • Quality Assurance: Enforces coding standards, progressive disclosure, and placeholder density limits.
  • Use Case: A product manager provides a design.md and todo.md for a new customer support skill. The Skill Builder Engineer uses this Skill to meticulously build, validate, and log the creation of the skill, ensuring it meets all architectural and functional requirements.

Quick Start

Use the skill-builder to implement the design and todo files found in the current skill context.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I automate code generation for agent skills from design documents?

Automating code generation for agent skills involves transforming design documents and execution plans into production-ready code. This process validates architecture, enforces build guidelines, and manages phased development workflows to ensure robust skill creation.

What is progressive disclosure in agent development and why does it matter?

Progressive disclosure in agent development is an architectural principle that structures skill complexity incrementally. It matters because enforcing it during skill building ensures quality assurance, maintains coding standards, and limits placeholder density for functional, production-ready agent skills.

How to implement phased development workflows for building agent skills?

Implementing phased development workflows for agent skills requires defining incremental phases in a todo file. The skill builder processes these phases sequentially, validating architecture and logging creation at each step to ensure all functional requirements are met.

Does the 7-Zone framework support validation of execution plans for skill building?

Yes, the 7-Zone framework supports validation of execution plans for skill building. Adherence to this framework is required to audit architecture designs for logical consistency and enforce build guidelines during the transformation into production-ready code.

Do I need a design document and todo file to use an automated skill builder?

Yes, you need a design document and a todo file to use an automated skill builder. These inputs provide the architectural design and phased execution plans required to meticulously build, validate, and log the creation of functional agent skills.

What are the limitations of automating agent development with design validation?

Limitations of automating agent development include strict dependency on predefined design documents and execution plans. The process requires adherence to the 7-Zone framework and progressive disclosure principles, limiting flexibility for unstructured or undocumented skill creation.