claude-skills

Convert domain material into reusable Claude Skills with structured SKILL.md files.

22.7k|2.4k|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/2025Emma/vibe-coding-cn --skill claude-skills-2025emma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skills
Source: https://github.com/2025Emma/vibe-coding-cn/tree/main/i18n/en/skills/claude-skills
Command: npx skills add https://github.com/2025Emma/vibe-coding-cn --skill claude-skills-2025emma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude Skills meta-skill transforms domain material into reusable Skills with frontmatter, references, and scaffolding.

Core Features & Use Cases

  • Structured Skill creation from docs, APIs, and code
  • Quality gates & validators to ensure reliability
  • References split for long-form evidence

Quick Start

Use this meta-skill to scaffold a new Skill directory with SKILL.md and references.

Frequently Asked Questions about claude-skills

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

FAQPage Schema
How do I convert documentation into a reusable Claude Skill?

Converting documentation into a Claude Skill involves extracting domain material from docs, APIs, or code specs, then structuring it with YAML frontmatter, Quick Reference patterns, Examples, and References sections. This meta-skill scaffolds the directory and enforces production-grade requirements like mandatory sections, concise pattern limits (≤20), and integrated quality validation to ensure reliability.

What are the mandatory sections required when creating a new Skill?

Production Skill creation requires When to Use This Skill, Not For / Boundaries, Quick Reference (≤20 patterns), Examples, References, and Maintenance sections. The meta-skill validates these mandatory sections automatically, ensuring consistent structure, reproducible examples, and a maintenance record with source tracking and last-updated timestamps.

Can I refactor an unclear or verbose Skill using this meta-skill?

Yes. This meta-skill handles refactoring by reorganizing long-form material into navigable references, extracting concise Quick Reference patterns, and applying the production-grade validator. It's applicable when clarifying verbose Skills, designing reliable activation patterns, and splitting references to improve maintainability.

What does the integrated quality gate validator check?

The quality gate validator enforces structural compliance: YAML frontmatter presence, mandatory section completeness, Quick Reference pattern count (≤20), example reproducibility, and maintenance record with sources and timestamps. This ensures all created Skills meet production standards before deployment.

How should I organize long-form documentation when converting it to a Skill?

Split long-form documentation into References and Quick Reference sections. The meta-skill guides extracting the most actionable patterns into Quick Reference (limited to 20 concise patterns), while detailed evidence and sources remain in the References section for users who need deeper context.

What input formats can I convert into a Skill structure?

This meta-skill accepts domain material from API documentation, code repositories, specifications, and technical docs. It transforms any of these source formats into a standardized Skill structure with scaffolded YAML frontmatter, organized references, and validated Quick Reference patterns.