claude-skills

Convert domain material into Claude Skills with SKILL.md structure and validation.

48|4|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/godmakereth/vibe-coding-tw --skill claude-skills-godmakereth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skills
Source: https://github.com/godmakereth/vibe-coding-tw/tree/main/skills/claude-skills
Command: npx skills add https://github.com/godmakereth/vibe-coding-tw --skill claude-skills-godmakereth

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This meta-skill converts scattered domain material into a reusable Claude Skill with a defined entrypoint (SKILL.md), references, and optional scaffolding.

Core Features & Use Cases

  • Provides a structured Skill blueprint: SKILL.md frontmatter, references/, scripts/ and assets/ scaffolding.
  • Enables activation reliability and maintainable governance through a formal quality gate.
  • Useful for turning docs, APIs, or specs into production-ready Skills that Claude can load and execute reliably.

Quick Start

Run the scaffold script to generate a new Skill, then populate frontmatter, move long content to references, and validate with the strict checker.

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 an automation skill for Claude?

To convert documentation into an automation skill, you extract patterns from domain material and scaffold a defined entrypoint with references. This process ensures activation reliability by enforcing structure and frontmatter validation checks.

What is the best way to structure a Claude skill for reliable activation?

The best way to structure a Claude skill is using a formal blueprint with a SKILL.md entrypoint, a references directory, and optional scripts. Distributing long-form content to references ensures maintainability and reliable execution.

How do I scaffold a new skill from existing API specs?

You scaffold a new skill from API specs by running a generation script to create the directory structure. Then you populate the frontmatter, move long-form API content to references, and validate the skill with a strict checker.

Does this skill scaffolding process enforce validation and quality checks?

Yes, the skill scaffolding process enforces a formal quality gate through strict validation checks. It validates the frontmatter, structural integrity, and overall skill blueprint to guarantee activation reliability before deployment.

Can I refactor existing Claude skills to improve maintainability?

Yes, you can refactor existing Claude skills to improve maintainability by redistributing long-form content to references and revalidating the structure. This ensures the refactored skill meets formal governance and activation reliability standards.

Why does my Claude skill fail to load long-form domain content reliably?

A Claude skill fails to load reliably when long-form domain content is not distributed to references. Moving heavy content to reference files and enforcing strict frontmatter validation resolves these activation issues.