One-click install
npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill skill-development-avatar-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/AvaTar-ArTs/my-supremepowers/tree/main/qwen_skills/skill-development
Command: npx skills add https://github.com/AvaTar-ArTs/my-supremepowers --skill skill-development-avatar-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized blueprint for creating Claude Code plugin skills, enabling lean SKILL.md with essential frontmatter and a clear path for adding references, examples, and scripts. It ensures developers produce a consistent skill structure, and promotes progressive disclosure so deeper guidance lives in references while the core is immediately discoverable.

Core Features & Use Cases

  • Enforces a frontmatter-driven SKILL.md with required fields (name, description) and a concise body for fast loading.
  • Encourages progressive disclosure by placing detailed content in references/ and examples/ and scripts/ as needed.
  • Guides the plugin-skill development workflow from scaffolding to validation and iteration, with clear separation of core concepts and extended material.

Quick Start

Create a new skill directory under skills/ with a SKILL.md frontmatter and progressively add references/, examples/, and scripts/ as content is developed.

Frequently Asked Questions about skill-development

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

FAQPage Schema
How do I create a valid SKILL.md for a Claude Code plugin?

To create a valid SKILL.md for a Claude Code plugin, include required frontmatter fields like name and description, maintain a lean body for fast loading, and link optional references, examples, and scripts properly.

What is progressive disclosure in Claude Code skill development?

Progressive disclosure in Claude Code skill development places only essential metadata in the lean SKILL.md body while storing detailed extended guidance in separate references, examples, and scripts directories for structured discovery.

How do I structure references and scripts in a Claude Code plugin skill?

Structure references and scripts by creating a new skill directory under skills/, adding a frontmatter-driven SKILL.md, and progressively placing detailed content into references/, examples/, and scripts/ folders to support safe loading.

Does Claude Code plugin skill development require frontmatter metadata?

Claude Code plugin skill development requires frontmatter metadata to enforce a standardized skill structure, ensuring essential fields like name and description are present for immediate discoverability and safe loading.

What is the best way to organize a Claude Code plugin skill directory?

The best way to organize a Claude Code plugin skill directory is separating core concepts from extended material using a frontmatter-driven SKILL.md and optional resource bundles like references and examples for progressive disclosure.

When should I not use progressive disclosure for plugin skills?

You should avoid progressive disclosure for plugin skills when your content is too minimal to require separating a lean SKILL.md body from extended references, examples, and scripts directories.