# Skill

> <!-- tldr ::: command guide for wm skill -->

- Skill: `outfitter-dev/skill` (Agent Skill, multi-file: 15 files)
- Install (CLI): `npx skillmds@latest add outfitter-dev/skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/outfitter-dev/skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: outfitter-dev (https://skillmd.com/u/outfitter-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/outfitter-dev/skill

---


<!-- tldr ::: command guide for wm skill -->

# wm skill

## Synopsis

Show agent-facing documentation for Waymark CLI skills.

## Syntax

```text
wm skill [options]
wm skill show <section> [options]
wm skill list
wm skill path
```

## Options

| Option | Short | Description | Default |
| --- | --- | --- | --- |
| `--json` |  | Output structured JSON | false |

## Examples

```bash
wm skill
wm skill show add
wm skill show schemas
wm skill show workflows --json
wm skill list
wm skill path
```

## Notes

- Section names map to files in `commands/`, `references/`, or `examples/`.
- Use `wm skill show core` or `wm skill show skill` for `SKILL.md`.
- Override the skill directory with `WAYMARK_SKILL_DIR`.

## Exit Codes

| Code | Meaning |
| --- | --- |
| 0 | Success |
| 2 | Usage error |
| 4 | I/O error |

