Create Claude Skill

Create Claude Skills with YAML frontmatter and progressive disclosure structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asmith7013/coachingPlatform --skill create-claude-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Claude Skill
Source: https://github.com/asmith7013/coachingPlatform/tree/main/.claude/skills/create-claude-skill
Command: npx skills add https://github.com/asmith7013/coachingPlatform --skill create-claude-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a comprehensive framework for creating Claude skills with progressive disclosure, composability, and maintainability.

Core Features & Use Cases

  • Progressive disclosure: Frontmatter at startup, body on trigger, and resources on demand.
  • Skill anatomy: Clear directories for SKILL.md, references, patterns, templates, examples, and scripts.
  • Registration & testing: Guidance to register in settings and test via CLI or natural language.
  • Best practices: Evaluation, iteration, and maintenance guidance.

Quick Start

Use this skill to design a new Claude skill from scratch, then structure it for maintainability and reusability.

Frequently Asked Questions about Create Claude Skill

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

FAQPage Schema
How do I structure a Claude skill for reusability and maintainability?

Structure Claude skills with progressive disclosure: YAML frontmatter for startup metadata, a skill body that triggers on demand, and optional references, templates, and scripts organized in standard directories. This separation ensures clarity, composability, and scalability across tasks like onboarding, configuration, and testing.

What's the best way to package procedural knowledge into Claude skills?

Package procedural knowledge by defining clear skill anatomy with frontmatter, body content, and on-demand resources. Enforce standard directory structure and YAML conventions to create composable agent capabilities that extend Claude's domain expertise and solve unstructured, ad hoc capability problems.

Can I use progressive disclosure to improve how Claude skills are discovered and learned?

Yes. Progressive disclosure loads metadata at startup, triggers skill body on user interaction, and provides references on demand. This design pattern reduces cognitive load, improves discoverability, and makes skills easier to test, evaluate, and maintain across multiple deployment contexts.

How do I test and evaluate a Claude skill before deployment?

Register your skill in settings, then test via CLI commands or natural language interaction. The framework provides evaluation guidance to validate that your skill meets its design intent, functions correctly across expected use cases, and maintains compatibility during iteration and maintenance cycles.

What's the difference between ad hoc agent capabilities and well-designed Claude skills?

Ad hoc capabilities lack structure and reusability. Well-designed Claude skills use enforced YAML frontmatter, standard directory structure, and progressive disclosure to create scalable, composable agent capabilities that solve specific problems consistently and remain maintainable across onboarding, configuration, testing, and deployment.