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/get-tmonier/argot/domaingit clone --depth 1 https://github.com/get-tmonier/argotWhat 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.00000 | $0.00401 |
| Opus 5 | $0.00000 | $0.00200 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
domain 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.
What it actually says
Domain Docs
Before exploring, read these
CLAUDE.md— the current single-binary architecture map and crate layout.CLAUDE.md— Architecture section: the crate/module layout.docs/research/— serves as ADR for this repo. Read entries that touch the area you're about to work in.docs/rust-port/— the Rust port's parity record + cutover plan.- Touching the semantic layer (
crates/argot-rules-semantic/) — readdocs/agents/semantic-contract.md(self-calibration invariants) and the "Semantic layer" section ofCLAUDE.mdfirst. - Touching calibration —
docs/agents/calibration-contract.mdis binding.
If any of these files don't exist, proceed silently. Don't flag their absence upfront.
Layout
/
├── CLAUDE.md ← architecture + conventions
├── docs/research/ ← system-wide decisions (ADR)
├── docs/rust-port/ ← port parity record
└── crates/
├── argot-lang/ ← language substrate and adapters
├── argot-engine/ ← rule-blind engine
├── argot-rules-*/ ← independent detector slices
├── argot-core/ ← facade + composition root
└── argot-cli/ ← clap CLI → `argot` binary
Use consistent vocabulary
When your output names a domain concept, use the term defined in CLAUDE.md. Don't drift to synonyms.
Flag research conflicts
If your output contradicts a finding in docs/research/, surface it explicitly rather than silently overriding:
Contradicts research/04-import-graph-breakthrough.md — but worth revisiting because…
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 · 38 lines · 0 tokens per session scan A 3a25cd04eb8b
domain is an agent published in the GitHub repository get-tmonier/argot (48 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 401 tokens. 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
harness-doctor
Check a claudeconf-generated harness against its RECORDED constitution profile — advisory, evidence-driven, read-only. Use when the user asks to check, diagnose, or "doctor" their harness, verify pins/wiring/drift, see whether branch protection matches the enforcement checklist, or whether a profile upgrade is…
eval-curator
Authors and maintains the brooks-lint eval suite in evals/evals.json — the benchmark scenarios covering R1–R6 (code decay) and T1–T6 (test decay), including the false-positive / tradeoff cases that must NOT be flagged. Ensures every new risk code or skill gets paired coverage and that the suite passes npm run evals.…
ring:qa
Senior QA Analyst for financial systems. Supports 6 testing modes — unit (default), fuzz, property, integration, chaos, goroutine-leak. Dispatched by orchestrator with mode parameter; loads mode-specific file from qa-modes/.
ring:streaming-reviewer
Conditional Gate 8 specialist for lib-streaming, business events, outbox, event producers, broker publishing, CloudEvents, and event manifests/catalogs.
ring:helm
Specialist Helm Chart Engineer by Lerian Studio. Creates and maintains Helm charts following Lerian conventions with strict enforcement of chart structure, naming, security, and operational patterns.
lead
Workflow orchestrator. Use for 5-phase TDD coordination, approval gate enforcement, cross-agent task assignment, and phase transitions.