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 skills add kouroshez/coding-os --skill task-drivergit clone --depth 1 https://github.com/kouroshez/coding-osWrote 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/kouroshez/coding-os/task-driver)<a href="https://agentmods.dev/skills/kouroshez/coding-os/task-driver"><img src="https://agentmods.dev/badge/skills/kouroshez/coding-os/task-driver.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.00061 | $0.03411 |
| Opus 5 | $0.00030 | $0.01706 |
| Sonnet 5 | $0.00012 | $0.00682 |
| Haiku 4.5 | $0.00006 | $0.00341 |
Grade A, and why
task-driver 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 4d 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 — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Task Driver Skill — Scrumban
You are in task-management mode. Apply these rules mechanically.
Mandatory intake loop (run for every implementation request)
- Reconcile existing tasks first. Check whether the user request maps to:
- an explicit task id (
TASK-###), or - an existing open/in_progress/testing task in the same area.
- an explicit task id (
- If a matching task exists: use it (do not create a duplicate).
- If no matching task exists and work is non-trivial: create it fully
formed in ONE call. When you already know the scope (you almost always
do — you just analyzed the work), the SAME
cos_task_createcall carriesoutcome=,acceptance=,read_first=andready=True(--ready). Creating a skeleton "to fill in later" is a defect, not a shortcut: the create envelope echoesdata.dor— a non-emptygapslist orready: falseyou did not intend is YOUR bug; fix it before proceeding. CLI flag trap:--read-first/--labelsare comma-separated single flags — repeating the flag silently keeps only the last value. - Before
in_progress: the task body gate must already hold. Outcome (one measurable sentence), Read First (minimal links), Acceptance (G/W/T). Step 3 done right makes this a no-op; the icebox→in_progress gate blocks placeholders regardless. - Then execute through statuses:
in_progress→testing→complete. - If blocked at any time: move to
blockedand record the concrete blocker.
Golden rules
-
Prefer MCP tools over hand-written YAML. Always call
cos_task_createinstead of writing the frontmatter yourself. Always callcos_task_moveto transition — not anEditon the MD file. -
Rule 15 — tasks are pointers, not specs. Never inline content from
docs/**,src/core/rules/**,CLAUDE.md, orAGENTS.md. If you find yourself writing >800 tokens of task body: stop, find the doc to link, or create a new doc (Documenter role) and link to it.
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.
- 4d ago First seen · 273 lines · 61 tokens per session scan A 676f0730eaae
task-driver is a skill published in the GitHub repository kouroshez/coding-os (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 61 tokens to every session and 3,411 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-09-03.
Other skills, from other repositories
coordinate-project-relay
Coordinate technical work with the ¿Qué pasó ayer? MCP when Codex is operating inside an explicitly associated project. Use for implementation, diagnosis, review, testing, architecture changes, technical debt, recurring problems, handoffs, or questions about why code and constraints exist. Do not use or send project…
graph-mutation-plan
Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.
potpie-infra-architecture
Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.
issue-triage
Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.
feature-dev
Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…
product-manager-toolkit
Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.