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/maximumsoft-co-ltd/claude-flightdeck/worknpx skills add Maximumsoft-Co-LTD/claude-flightdeck --skill workgit clone --depth 1 https://github.com/Maximumsoft-Co-LTD/claude-flightdeckWrote 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/maximumsoft-co-ltd/claude-flightdeck/work)<a href="https://agentmods.dev/skills/maximumsoft-co-ltd/claude-flightdeck/work"><img src="https://agentmods.dev/badge/skills/maximumsoft-co-ltd/claude-flightdeck/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 | $0.00148 | $0.02315 |
| Opus 5 | $0.00074 | $0.01157 |
| Sonnet 5 | $0.00030 | $0.00463 |
| Haiku 4.5 | $0.00015 | $0.00231 |
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 3d 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 — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/work — Pick · Design-First · Auto-Fanout · 6-Gate
Announce: Using /work to [pick the next task / execute {{TASK_ID_PREFIX}}-S. / fan out N tasks].
One command from "a task exists" to "reviewed, ready to merge". It runs the
discipline for you — design-first (A005), the cost-aware fan-out decision
(../../rules/sub-agent-workflow.md §1.0/§1.5),
the 4-layer Conflict Radar
(../../../docs/playbooks/parallel-conflict-prevention.md),
and the mandatory 6-gate review
(../../../docs/playbooks/post-delegation-review.md).
Token budget
- Read only the active board (
limit: 200) + the candidate task's design doc. Everything else viaGrep(frontier scan, path-overlap, contract scan). - Dispatch implementation to a sub-agent via a brief file, never a long
inline prompt (see
../../rules/sub-agent-workflow.md§3). - Don't re-Read what a returning agent reported; trust its summary, verify via the gates.
Forms
| Form | Behaviour |
|---|---|
/work |
pick the next eligible task from the active board (old /next-task) |
/work {{TASK_ID_PREFIX}}-S<N>.<NN> |
execute that specific task (old /assign) |
/work A B C |
execute several — auto-fan-out the disjoint frontier (old /dispatch-parallel) |
/work --serial |
force one-at-a-time even if the frontier looks disjoint |
Step A — Classify the work
- Ensure a sprint board exists. If
docs/project/sprints/has no active sprint folder (or itstasks.mdis missing), scaffold one before picking a task:mkdir -p docs/project/sprints/S<N>/designs/_briefs, copydocs/project/_templates/tasks.md→sprints/S<N>/tasks.md, fill the Glance header, and pull in the backlog rows scheduled for this sprint (Grep docs/project/backlog.mdforwip S<N>). This is how a sprint starts — there is no separate "new sprint" command. - Identify the task(s). No arg → scan
docs/project/sprints/S<N>/tasks.mdfor the unblocked frontier (lowest priority-number first, dependencies met). Task ID(s) given → take those rows. - Read the Type of each → look up
../../rules/phase-matrix.mdfor the phase list (which gates run / run-light / skip / trigger). Quote the phase list back to the user before dispatch. - Readiness gate — confirm dependencies done, acceptance criteria present, not already in flight. Block + report if not ready.
- Confirm-open gate (do NOT trust the Status column). Before committing to
execute, run
scripts/backlog.sh verify <B###>for the backlog item behind the task. Exit 0 = genuinely open → proceed. Exit 1 = already closed (it's in the cold archive or terminal-but-unswept) → do not re-implement: sweep the stale row (scripts/backlog.sh sweep) and pick the next eligible task. Exit 2 = unknown ID → don't assume open; grep the sprint records first. This is mechanism for the lesson that status drift causes re-picking shipped work — one cheap grep beats a wasted implementation.
What ships with it
4 files 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.
- 3d ago First seen · 164 lines · 148 tokens per session scan A 59fc62e36fc5
work is a skill published in the GitHub repository Maximumsoft-Co-LTD/claude-flightdeck (2 stars, last pushed 2mo ago), licensed MIT. It adds 148 tokens to every session and 2,315 once invoked, about $0.0007 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-31.
Other skills, from other repositories
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…
kanban-board
To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道.
team-workflow
Design the team's operating rhythm — task management, collaboration rituals, and tooling. Use when the day-to-day cadence needs structure. For a time-boxed sprint, use design-sprint-plan.
seeds-issue-audit
Audit and triage open Seeds (sd) issues — find which can be closed, auto-close high-confidence completed ones, and report borderline cases. Activate for prompts like "audit open issues", "which seeds issues can be closed", "clean up the issue tracker", "triage the seeds backlog".
good-first-issue-batch
File a batch of contributor-ready GitHub issues from the seeds backlog, re-verifying every candidate against HEAD first so no dead issue reaches a contributor. Activate for prompts like "file some good first issues", "open a batch of GFIs", "publish backlog issues to GitHub", "find contributor-ready work", or after an…
meeting-transcript
Process meeting recordings and notes into structured decisions, action items, and team dynamics with intelligent noise filtering.