create-agent-skills

Create and refine Claude Code Skills with SKILL.md structure guidance.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Quadica/qip --skill create-agent-skills-quadica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/Quadica/qip/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/Quadica/qip --skill create-agent-skills-quadica

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating, refining, and managing Claude Skills, ensuring they are well-structured, efficient, and adhere to best practices.

Core Features & Use Cases

  • Skill Creation Guidance: Provides expert advice on authoring new skills from scratch.
  • Structure & Best Practices: Teaches how to use XML, progressive disclosure, and the router pattern effectively.
  • Component Management: Guides on adding workflows, references, templates, and scripts to existing skills.
  • Use Case: You need to build a new Claude Skill to manage user authentication. This Skill will guide you through defining the objective, structuring the SKILL.md, creating necessary workflows, and organizing reference materials.

Quick Start

Use the create-agent-skills skill to get expert guidance on authoring new Claude Skills.

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 a new Claude skill from scratch?

To create a new Claude skill, define your objective and use the create-agent-skills guidance to structure the SKILL.md file, add XML components, and organize workflows and references efficiently.

What is the best way to structure Claude skills for AI agents?

The best way to structure Claude skills is by using XML elements, applying progressive disclosure, and implementing the router pattern to ensure the AI agent processes workflows efficiently.

How do I add workflows and references to an existing SKILL.md file?

You can add workflows and references to an existing SKILL.md by following component management guidance to integrate new templates and scripts without breaking the current XML structure.

When should I use progressive disclosure in prompt engineering for Claude skills?

Use progressive disclosure in prompt engineering when your Claude skill contains complex workflows, allowing the AI agent to load references and templates dynamically only when needed.

What are the limitations of using XML structure in Claude skill development?

XML structure limitations in Claude skill development arise when poorly nested tags or overly complex workflows confuse the AI agent, making it crucial to adhere to best practices for SKILL.md files.