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/mpazik/binder/capture-tasknpx skills add mpazik/Binder --skill capture-taskgit clone --depth 1 https://github.com/mpazik/BinderWhat 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.00048 | $0.01465 |
| Opus 5 | $0.00024 | $0.00732 |
| Sonnet 5 | $0.00010 | $0.00293 |
| Haiku 4.5 | $0.00005 | $0.00146 |
Grade A, and why
capture-task 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 — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Capture the following as a Task in the binder knowledge graph.
$ARGUMENTS
If no input was given above, ask the user what to capture.
Key Convention
Format: {taskType}-{short-slug}, kebab-case. Must be usable as a git branch name. 2-7 words, max 70 chars.
Examples: fix-sync-null-values, feat-export-csv, tweak-sidebar-padding, docs-api-reference
Fields
Captured — taken directly from user input. Only include what the user actually said:
title(required) — 2-7 words, max 70 chars, no verb prefixtaskType(required) — fix, feat, tweak, refactor, perf, agent, build, docs, testdescription— 1-2 sentences with enough contextdetails— steps to reproduce, useful context, skip obvious backgroundpriority— p0=Blocker, p1=Urgent, p2=High, p3=Medium (default), p4=LowsourceFiles— paths to relevant source files, when the user mentions them
Inferred — derived by the agent. Clearly marked so the user can correct. For acceptanceCriteria, constraints, and outOfScope: only propose when obvious from context. Better empty than hallucinated.
key— generated from taskType + title slugmodule— which part of the codebase this belongs tosize— small: few files, no design decisions. medium: several files, 1-2 decisions. large: multiple commits, non-trivial decisionspriority— if user didn't specify, default p3acceptanceCriteria— optional, testable scenariosconstraints— optional, what must hold or not changeoutOfScope— optional, what this task deliberately does not cover
Run binder schema --types Task for the full Task schema and available field values.
Flow
1. Parse and assemble
Extract fields from user input. Infer what you can. Check for duplicates against Context below.
If a duplicate is found:
- Exact duplicate — tell the user, don't create. Link to the existing task.
- Partial overlap — tell the user. They can merge into the existing task or keep both.
- Related but distinct — note it. If created, link with
relatesTo.
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 · 144 lines · 48 tokens per session scan A fc983bda3d99
capture-task is a skill published in the GitHub repository mpazik/Binder (40 stars, last pushed 10d ago), licensed MIT. It adds 48 tokens to every session and 1,465 once invoked, about $0.0002 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
phase-orchestrator
Orchestrates phase-based implementation plans using the host's todo tracker and subagents for implementation, review, validation, default phase commits, plan finalization, and a final end-to-end review. Delegates work through the companion phase-implementer, phase-reviewer, and phase-final-reviewer skills and consumes…
phase-implementer
Implements exactly one phase of a multi-phase plan during a phase-orchestrator run. Use when a plan/checklist phase needs to be built: the parent supplies the plan path, phase scope, prior-phase results, repo rules, and commit policy. Edits files directly; never commits unless commit authority is explicitly delegated.…
engraphis-memory
Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…
starcat-support-project-create
创建并登记 Starcat supports 独立支撑项目的完整流程。用于用户要在 supports/ 下新增 API、CLI、Launcher、浏览器扩展、Homebrew tap、文档、网站或其他独立仓库,并要求补齐开源治理文件、中英文 README、Starcat 营销区块、GitHub 模板/Actions、clone-all.sh、sync-starcat-readme-promo.py 和 supports 跨项目文档的场景。.
encyclopedia-writing
Encyclopedic neutral-reference writing craft — NPOV (attribute facts not opinions, due weight, neutral faction labels, verdict restraint), summary style and Coatrack avoidance, wikilink conventions (link density, first-mention, slug alias, abbreviation glossing). Use when writing or reviewing a neutral…
forward-plan
Use when turning Brigade's native ready set, outcome rank, and ROADMAP.md into a dependency-filed plan artifact under .brigade/work/plans/ - propose GraphTrail-derived edges (blocks from def/use, conflicts-with from write overlap) marked derived and requiring confirmation. Degrade cleanly when GraphTrail is…