claude-skills

Convert scattered domain material into structured Claude Skills with standardized frontmatter.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/ShunmeiCho/dotclaude --skill claude-skills-shunmeicho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skills
Source: https://github.com/ShunmeiCho/dotclaude/tree/main/skills/claude-skills
Command: npx skills add https://github.com/ShunmeiCho/dotclaude --skill claude-skills-shunmeicho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This meta-skill enables turning scattered domain materials (docs, APIs, code specs) into structured Claude Skills with a consistent frontmatter, references, and scaffolding, ensuring activation reliability and maintainability.

Core Features & Use Cases

  • Scaffold new Skills from documentation and examples.
  • Split long content into navigable references and maintain a lightweight SKILL.md.
  • Enforce a quality gate and a validation workflow to ensure safety and consistency.
  • Use cases: creating domain Skills from specs, refactoring existing Skills, and establishing governance for Skill creation.

Quick Start

  • Install and run the included scaffolding scripts to bootstrap a new Skill.
  • Edit SKILL.md and populate references/assets/references.
  • Validate with the skill validator to ensure conformance.

Frequently Asked Questions about claude-skills

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

FAQPage Schema
How do I turn scattered domain documentation into reusable Claude Skills?

To turn scattered domain documentation into reusable Claude Skills, use scaffolding scripts to bootstrap a standardized structure. This process enforces mandatory frontmatter, splits long content into navigable references, and maintains a lightweight SKILL.md for reliable activation.

What is a quality gate when creating structured Skills?

A quality gate is a validation workflow that ensures structured Skills meet safety and consistency standards before completion. It checks for mandatory sections, correct frontmatter, and overall layout conformance to guarantee maintainable documentation.

How do I scaffold a new Skill from existing API specs and code examples?

You scaffold a new Skill by running included scaffolding scripts against your API specs and examples. This creates a predictable activation surface with standardized frontmatter, references, and an assets directory for maintainable documentation.

Can I refactor existing Skills to enforce a standardized frontmatter and layout?

Yes, you can refactor existing Skills to enforce a standardized frontmatter and layout. The meta-skill applies during refactoring to split long content into navigable references and establish a predictable activation surface.

What's the best way to maintain a lightweight SKILL.md while managing references?

The best way to maintain a lightweight SKILL.md is by splitting long content into navigable references and assets. This approach ensures activation reliability while keeping the core documentation manageable and structured.

Why does my Skill fail the validation workflow during creation?

A Skill fails the validation workflow when it lacks mandatory sections, standardized frontmatter, or a safe structured layout. The quality gate checks completeness and consistency to ensure reliable activation and maintainability.