skill-builder

Scaffold Kiro skill directories with SKILL.md frontmatter and evals.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ukrsite/kiro-workflows --skill skill-builder-ukrsite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/ukrsite/kiro-workflows/tree/main/skills/shared-skills/skill-builder
Command: npx skills add https://github.com/ukrsite/kiro-workflows --skill skill-builder-ukrsite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create and improve Kiro skills quickly by scaffolding directories, frontmatter, evaluation structures, and MR-ready artifacts to ensure consistency and reusable patterns across projects.

Core Features & Use Cases

  • Scaffolding: generate a complete skill directory with SKILL.md frontmatter and a reusable template for new skills.
  • Evaluation: include evals/evals.json templates and guidance for testing and validation.
  • MR-ready contribution: prepare agent wiring and references for easy contribution to the kiro-agents repository.

Quick Start

Create a new skill scaffold under the appropriate group, generate SKILL.md frontmatter and a baseline workflow, and prepare evals and agent wiring for MR-ready submission.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I scaffold a Kiro skill with the correct directory structure?

To scaffold a Kiro skill, generate a complete skill directory containing SKILL.md frontmatter, a baseline workflow outline, and an evals template. This ensures consistent structure and reusable patterns across new skill projects.

What is included in MR-ready Kiro skill development?

MR-ready Kiro skill development includes enforcing frontmatter correctness, defining a clear workflow outline, and preparing agent wiring and references for direct contribution to the kiro-agents repository.

How do I turn a conversation into a ready-to-contribute SKILL.md artifact?

You can turn a conversation into a SKILL.md artifact by applying the skill-builder to extract the logic, enforce frontmatter correctness, and scaffold the directory structure and evals for MR-ready submission.

Does Kiro skill scaffolding automatically include evaluation templates?

Yes, Kiro skill scaffolding includes evals/evals.json templates and guidance for testing and validation. This ensures new skills have baseline evaluation structures for consistent quality checks.

What's the best way to enforce frontmatter correctness in Kiro skills?

The best way to enforce frontmatter correctness is to use a scaffolding process that validates the SKILL.md metadata structure during creation or updates, ensuring consistent frontmatter across all contributed skills.

Can I update an existing Kiro skill without rebuilding the directory from scratch?

Yes, you can update an existing Kiro skill by refining its SKILL.md frontmatter, workflow outline, and optional evals without rebuilding the entire directory structure from scratch.