kata-skill-implement

Automates widget, tool, and script creation while consolidating SKILL.md documentation for missing components.

Updated Sep 3, 2025
One-click install
npx skills add https://github.com/guardiatechnology/design-system --skill kata-skill-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kata-skill-implement
Source: https://github.com/guardiatechnology/design-system/tree/main/.claude/skills/kata-skill-implement
Command: npx skills add https://github.com/guardiatechnology/design-system --skill kata-skill-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the overhead of coordinating a skill project’s missing widgets, tools, scripts, and documentation by running a structured implementation workflow and consolidating the resulting SKILL.md and references.

Core Features & Use Cases

  • Gap discovery and reconciliation: Detects mismatches between declared widgets/tools/scripts/references and what actually exists on disk, including placeholder-only SKILL.md sections and empty or missing files.
  • Targeted delegation: Delegates widget work to the frontend agent, tool/Python script work to the Python agent, and keeps SKILL.md + references authorship in-house.
  • Safe iterative completion: Iterates through plan → delegation → consolidation → validation, escalating after bounded retries.

Quick Start

Ask the AI to run the kata for a specific skill slug to implement any gaps and consolidate SKILL.md and references for {paths.skills_root}/{slug}/.

Frequently Asked Questions about kata-skill-implement

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

FAQPage Schema
How do I automate skill authoring and documentation sync for missing project components?

To automate skill authoring and documentation sync, you orchestrate widget, tool, and script creation while consolidating SKILL.md and references. This process scans for gap signals between declared components and disk contents, then delegates implementation tasks to resolve mismatches.

What is the best way to detect and reconcile gaps in a skill project's filesystem?

The best way to detect and reconcile filesystem gaps is running a structured implementation workflow that identifies mismatches between declared widgets, tools, scripts, references, and actual disk contents, including placeholder-only SKILL.md sections and empty files.

How does agent delegation work when orchestrating skill implementation workflows?

Agent delegation works by routing widget creation to a frontend agent and tool or Python script work to a Python agent, while keeping SKILL.md and references authorship in-house. This targeted delegation ensures specialized components are built by the appropriate agents.

How do I validate filesystem alignment after generating missing skill components?

To validate filesystem alignment after generating missing components, run an iterative plan, delegation, consolidation, and validation cycle. This workflow escalates after bounded retries if gaps persist, ensuring final disk contents match declared SKILL.md specifications.

Can I consolidate SKILL.md and references when placeholders are out of sync?

Yes, you can consolidate SKILL.md and references when placeholders are out of sync by running a gap discovery workflow. It detects placeholder-only sections and empty files, delegates the implementation work, then resolves and updates the documentation to match.

What are the limitations of delegating skill authoring tasks to specialized agents?

Limitations of delegating skill authoring tasks include bounded retries before escalation, meaning persistent gaps may require manual intervention. Additionally, the orchestration workflow specifically delegates only widget and Python work, retaining documentation authoring in-house.