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 instructions/eduardomoraga/moragent/claude-mdgit clone --depth 1 https://github.com/EduardoMoraga/moragentWrote 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/instructions/eduardomoraga/moragent/claude-md)<a href="https://agentmods.dev/instructions/eduardomoraga/moragent/claude-md"><img src="https://agentmods.dev/badge/instructions/eduardomoraga/moragent/claude-md.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.00171 | $0.00171 |
| Opus 5 | $0.00086 | $0.00086 |
| Sonnet 5 | $0.00034 | $0.00034 |
| Haiku 4.5 | $0.00017 | $0.00017 |
Grade A, and why
moragent CLAUDE.md 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 4d 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
MORAGENT — AI Agent Studio (plugin repository)
This is the MORAGENT plugin repo: an MCP server (server.py, 12 moragent_* tools)
plus the /moragent skill (.claude/skills/moragent/SKILL.md). Bilingual ES/EN.
If the user just cloned this repo, suggest typing /moragent to start — it shows a
guided menu (learn, create, operate). Language check first: call moragent_language()
and respond in the configured language.
- MCP server entry point:
run_server.py(auto-creates.venvwithmcp[cli]on first run) - Tests:
python -m pytest tests/ - Docs:
README.md(EN + ES),CHANGELOG.md
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.
- 4d ago First seen · 13 lines · 171 tokens per session scan A 264806e9bac3
moragent CLAUDE.md is an instructions file published in the GitHub repository EduardoMoraga/moragent (1 stars, last pushed 2mo ago), licensed MIT. It adds 171 tokens to every session, about $0.0009 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 instructions, from other repositories
agent-toolkit AGENTS.md
AGENTS.md instructions for sanity-io/agent-toolkit, covering sanity project, commands, mcp setup, schema & types and development.
fava-trails CLAUDE.md
Claude Code instructions for MachineWisdomAI/fava-trails, covering fava trails development, where to work, worktree conventions, ci requirements and local development.
jeff AGENTS.md
AGENTS.md instructions for johanthoren/jeff, covering agents.md: jeff, model expectation, the kitchen (persona), repo = the package and the method (how the system works).
quarry python.instructions.md
Instructions for punt-labs/quarry, covering python review rules, construction, encapsulation, types and error handling.
agentic-seo-skills AGENTS.md
Instructions for agencia-conversion/agentic-seo-skills, covering agentic seo — agent runtime contract, mission, six pillars, audience and delivery — web companion first.
claude-calibration CLAUDE.md
Claude Code instructions for odere-pro/claude-calibration, covering claude-calibration — plugin development, what ships, what doesn't, pointers and agent routing.