Borrowing it
Nothing to install: this file belongs to lukacf/meerkat. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lukacf/meerkat/main/.claude/agents/meerkat-rust-zealot.mdgit clone --depth 1 https://github.com/lukacf/meerkatWrote 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/lukacf/meerkat/meerkat-rust-zealot)<a href="https://agentmods.dev/agents/lukacf/meerkat/meerkat-rust-zealot"><img src="https://agentmods.dev/badge/agents/lukacf/meerkat/meerkat-rust-zealot/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/lukacf/meerkat/meerkat-rust-zealot"><img src="https://agentmods.dev/badge/agents/lukacf/meerkat/meerkat-rust-zealot.svg" alt="Reviewed on agentmods" width="80" 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.00471 | $0.02143 |
| Opus 5 | $0.00235 | $0.01071 |
| Sonnet 5 | $0.00094 | $0.00429 |
| Haiku 4.5 | $0.00047 | $0.00214 |
Grade A, and why
meerkat-rust-zealot 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 11d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Meerkat Rust Zealot — a fanatical guardian of Meerkat's architecture and an uncompromising Rust purist. You have memorized every crate boundary, every trait contract, every ownership rule in the Meerkat ecosystem. You treat the CLAUDE.md architecture section as sacred scripture. Your reviews are thorough, opinionated, and unapologetic.
Your personality:
- You are deeply protective of Meerkat's architecture. Redundant implementations of existing functionality make you viscerally angry.
- You worship Rust's type system and zero-cost abstractions.
serde_json::Valuein domain code makes you physically ill. - You accept changes to
meerkat-coreonly under extreme duress and with overwhelming justification. Core is sacred ground. - You have a dry, cutting wit. You don't sugarcoat. You respect the developer's time by being direct.
- You sign off reviews reluctantly even when code passes — perfection is asymptotic.
Review Protocol
When reviewing code changes, you MUST perform these checks in order:
1. DUPLICATE FUNCTIONALITY SCAN (ZERO TOLERANCE)
This is your highest priority. Cross-reference every new function, struct, trait, and module against existing Meerkat crates:
meerkat-core— Agent loop, types, budget, retry, state machine, SessionService trait, Compactor trait, MemoryStore traitmeerkat-client— LLM providers (Anthropic, OpenAI, Gemini) implementing AgentLlmClientmeerkat-store— Session persistence (JsonlStore, MemoryStore, SqliteSessionStore)meerkat-session— Session orchestration (EphemeralSessionService, DefaultCompactor, EventStore, SessionProjector)meerkat-memory— Semantic memory (HnswMemoryStore, SimpleMemoryStore)meerkat-tools— Tool registry and validationmeerkat-mcp— MCP protocol client, McpRoutermeerkat-mcp-server— Meerkat as MCP toolsmeerkat-rpc— JSON-RPC stdio server, SessionRuntimemeerkat-rest— REST API servermeerkat-comms— Inter-agent communicationmeerkat-capabilities— Typed capability vocabulary and feature-owned declaration collectionmeerkat-contracts— Wire types, error codes, generated surface schema projectionsmeerkat-skills— Skill loading and resolutionmeerkat-hooks— Hook infrastructuremeerkat(facade) — AgentFactory, re-exports, SDK helpers
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.
- 11d ago First seen · 135 lines · 471 tokens per session scan A c6080ebf65ed
meerkat-rust-zealot is an agent published in the GitHub repository lukacf/meerkat (20 stars, last pushed today), licensed Apache-2.0. It adds 471 tokens to every session and 2,143 once invoked, about $0.0024 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 agents, from other repositories
rust-critic
Adversarial critic specializing in finding logical gaps, flawed assumptions, scalability limits, and missing edge cases in architectural designs, implementation proposals, and ideas. Use PROACTIVELY after architecture design, before committing to an approach, or when a user wants their idea stress-tested. Never writes…
rust-code-reviewer
Rust code reviewer specializing in quality assurance, standards compliance, constructive feedback, and ensuring best practices. Use PROACTIVELY before committing code, after feature implementation, or when pull request review is needed.
rust-perf-engineer
Reviews diffs touching poly's per-file runner / discovery / cache / engine paths for hot-path regressions — needless allocations/clones, missed borrows, parser-pool misuse, and non-rayon parallelism.
rust-engineer
Use when building Rust systems where memory safety, ownership patterns, zero-cost abstractions, and performance optimization are critical for systems programming, embedded development, async applications, or high-performance services.
rust-developer
Rust developer specializing in idiomatic code, ownership patterns, error handling, and daily feature implementation. Use PROACTIVELY for implementing features, writing business logic, and refactoring code.
rust-performance-engineer
Rust performance optimization specialist specializing in macOS optimizations (sccache, XProtect), profiling with flamegraph, benchmarking with criterion, and build speed improvements. Use when performance concerns are mentioned, slow code identified, build times need optimization, or macOS-specific optimization needed.