
Template Skill
- 266 installs
- 2.2k repo stars
- Updated April 3, 2026
- mrgoonie/claudekit-skills
This is a copy of template-skill by anthropics - installs and ranking accrue to the original listing.
template-skill is a Claude Code scaffolding skill that bootstraps new agent skills with standard SKILL.md structure, metadata, triggers, and examples for developers creating custom Claude Code capabilities.
About
template-skill is a starter scaffold from mrgoonie/claudekit-skills for authoring new Claude Code agent skills. The template provides a YAML frontmatter block with name and description fields plus a markdown body section for instructions, triggers, and usage examples. Developers reach for template-skill when creating a first custom skill, enforcing consistent metadata across a skill library, or onboarding team members to the Claude Code skill format without copying ad-hoc markdown files.
- Skill file scaffold
- Trigger and metadata patterns
- Example structure
- Consistent conventions
- Fast skill authoring
Template Skill by the numbers
- 266 all-time installs (skills.sh)
- +3 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mrgoonie/claudekit-skills --skill template-skillAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 266 |
|---|---|
| repo stars | ★ 2.2k |
| Last updated | April 3, 2026 |
| Repository | mrgoonie/claudekit-skills ↗ |
How do you scaffold a new Claude Code skill?
Bootstrap new Claude Code skills from a standard template—structure, metadata, triggers, and examples—so custom agent capabilities stay consistent across projects.
Who is it for?
Developers authoring their first Claude Code skill or standardizing skill structure across a shared agent capability library.
Skip if: Teams that need a fully implemented domain workflow skill rather than an empty scaffold requiring complete custom content.
When should I use this skill?
A user asks to create a new Claude Code skill, bootstrap a SKILL.md template, or standardize skill metadata and triggers.
What you get
SKILL.md file with YAML frontmatter, description, trigger metadata, and structured instruction body ready for customization.
- SKILL.md scaffold with frontmatter and instruction sections
Files
Insert instructions below
Related skills
FAQ
What files does template-skill help create?
template-skill helps create a SKILL.md file with YAML frontmatter containing name and description fields, followed by a markdown body for agent instructions. Developers replace placeholder text with domain-specific triggers and examples.
When should developers use template-skill?
template-skill should be used when bootstrapping a new Claude Code skill from scratch in the claudekit-skills repository. The template ensures consistent metadata and instruction structure before adding domain-specific workflow content.