Munder Difflin is a local multi-agent harness that turns terminal coding CLIs into a coordinated team of agents running on a user's machine. It is for people who want several supported coding agents to communicate, delegate work, retain memory, and operate through a shared office-style interface. The catalogue skills provide workflows for using and coordinating those agents.
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/chaitanyagiri/munder-difflin/lastyearnpx skills add chaitanyagiri/munder-difflin --skill lastyeargit clone --depth 1 https://github.com/chaitanyagiri/munder-difflinWrote 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/chaitanyagiri/munder-difflin/lastyear)<a href="https://agentmods.dev/skills/chaitanyagiri/munder-difflin/lastyear"><img src="https://agentmods.dev/badge/skills/chaitanyagiri/munder-difflin/lastyear.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.00073 | $0.00298 |
| Opus 5 | $0.00036 | $0.00149 |
| Sonnet 5 | $0.00015 | $0.00060 |
| Haiku 4.5 | $0.00007 | $0.00030 |
Grade A, and why
lastYear 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 6d 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.
This is a copy
77% identical to last30Days — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
/lastYear
Get the concrete date range for the previous full calendar year by running the bundled resolver:
node "$AGENT_DIR/.claude/skills/temporal/when.mjs" lastYear
It prints a human-readable line plus a JSON record:
start/end— inclusive civil dates (YYYY-MM-DD) in your local timezonestartUtc/endExclusiveUtc— the same window as a half-open[start, end)range of exact UTC instants, for timestamp-based queriesdays,timezone,asOf— the span, your timezone, and when this resolved
Use the returned dates as the time bounds for the task at hand. Do not derive
dates by hand — this resolver is the source of truth. For the full window list
or an arbitrary range (e.g. last45days, last6months), see the /temporal skill.
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.
- 6d ago First seen · 30 lines · 73 tokens per session scan A cc96020c9c33
lastYear is a skill published in the GitHub repository chaitanyagiri/munder-difflin (6,440 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 298 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 77% identical to last30Days, differing in 14 lines, and is treated as a copy.
Other skills, from other repositories
harness-creator
Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…
relevance-coarse-filter
Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.
session-search
Use Moraine MCP tools to recover prior agent-session context when the user refers to earlier work, decisions, failures, branches, files, or other agents.
handoff
End-of-session save and next-session resume. Triggers "ending session", "wrapping up", "context window", "running out of context", "done for today" (save mode); "continue where we left off", "pick up where", "last session", "previous work", "resume" (resume mode).
automate
Set up a scheduled headless afk run that pushes a summary to Telegram. Use when the user wants to automate a recurring task via the afk daemon scheduler (cron) with push-notified results.
todo
Create and update the Hyper-Waterfall daily task board (mydocs/orders/yyyymmdd.md). Apply milestone table format, status update rules, and backlog section rules. When task-start, task-stage-report, task-final-report, or pr-merge-cleanup updates the daily task board, it follows this SKILL's format.