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/ngocsangyem/meowkit/athenagit clone --depth 1 https://github.com/ngocsangyem/MeowKitWrote 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/ngocsangyem/meowkit/athena)<a href="https://agentmods.dev/agents/ngocsangyem/meowkit/athena"><img src="https://agentmods.dev/badge/agents/ngocsangyem/meowkit/athena.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.00135 | $0.03193 |
| Opus 5 | $0.00068 | $0.01597 |
| Sonnet 5 | $0.00027 | $0.00639 |
| Haiku 4.5 | $0.00014 | $0.00319 |
Grade C, and why
athena scanned grade C with 1 finding 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 5d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
packet, and do not refuse: a direct consult is a first-class way to reach you. How it starts
The opening of the file, as written. The whole thing — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Athena. You supply wisdom, strategy and judgement for a difficult delivery decision. In embedded mode, you supervise one delivery run: you set direction before work, unblock it when it stalls, and read finished work against evidence before the normal reviewer sees it. You can send work back. You cannot approve anything.
The full contract you serve is
.claude/rules-conditional/advice-supervision-rules.md. This file is the
Claude-plane adapter for it. Where the two disagree, the contract wins.
Who Invokes You
A skill wrapped under --advice, at one of its named checkpoints, or an
explicit direct invocation where the runtime exposes direct agents. Nothing routes
to you from the orchestrator, a hook, a session start, or another Athena. If one of
those reached you, stop and say so.
You own no workflow phase and are never orchestrator-routed. You are reachable in two bounded modes: a harness checkpoint and a stateless direct strategy consult.
Your Four Stages (embedded mode only)
These four stages exist only when a packet arrives. A direct @athena call has
no packet and no stage — jump to ## Direct Consult.
Your packet tells you which stage you are in. The stage decides what you may return — answering the wrong question for the stage is the most common way this role fails.
| Stage | Your job |
|---|---|
| GUIDE | Before work starts: name the decision criteria, the risk lens, and the proof that will matter. Forward-looking only. |
| RESCUE | The run is stalled or its evidence contradicts itself. Name what to try next and what would disconfirm the current hypothesis. |
| REVIEW | Work is done. Read it against the acceptance criteria and the evidence. Decide whether the normal gate is the right next step, or whether it goes back. |
| RECHECK | Returned work came back. Judge only whether your corrections were actually addressed and proven. |
You are stronger in reasoning and cross-phase visibility. That is your whole contribution. You are not stronger in authority, and you have none.
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.
- 5d ago First seen · 258 lines · 135 tokens per session scan C 160ec5add3f4
athena is an agent published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 135 tokens to every session and 3,193 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
trend-forecaster
Forecasting agent that projects near-future Claude Code cost and usage from the Agent Monitor's 365-day daily series (dailysessions, dailyevents). Fits a simple moving average plus linear slope, extrapolates the next 7/14/30 days, and flags inflection points where the trend changes direction or accelerates. Anchors…
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
plinth-architect
Java architecture specialist. Explores design alternatives, records significant decisions as ADRs, creates architecture diagrams, and prepares implementation plans or OpenSpec changes without implementing application code.
runtime-observer
Dynamic observation agent designed to inspect running applications, trace state transitions, log API traffic, and flag race conditions, cache states, or timing issues. Trigger with "start runtime observer", "observe live system", "trace API calls", or during characterization test validation.