Skill Development

Create and refine Claude Code skills with SKILL.md structure and progressive disclosure.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/mamba-mental/rize-mcp-ultimate --skill skill-development-mamba-mental
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Development
Source: https://github.com/mamba-mental/rize-mcp-ultimate/tree/main/.qwen/skills/skill-development
Command: npx skills add https://github.com/mamba-mental/rize-mcp-ultimate --skill skill-development-mamba-mental

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable approach for creating and improving Claude Code skills. It guides teams to design clear entry points, define trigger phrases, and organize supporting resources, reducing ambiguity and accelerating skill deployment.

Core Features & Use Cases

  • Define a lean SKILL.md frontmatter with explicit name and description, ensuring third-person perspective and concrete triggers.
  • Organize bundled resources into references, examples, scripts, and assets, with progressive disclosure to manage context.
  • Provide templates and best practices for plugin skills, including validation, testing, and packaging workflows.
  • Support scenarios such as creating a new skill, updating an existing skill, or teaching best-practices for skill structure.

Quick Start

To create a skill, establish a directory under the plugin's skills, add SKILL.md with frontmatter, and populate references/ and examples/ as needed. Validate the skill with the skill-reviewer to ensure triggers, structure, and lean content. Iterate based on usage feedback to improve trigger phrases and documentation.

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 Claude Code plugin development?

Progressive disclosure in skill creation manages context by organizing bundled resources into references, examples, and assets. This approach keeps the core SKILL.md lean while exposing detailed supporting documentation only when needed.

What is progressive disclosure in Claude Code skill creation?

Progressive disclosure in skill creation manages context by organizing bundled resources into references, examples, and assets. This approach keeps the core SKILL.md lean while exposing detailed supporting documentation only when needed.

How do I validate Claude Code skills before packaging?

Claude Code skill frontmatter requires a lean structure with an explicit name and description written in the third person. It must include concrete trigger phrases to ensure accurate activation within plugin workflows.

What are the frontmatter requirements for Claude Code skills?

Claude Code skill frontmatter requires a lean structure with an explicit name and description written in the third person. It must include concrete trigger phrases to ensure accurate activation within plugin workflows.

Does Claude Code skill creation support updating existing plugins?

Claude Code skill creation supports updating existing plugins by refining trigger phrases, restructuring references, and enforcing progressive disclosure. This iterative process reduces ambiguity and accelerates ongoing skill deployment.