Template:Claude skill

From WFM Labs

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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Skill IDid

CS-<DOMAIN>-<NNN> for skills, CP-<DOMAIN>-<NNN> for prompts

Stringrequired
Display namename

Human-readable name; defaults to the subpage name

Stringsuggested
Slugslug

kebab-case identifier matching the name: field in the SKILL.md frontmatter

Stringrequired
Typetype

Skill, Prompt, or Command

Default
Skill
Stringsuggested
Domaindomain

Domain code and label, e.g. 'WFM — Workforce management'

Stringsuggested
Statusstatus

Draft, Active, or Deprecated

Default
Draft
Stringsuggested
Versionversion

Semantic-ish version, bumped on any change to the skill body

Default
1.0
Stringoptional
Updatedupdated

ISO date of the last change to the skill body (YYYY-MM-DD)

Datesuggested
Sourcesource

Where the skill came from — Anthropic (official), TARS, adapted from X

Stringoptional
Runs inruns-in

Surfaces the skill works on

Stringoptional
Bundled filesbundled

Directories/files the skill ships alongside SKILL.md

Stringoptional