Skill Development

Outline Claude Code plugin skill structure, triggers, and references.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/lusya123/cloudcode --skill skill-development-lusya123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Development
Source: https://github.com/lusya123/cloudcode/tree/main/claude-code-main/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/lusya123/cloudcode --skill skill-development-lusya123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates best practices for creating Claude Code plugin skills, ensuring a consistent, lean SKILL.md, proper progressive disclosure, and organized bundled resources.

Core Features & Use Cases

  • Provide a standard SKILL.md frontmatter with required fields (name, description) and a clear body.
  • Define resource structure (references/, scripts/, assets/) to enable progressive disclosure and on-demand loading.
  • Offer templates and examples to accelerate skill creation for plugin development and maintenance.
  • Validate skill structure and enable auto-discovery by Claude Code to streamline integration.

Quick Start

Create a new skill folder containing SKILL.md with proper frontmatter, then add optional references, scripts, and assets as needed and validate with the skill-reviewer.

Frequently Asked Questions about Skill Development

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

FAQPage Schema
How do I structure a SKILL.md file for a Claude Code plugin?

To structure a SKILL.md file for a Claude Code plugin, include standard frontmatter with required name and description fields, followed by a clear body with explicit trigger phrases and enforced imperatives.

What is progressive disclosure in Claude Code skills?

Progressive disclosure in Claude Code skills is an approach that organizes bundled resources into references, scripts, and assets directories to enable on-demand loading and keep the core SKILL.md file lean.

How do I validate a plugin skill structure for auto-discovery?

You validate a plugin skill structure for auto-discovery by checking frontmatter quality, ensuring trigger phrases are explicit, and confirming that dependencies on scripts, references, and assets are satisfied using a skill-reviewer.

Can I use existing templates to accelerate Claude Code skill creation?

Yes, you can use existing templates and examples to accelerate Claude Code skill creation, which helps standardize plugin development, maintenance, and resource organization across different workflows.

When do I need to create separate resource directories for plugin skills?

You need to create separate resource directories for plugin skills when your workflow requires on-demand loading of bundled assets, scripts, or references to satisfy dependencies and maintain a lean SKILL.md body.