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/soundblaster/xcodemcpwrapper/workplan-task-opsnpx skills add SoundBlaster/XcodeMCPWrapper --skill workplan-task-opsgit clone --depth 1 https://github.com/SoundBlaster/XcodeMCPWrapperWhat 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 | $0.00053 | $0.00644 |
| Opus 5 | $0.00026 | $0.00322 |
| Sonnet 5 | $0.00011 | $0.00129 |
| Haiku 4.5 | $0.00005 | $0.00064 |
Grade A, and why
workplan-task-ops 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 2d 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 — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workplan Task Ops
Manage task lifecycle operations in SPECS/Workplan.md using the repository conventions.
Required Inputs
Collect these before running any operation:
- Target task ID (or task type and parent context if creating a new task)
- Target phase/backlog section in
SPECS/Workplan.md - Current status marker (
⬜️open or✅completed)
Use these sources of truth:
SPECS/TASK_TEMPLATE.mdfor task entry format and markersSPECS/Workplan.mdfor the actual task listscripts/pick_next_task.pyfor next-task selection and completion state updates
Operation 1: Add Task
- Determine task ID convention before editing:
- Phase task:
P{phase}-T{n} - Follow-up task:
FU-{parent/topic}-{n} - Bug task:
BUG-T{n}
-
Place the task in the correct section of
SPECS/Workplan.md. -
Copy the open-task block from
SPECS/TASK_TEMPLATE.mdand fill all fields:
- Header with
⬜️marker Description,Priority,Dependencies,ParallelizableOutputs/ArtifactsAcceptance Criteriawith unchecked boxes
- Validate task entry quality:
- ID is unique in workplan
- Dependencies reference existing tasks or
none - Acceptance criteria are testable
Operation 2: Pick Next Task
- Run:
python3 scripts/pick_next_task.py
-
Read the suggested task and dependency statuses.
-
Confirm the suggestion is still open in
SPECS/Workplan.md(⬜️) and not archived. -
Update
SPECS/INPROGRESS/next.mdusing the output template inSPECS/COMMANDS/SELECT.md.
Operation 3: Mark Task Completed
-
Confirm completion evidence exists (implementation done, validation/review state consistent).
-
Update the task block in
SPECS/Workplan.md:
- Change header marker from
⬜️to✅ - Add or update
Statusline with date when applicable - Check completed acceptance criteria (
[x])
- Persist completion for selector state:
python3 scripts/pick_next_task.py --done <TASK_ID>
- Verify follow-up selection:
python3 scripts/pick_next_task.py
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 80 lines · 53 tokens per session scan A 79edf7131ad4
workplan-task-ops is a skill published in the GitHub repository SoundBlaster/XcodeMCPWrapper (20 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 644 once invoked, about $0.0003 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
stale-sweep
Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…
triage-issues
Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…
github-issue-triage
Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…
trello
Manages Trello boards, lists, and cards via the Trello REST API. Use when the user wants to create cards, move tasks between lists, list boards, add comments, archive cards, or check what is on a Trello board. Handles authentication, pagination, and rate-limit awareness for all Trello REST endpoints.
copilotkit-contribute
Use when contributing to the CopilotKit open-source project — forking, cloning, setting up the monorepo, creating branches, running tests, and submitting pull requests against CopilotKit/CopilotKit.
triage
Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.