creating-agent-skills

Author and audit Claude Code Skills using Anthropic's official specification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill creating-agent-skills-folly-partners
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-agent-skills
Source: https://github.com/Folly-Partners/claudesync/tree/main/plugins/cache/every-marketplace/compound-engineering/2.23.1/skills/create-agent-skills
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill creating-agent-skills-folly-partners

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill clarifies how to create, write, and refine Claude Code Skills according to Anthropic's official specification. It helps ensure consistency, reduces token waste, and promotes robust skill design across router patterns, progressive disclosure, and validation practices.

Core Features & Use Cases

  • Provides best-practice guidance for writing SKILL.md files and associated references.
  • Explains when to apply router patterns vs simple skills and how to structure references, workflows, and scripts.
  • Outlines progressive disclosure patterns to keep SKILL.md concise while enabling depth in references.
  • Includes guidance that is useful to both new skill authors and auditors.

Quick Start

Read the essential principles and sample templates, then start drafting or auditing a skill using the recommended structure and reference files.

Frequently Asked Questions about creating-agent-skills

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

FAQPage Schema
What is the official structure for writing Claude Code Skills?

Claude Code Skills require frontmatter metadata, XML-structured content, progressive disclosure patterns, and validation workflows. The official specification defines skill authoring through SKILL.md files paired with reference documents, ensuring consistency and reducing token waste across router patterns and skill designs.

How do I organize a skill using progressive disclosure?

Progressive disclosure keeps SKILL.md concise by placing essential guidance in the main file while detailed patterns, workflows, and scripts live in separate references. This structure enables depth without overwhelming authors or auditors, supporting both quick starts and comprehensive skill refinement.

When should I use a router pattern versus a simple skill structure?

Router patterns suit complex skills with multiple workflows or conditional branches; simple skills work for focused, single-task actions. The skill authoring guidance clarifies when each pattern reduces complexity and improves validation, helping you match structure to task scope.

What validation practices prevent common skill authoring mistakes?

Validation patterns catch structural errors, inconsistent XML, missing frontmatter, and token waste early. Best-practice guidelines ensure skills meet Anthropic's specification, serve their intended task clearly, and maintain quality across new authored skills and audited existing ones.

Can I audit an existing skill against the official specification?

Yes. The guidance covers both authoring and auditing, providing checklists and reference templates to assess skill consistency, structure compliance, and adherence to best practices. Auditors use the same specification framework as skill authors.

What references and scripts should I include in a well-designed skill?

Include reference files for detailed patterns, workflows outlining task sequences, and scripts demonstrating implementation. This component structure supports progressive disclosure, enables reuse, and clarifies the skill's reasoning logic for both end users and future maintainers.