claude-skills

Featured

Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.

AI & Automation 2,502 stars 184 forks Updated 6 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Claude Skills Meta-Skill Turn scattered domain material into a Skill that is reusable, maintainable, and reliably activatable: - `SKILL.md` as the entrypoint (triggers, constraints, patterns, examples) - `references/` for long-form evidence and navigation - optional `scripts/` and `assets/` for scaffolding and templates ## When to Use This Skill Trigger this meta-skill when you need to: - Create a new Skill from scratch from docs/specs/repos - Refactor an existing Skill (too long, unclear, inconsistent, misfires) - Design reliable activation (frontmatter + triggers + boundaries) - Extract a clean Quick Reference from large material - Split long content into navigable `references/` - Add a quality gate and a validator ## Not For / Boundaries This meta-skill is NOT: - A domain Skill by itself (it builds domain Skills) - A license to invent external facts (if the material does not prove it, say so and add a verification path) - A substitute for required inputs (if inputs are missing, ask 1-3 questions before proceeding) ## Quick Reference ### Deliverables (What You Must Produce) Your output MUST include: 1. A concrete directory layout (typically `skills/<skill-name>/`) 2. An actionable `SKILL.md` with decidable triggers, boundaries, and reproducible examples 3. Long-form docs moved to `references/` with a `references/index.md` 4. A pre-delivery checklist (Quality Gate) ### Recommended Layout (Minimal -> Full) ``` skill-name/ |-- SKILL.md # Required: entr...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
5 months ago
Last Updated
6 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category