kitt-create-slash-commands

Generate YAML frontmatter and XML bodies for Claude Code slash commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers and teams in building robust Claude Code slash commands by enforcing a consistent frontmatter, XML structure, and command conventions, reducing setup time and errors.

Core Features & Use Cases

  • Generates YAML frontmatter templates for new slash commands including name, description, and optional argument hints.
  • Produces an XML-structured body with required sections (<objective>, <process>, <success_criteria>) and optional dynamic context, verification, and output blocks.
  • Includes best-practice templates for common patterns (file references, arguments, context loading) to accelerate command authoring.
  • Ideal for teams creating standardized studio commands, internal tooling, or starter templates for Claude Code slash commands.

Quick Start

Provide a concise description of the slash command you want to create and I will generate a full frontmatter and XML command skeleton.

Frequently Asked Questions about kitt-create-slash-commands

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

FAQPage Schema
How do I create Claude Code slash commands with proper frontmatter?

Creating Claude Code slash commands requires mandatory YAML frontmatter fields like name and description, paired with an XML body containing objective, process, and success criteria sections to ensure consistent command execution.

What is the required XML structure for a Claude Code slash command template?

The XML structure for a slash command template mandates <objective>, <process>, and <success_criteria> sections, while supporting optional dynamic context, verification, and output blocks to guide Claude's execution.

Can I include optional scripts and references in my slash command frontmatter?

Yes, slash command templates support optional components such as scripts, references, and assets, allowing you to load dynamic context and integrate external tooling directly within the command structure.

What is the best way to standardize slash command templates for a development team?

Standardizing slash command templates involves enforcing consistent YAML frontmatter and XML conventions, utilizing auto-generation for mandatory fields and providing best-practice patterns for common team workflows.

Does this approach support both personal and project-level command templates?

Yes, this command generation approach supports both personal and project-level templates, enabling developers to build individual automations while allowing teams to deploy standardized internal tooling and studio commands.