Template:Claude skill
This template renders the metadata infobox at the top of every page in the Claude skill library. Place it as the first line of the page, above the intro sentence.
Usage
{{Claude skill
| id = CS-META-001
| name = Skill Creator
| slug = skill-creator
| type = Skill
| domain = META — Skill & prompt engineering
| status = Active
| version = 1.0
| updated = 2026-08-01
| source = Anthropic (official)
| runs-in = Claude Code, Cowork, Claude.ai (reduced)
| bundled = scripts/, agents/, references/, eval-viewer/, assets/
}}
Field conventions are defined at Wiki:Skills/Conventions.
Metadata infobox for a Claude skill or prompt page in the Wiki:Skills library.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Skill ID | id | CS-<DOMAIN>-<NNN> for skills, CP-<DOMAIN>-<NNN> for prompts | String | required |
| Display name | name | Human-readable name; defaults to the subpage name | String | suggested |
| Slug | slug | kebab-case identifier matching the name: field in the SKILL.md frontmatter | String | required |
| Type | type | Skill, Prompt, or Command
| String | suggested |
| Domain | domain | Domain code and label, e.g. 'WFM — Workforce management' | String | suggested |
| Status | status | Draft, Active, or Deprecated
| String | suggested |
| Version | version | Semantic-ish version, bumped on any change to the skill body
| String | optional |
| Updated | updated | ISO date of the last change to the skill body (YYYY-MM-DD) | Date | suggested |
| Source | source | Where the skill came from — Anthropic (official), TARS, adapted from X | String | optional |
| Runs in | runs-in | Surfaces the skill works on | String | optional |
| Bundled files | bundled | Directories/files the skill ships alongside SKILL.md | String | optional |
