
Template Skill
- 240 installs
- 30.1k repo stars
- Updated August 4, 2026
- davila7/claude-code-templates
This is a copy of template-skill by anthropics - installs and ranking accrue to the original listing.
template-skill is a Claude Code starter template that bootstraps new agent skills for developers who need consistent SKILL.md structure, triggers, and publishable sections.
About
template-skill is a Claude Code agent skill scaffold from davila7/claude-code-templates that bootstraps a new skill with the correct file structure, trigger description, and instruction sections contributors expect in a shared templates repository. The bundled SKILL.md frontmatter includes name and description placeholders—"Replace with description of the skill and when Claude should use it"—plus a heading where authors insert operational instructions below. Developers reach for template-skill when publishing a new agent capability and want consistent formatting across many skills instead of copying ad-hoc markdown from older repos. The skill accelerates contributor onboarding in claude-code-templates by standardizing how triggers are written and how body sections are organized. Use it at skill creation time before filling in domain-specific workflows, checklists, or integration steps.
- Provides a canonical skill skeleton and sections
- Encodes naming, triggers, and packaging conventions
- Speeds creation of new repo-local skills
- Keeps agent capabilities consistent across teams
- Lowers onboarding for skill contributors
Template Skill by the numbers
- 240 all-time installs (skills.sh)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davila7/claude-code-templates --skill template-skillAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 240 |
|---|---|
| repo stars | ★ 30.1k |
| Last updated | August 4, 2026 |
| Repository | davila7/claude-code-templates ↗ |
How do you scaffold a new Claude Code skill?
Bootstrap a new Claude Code skill with the correct structure, triggers, and sections so contributors can publish consistent agent capabilities faster across a templates repo.
Who is it for?
Developers contributing new agent skills to claude-code-templates who need a consistent SKILL.md scaffold before writing domain logic.
Skip if: Teams implementing application features in production repos, or authors who already have a finalized skill needing only content edits.
When should I use this skill?
A contributor asks to create a new Claude Code skill, SKILL.md template, or standardized agent capability file in a templates repo.
What you get
SKILL.md file with YAML frontmatter, trigger description, and placeholder instruction sections ready for domain content.
- SKILL.md scaffold
- Frontmatter and trigger template
Files
Insert instructions below
Related skills
FAQ
What files does template-skill help create?
template-skill bootstraps a SKILL.md file with YAML frontmatter for name and description plus an instructions section placeholder, matching the structure expected in davila7/claude-code-templates.
Who should use template-skill?
template-skill is for contributors adding new agent capabilities to a Claude Code templates repository who need consistent triggers, sections, and frontmatter before writing domain-specific instructions.