Skill

skill

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

From waymark
Install
1
Run in your terminal
$
npx claudepluginhub outfitter-dev/waymark
Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
add.md
check.md
config.md
doctor.md
edit.md
find.md
fmt.md
help.md
init.md
lint.md
rm.md
seed.md
update.md
Skill Content
<!-- tldr ::: command guide for wm skill -->

wm skill

Synopsis

Show agent-facing documentation for Waymark CLI skills.

Syntax

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

Options

OptionShortDescriptionDefault
--jsonOutput structured JSONfalse

Examples

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

CodeMeaning
0Success
2Usage error
4I/O error
Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Stars1
Forks0
Last CommitJan 17, 2026