Wiki:Skills

From WFM Labs

The Claude Skill Library holds reusable Anthropic Claude skills and prompts in Markdown, formatted so each one can be copied out of this wiki in a single click and pasted straight into Claude Code, Claude.ai, or Cowork.

Every skill lives on its own page under Wiki:Skills/, carries a permanent ID, and presents its full Markdown body in a copy-to-clipboard block. The naming and page-format standard is at Wiki:Skills/Conventions.

How to use a skill from here

  1. Open the skill's page from the inventory below.
  2. Read the When to use it and Trigger phrases sections to confirm it's the right one.
  3. Click the copy button in the top-right corner of the Markdown block under The skill.
  4. Paste into a SKILL.md file (Claude Code: ~/.claude/skills/<slug>/SKILL.md), or into the chat directly for a one-off run.
  5. If Bundled files in the infobox lists anything other than "None", the page's Markdown is only the entry point — fetch the rest from the linked source.

For scripted pulls, the page wikitext is available at https://wiki.wfmlabs.org/wiki/Wiki:Skills/<Name>?action=raw.

Inventory

ID Skill Slug Type Domain Status Ver. Updated What it does
CS-META-001 Skill Creator skill-creator Skill META Active 1.0 2026-08-01 Creates new skills, improves existing ones, runs evals, and optimises skill descriptions for reliable triggering.

Count: 1 skill, 0 prompts.

Domains

The middle segment of every ID. Add a new domain only when a skill genuinely doesn't fit an existing one.

Code Domain Covers
META Skill & prompt engineering Building, testing, and tuning skills and prompts themselves
WFM Workforce management Forecasting, capacity, scheduling, contact center operations
ANL Analysis Statistics, causal inference, measurement, variance work
RES Research Source gathering, evidence grading, triangulation, literature work
CNT Content Writing, editing, publishing, newsletters, decks
OPS Operations Personal infrastructure, automation, file and data plumbing
DEV Development Code generation, review, refactoring, tooling

Adding a skill

Short version — the full standard is at Wiki:Skills/Conventions:

  1. Pick the domain and take the next free number in that domain from the inventory above.
  2. Create Wiki:Skills/<Display Name> using the page skeleton in the conventions page.
  3. Create the two shortcut redirects: Wiki:Skills/<slug> and Wiki:Skills/<ID>.
  4. Add a row to the inventory table above and update the count.
  5. Log the addition on Wiki:Change Log.

See also