create-agent-skills

Creates Claude Code Skills with SKILL.md files, XML body formatting, workflows, references, templates, and scripts.

15|Updated Oct 9, 2024
One-click install
npx skills add https://github.com/genesis-ai-dev/langquest --skill create-agent-skills-genesis-ai-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/genesis-ai-dev/langquest/tree/main/.agents/skills/create-agent-skills
Command: npx skills add https://github.com/genesis-ai-dev/langquest --skill create-agent-skills-genesis-ai-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and workflows (resource) components.

What problem does it solve?

This Skill provides expert guidance for creating, writing, building, and refining Claude Code Skills, streamlining the development of AI capabilities.

Core Features & Use Cases

  • Skill Authoring: Guides users through writing new SKILL.md files and defining objectives, processes, and success criteria.
  • Skill Refinement: Helps audit, modify, and improve existing skills for better performance and structure.
  • Component Management: Assists in adding new workflows, references, templates, or scripts to existing skills.
  • Use Case: A developer needs to create a new skill to manage Stripe payments. They use this Skill to understand the best structure, define the necessary workflows (e.g., create-payment, refund-payment), and write the SKILL.md file.

Quick Start

Use the create-agent-skills skill to start building a new skill for managing user authentication.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I write a SKILL.md file for workflow automation?

A SKILL.md file requires proper YAML frontmatter and XML body formatting to define objectives and processes. This structure enables Claude Code to execute workflow automation tasks effectively by providing clear routing patterns and prompt engineering guidelines.

What is the best way to structure complex AI agent skills?

Complex AI agent skills should use a router-pattern structure that integrates workflows, references, templates, and scripts. This design manages component interactions and ensures effective routing for advanced code generation and prompt engineering tasks.

Can I add new workflows and references to existing Claude Code Skills?

Yes, you can modify existing Claude Code Skills by adding new workflows, references, templates, and scripts. This component management approach allows you to refine skill structure and expand automation capabilities without rewriting the entire SKILL.md file.

How does prompt engineering affect skill development for code generation?

Prompt engineering shapes how AI agents interpret SKILL.md instructions for code generation tasks. Refining YAML frontmatter and XML body formatting directly impacts routing accuracy and the overall effectiveness of workflow automation processes.

When should I use router-pattern skills instead of simple skills?

Use router-pattern skills when managing multiple components like workflows, references, and scripts for complex AI agent tasks. Simple skills suit single-process code generation, while router-patterns provide the routing logic needed for advanced workflow automation.