skill-authoring

Create Claude Skills with standardized SKILL.md frontmatter and structure.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cch96/claude-plugins --skill skill-authoring-cch96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-authoring
Source: https://github.com/cch96/claude-plugins/tree/main/plugins/skill-authoring/skills/skill-authoring
Command: npx skills add https://github.com/cch96/claude-plugins --skill skill-authoring-cch96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized approach to writing Claude Skills, ensuring consistency and maintainability when creating SKILL.md entries and skill structures.

Core Features & Use Cases

  • Frontmatter rules: Enforces mandatory fields like name and description for reliable discovery.
  • Structured layout: Prefers tables over long prose to reduce ambiguity.
  • Use Case: When creating or updating skills, follow these guidelines to produce clean, scalable SKILL.md entries.

Quick Start

Create a new Skill at plugins/skill-authoring/skills/skill-name with a SKILL.md containing a valid frontmatter (name: skill-name, description: "...") and the required structure.