kitt-create-agent-skills

Guide creation and refinement of Claude Code Skills with structured layouts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/utahdws/webteam-ai-tools --skill kitt-create-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kitt-create-agent-skills
Source: https://github.com/utahdws/webteam-ai-tools/tree/main/.ai-cli/shared/skills/kitt-create-agent-skills
Command: npx skills add https://github.com/utahdws/webteam-ai-tools --skill kitt-create-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for authoring robust Claude Code Skills, ensuring consistent structure, proper routing, and reusable knowledge strategies for rapid skill development.

Core Features & Use Cases

  • Step-by-step guidance for creating skills, upgrading to router pattern, auditing for best practices
  • Clear references to SKILL.md structure, workflows/, references/, templates/, and scripts/ for scalable skill architecture
  • Progressive disclosure and validation patterns to keep SKILL.md concise while enabling depth in references

Quick Start

Create an initial SKILL.md with a simple single-workflow and test routing.

Frequently Asked Questions about kitt-create-agent-skills

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

FAQPage Schema
How do I structure a Claude Code Skill for progressive disclosure?

Structure Claude Code Skills by keeping SKILL.md concise and enabling depth through a recommended folder layout with workflows, references, templates, and scripts.

What is the router pattern for skill authoring?

The router pattern is a skill authoring approach that uses frontmatter validity and XML-like body structure to route tasks efficiently across multiple workflows.

How do I audit an existing skill for best practices?

Audit an existing skill by checking frontmatter validity, XML-like body structure, progressive disclosure, and adherence to the recommended folder layout for scalable architecture.

Can I use templates and references to keep SKILL.md concise?

Yes, templates and references keep SKILL.md concise by externalizing detailed knowledge strategies into a scalable folder architecture.

What's the best way to create an initial SKILL.md?

Create an initial SKILL.md with a simple single-workflow and test routing to validate the structure before applying progressive disclosure and references.

Why does my skill need workflows and scripts directories?

Workflows and scripts directories provide scalable skill architecture by separating process logic and executable actions from the core SKILL.md body.