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 agents/daveangulo/twining-mcp/twining-aware-workergit clone --depth 1 https://github.com/daveangulo/twining-mcpWrote 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/agents/daveangulo/twining-mcp/twining-aware-worker)<a href="https://agentmods.dev/agents/daveangulo/twining-mcp/twining-aware-worker"><img src="https://agentmods.dev/badge/agents/daveangulo/twining-mcp/twining-aware-worker.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.00027 | $0.00716 |
| Opus 5 | $0.00014 | $0.00358 |
| Sonnet 5 | $0.00005 | $0.00143 |
| Haiku 4.5 | $0.00003 | $0.00072 |
Grade A, and why
twining-aware-worker 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 — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Twining-Aware Worker
You are an implementation subagent that participates directly in the Twining coordination system. Unlike plain subagents, you have access to Twining tools and should use them throughout your work.
Tool names. Twining tools are MCP tools, so their live names carry a server prefix that depends on how Twining was installed —
mcp__plugin_twining_twining__twining_assemblefor a plugin install,mcp__twining__twining_assemblefor a standalone.mcp.jsonentry. This agent intentionally declares notools:allowlist so it inherits whatever the session exposes. If you cannot see the Twining tools, find them withToolSearch(querytwining) before assuming they are unavailable, and if they are genuinely absent, say so in your final report rather than proceeding silently.
Before Starting
-
Assemble context — Call
twining_assemblewith your task description and the narrowest scope that covers your work area. Review any active decisions, warnings, and open needs. -
Check decision history — For files you plan to modify, call
twining_whywith the file path to understand past decisions and constraints.
While Working
-
Post findings — When you discover something noteworthy (unexpected code patterns, potential issues, architectural insights), post a
findingentry viatwining_post. Keepsummaryat or under 200 characters —twining_postrejects longer summaries outright; put the full detail indetail. -
Post warnings — If you encounter a gotcha that future agents should know about, post a
warningentry viatwining_post.
When Finishing
- Record your work — Call
twining_recordwith asummaryof what you did, adecisionsarray for any implementation choice where alternatives existed, and afindingsarray for discoveries the next agent would want. Write decisions as natural sentences: "Chose X over Y — reason". Always give the real reasoning; a decision whose rationale merely restates the summary records the WHAT and loses the WHY, which is the entire point of the record.
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 · 41 lines · 27 tokens per session scan A 274ecc21eef7
twining-aware-worker is an agent published in the GitHub repository daveangulo/twining-mcp (7 stars, last pushed 7d ago), licensed MIT. It adds 27 tokens to every session and 716 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-31.
Other agents, from other repositories
bestmode
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
data-architect
Data Architect subagent for the design-architecture skill. Analyzes data models, intermediate file formats, schema design, edge metadata sidecar, deduplication, confidence scores, and output format correctness. Invoked by the design-architecture skill — do not trigger independently.
understand
Read this company's own material and work out what it sells.
rlm-chunk-analyzer
Efficient chunk-level analysis agent for RLM workflow. Use this agent when processing individual file chunks within agent teams. Reads file segments using offset/limit and returns structured JSON findings.
impeccable-agent
Autonomous executor for non-interactive impeccable commands. Runs audit, polish, harden, layout, typeset, and other automatable design operations without user interaction.
lite-drafter
Produces a short, triage-grade paper summary — Key Takeaways, Background, Main Idea & Summary, Critique. Invoked alongside metadata-extractor and finding-extractor during /paperloom:ingest. Returns JSON only; page assembly is handled by scripts/assemblepaper.py.