claude-code-skills

Standardize Claude Code skill creation with SKILL.md frontmatter and progressive disclosure.

73|16|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-skills
Source: https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/claude-code-kit/framework/skills/claude-code-skills
Command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes modular skill structure, progressive disclosure, and templates for new skills.

Core Features & Use Cases

  • Skill architecture: Frontmatter, resources, and data sources.
  • Progressive disclosure: Metadata at top, depth in resources.
  • Quality checks: Validation templates and sources.json.

Quick Start

Create a new skill directory with SKILL.md and a resources folder.

Frequently Asked Questions about claude-code-skills

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

FAQPage Schema
How do I structure a Claude Code skill with proper frontmatter and templates?

Claude Code skills require a SKILL.md file with frontmatter metadata, a resources folder, and a data/sources.json file. Use kebab-case naming, keep descriptions under 200 characters, and organize resources by progressive disclosure—metadata at the top level, detailed content in nested resources. This standardized structure ensures consistency across multi-folder projects.

What is progressive disclosure in skill design?

Progressive disclosure surfaces essential information first, then reveals complexity on demand. In Claude Code skills, this means frontmatter and quick-start sections upfront, followed by detailed resources, examples, and advanced patterns nested deeper. This approach reduces cognitive load and lets users find answers at their own pace.

Can I maintain multiple Claude Code skills across different folders with consistent structure?

Yes. This skill provides templates and patterns specifically for multi-folder skill projects. Use the SKILL.md frontmatter schema, resources organization, and data/sources.json validation requirements as a reference. A quality checklist ensures each skill folder follows the same modular architecture and naming conventions.

What should I include in sources.json for a Claude Code skill?

The sources.json file validates and documents data sources used by your skill. It follows a defined schema that ensures data integrity and consistency. Include source metadata, references, and any dependencies your skill relies on for its core functions.

How do I organize resources in a skill to support different user expertise levels?

Organize resources using progressive disclosure: place quick-start and overview content in SKILL.md, then structure deeper resources by complexity level. Use clear naming and progressive nesting so beginners find immediate answers while advanced users access specialized patterns, validation templates, and architectural details without clutter.