create-agent-skills

Create modular Claude Skill Units with router-based XML structures and workflows.

2.0k|410|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/glittercowboy/taches-cc-resources/tree/main/skills/create-agent-skills
Command: npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides you through creating robust, reusable AI skills for Claude, enabling you to extend Claude's capabilities and automate complex, domain-specific tasks. It addresses the challenge of transforming raw ideas into structured, executable AI workflows that can be shared and iterated upon.

Core Features & Use Cases

  • Structured Skill Development: Learn to define clear objectives, processes, and success criteria using XML-structured prompts for optimal AI understanding and execution.
  • Modular & Reusable Components: Design skills with optional scripts/, references/, and assets/ directories, promoting modularity and efficient resource management.
  • Enhanced Automation: Create skills that automate repetitive tasks, integrate with external tools, and provide consistent, high-quality outputs, reducing manual effort and errors.

Quick Start

Create a new skill that helps Claude write unit tests for a given JavaScript function.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I create reusable AI skills for Claude?

Create reusable AI skills by structuring them with XML-based prompts, mandatory frontmatter, intake routing, and explicit success criteria. Design modular components using optional scripts, references, and assets directories, then validate the skill structure against the router pattern to ensure consistency and shareability across workflows.

What's the best way to design modular Claude skills with templates?

Design modular skills using router-based SKILL.md structures with dedicated workflows, references, and templates. Enforce XML formatting with frontmatter sections, establish clear routing logic, and include dependency checks and testing patterns to ensure your skill is maintainable, testable, and reusable across automation workflows.

Can I automate complex workflows by building custom AI skills?

Yes. Build custom AI skills that automate domain-specific tasks by defining clear objectives, processes, and success criteria in structured XML prompts. Your skills can integrate with external tools, provide consistent outputs, and reduce manual effort by packaging workflow logic into reusable, shareable units Claude can execute reliably.

How do I audit and upgrade existing AI skills?

Audit existing skills by validating their SKILL.md structure against router patterns, checking XML formatting, reviewing dependency declarations, and confirming testing patterns are satisfied. Upgrade by progressively enhancing workflows, references, and templates while maintaining the mandatory frontmatter and success criteria structure.

What structure do AI skills need to work with prompt engineering and Claude?

Skills require XML-based structure with mandatory frontmatter, intake sections, routing logic, and explicit success criteria. Include non-markdown bodies, dependency checks, testing patterns, and optional scripts or references directories to create skills that Claude can understand, route correctly, and execute as cohesive automation units.

Do I need existing automation workflows to start building AI skills?

No prerequisite workflows are required. Begin by defining your skill's objective, process, and success criteria using the XML structure and router pattern. Start with a simple skill like automating unit test generation, validate the structure, then progressively build more complex, domain-specific skills as you develop proficiency.