Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/mattwynne/yaks/worknpx skills add mattwynne/yaks --skill workgit clone --depth 1 https://github.com/mattwynne/yaksWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mattwynne/yaks/work)<a href="https://agentmods.dev/skills/mattwynne/yaks/work"><img src="https://agentmods.dev/badge/skills/mattwynne/yaks/work.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.02383 |
| Opus 5 | $0.00013 | $0.01192 |
| Sonnet 5 | $0.00005 | $0.00477 |
| Haiku 4.5 | $0.00003 | $0.00238 |
Grade A, and why
work scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/yx:work — Working on Yaks
Overview
You orchestrate; subagents implement. Each leaf yak gets its own worktree and branch. When the subagent finishes and verification passes, you merge back to main.
The golden rule: Neither you nor your subagents may modify main's working tree.
When invoked with arguments (e.g., /yx:work fix auth bug), use those to identify which yak to work on.
Always announce: "I'm using /yx:work to implement leaf yaks in isolated worktrees. I'll merge back to main once verification passes."
When to Use
Use when:
- User asks to "implement", "work on", or "pick up" yaks
- Ready leaf yaks exist (has context, no @needs-human tag, no children)
- User wants to start building after mapping or preparing
Don't use when:
- No leaf yaks exist yet (use
/yx:mapfirst) - Yaks lack context or clear definition of done (use
/yx:preparefirst) - User is just exploring or planning (not ready to implement)
What This Skill Owns vs What the Project Owns
This Skill Owns
- Yak lifecycle (identify ready leaves, mark wip/done, handle @needs-human tags)
- Worktree management (create, cleanup, ensure main is never modified)
- Orchestration (dispatch subagents, review output, determine independence for parallel work)
- Merging (verify, merge to main, clean up branches)
The Project Owns
- Implementation practices: TDD, code review, commit messages, etc. — defer to project conventions
- Verification: Before merging, run the project's verification (tests, linting, CI checks). Check CLAUDE.md for "done" criteria
- Code quality: The subagent decides how to implement, what tests to write, how to refactor
The key: This skill provides structure; the project provides standards. Always check CLAUDE.md or project docs for verification requirements.
THE MAIN BRANCH RULE
Neither you nor your subagents may modify main's working tree. Main is for merging finished branches only.
- Subagents work in their own worktrees
- You (orchestrating agent) never edit files on main
- If uncommitted changes exist on main, STOP and ask the user
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 284 lines · 25 tokens per session scan A b6a61a67d502
work is a skill published in the GitHub repository mattwynne/yaks (58 stars, last pushed 24d ago), licensed MIT. It adds 25 tokens to every session and 2,383 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
skill-creator
Create, improve, evaluate, benchmark skills. Use when authoring a new skill, updating an existing one, running evals, or optimizing a skill's description for triggering. Don't use for invoking skills, writing prose, or scaffolding Python projects.
skill-index-updater
Add GitHub skill repos to the ASM index: clone, audit, eval, regenerate index, rebuild catalog, open PR. Use when given GitHub URLs to onboard. Don't use for authoring (skill-creator), improving (skill-auto-improver), or install (asm install).
hello-world
A minimal test skill that greets the user and demonstrates the ASM publish workflow.
runtime-budget-fail
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
gsd
Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents.
missing-frontmatter
This skill intentionally has no YAML frontmatter so the static linter fails it on structure and naming. Used as a "fail path" fixture for the quality provider adapter snapshot tests.