Wield
Skills
Wield5 min readWield Design System

Skills

The 26 Wield skills, grouped by what you're trying to do — plan, build, investigate, document, design, extend, and deliver.

Skills

Every Wield skill is a structured reusable workflow. Use /wield:<name> in Claude Code or $wield:<name> in Codex. There are 26 skills, organized into seven groups by intent. Pick a group below, or jump straight to a command.

Skills compose. A planning skill produces a plan a build skill executes; a review skill gates what a delivery skill ships. The Build & execute and Investigate & review groups are where most loops run.

Browse by intent

Skill routing

Wield ships routing rules that help Claude pick the right skill for a task. Two are worth knowing about:

  • Domain routing maps a domain (frontend, security, git, docs) to the skill that fits the user's intent.
  • Workflow routing sequences skills for multi-step tasks — for example, the core development loop:
/wield:implementation-planning → /wield:feature-building → /wield:test-generation
  → /wield:code-audit → /wield:release-pipeline

See Rules for how routing is defined and loaded.

A note on scope

These docs describe what each skill does, when to use it, and what to expect. They intentionally don't reproduce private prompt internals or embedded operating rules — just the behavior you interact with.

On this page