skills-authoring
CommunityCreate and structure Claude Skills
Software Engineering#templates#documentation#skill creation#frontmatter#progressive-disclosure#agent-skills
Authorgalligan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Creates or updates skills with proper YAML frontmatter, progressive disclosure, and best practices per the open Agent Skills specification. Supports simple, tool-restricted, multi-file, and script-based skills. Use when creating new skills, authoring skills, extending agent capabilities, or when --create-skill or --new-skill flag is mentioned.
Core Features & Use Cases
- Templates supported: from
templates/:simple-skill.md- Single SKILL.md filetool-restricted-skill.md- Limited tool accessmulti-file-skill.md- With supporting filesscript-based-skill.md- Includes executable scripts
- Name pattern: kebab-case and must match directory
- Frontmatter validation: name, description, and optional fields
- Supporting files: Add
references/,scripts/, orassets/when needed - Progressive disclosure: keep SKILL.md lean; move details to supporting files
- Validation aids: ensures compatibility with Agent Skills specification
Quick Start
- Pick a template from
templates/(e.g.,simple-skill.md). - Generate the skill directory name (lowercase, hyphens only) and ensure it matches
namein frontmatter. - Write
SKILL.mdwith frontmatter and instructions. - Optionally add
references/,scripts/, orassets/to extend capabilities.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: skills-authoring Download link: https://github.com/galligan/skillstash/archive/main.zip#skills-authoring Please download this .zip file, extract it, and install it in the .claude/skills/ directory.