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/melons/melons-agents/claude-mdgit clone --depth 1 https://github.com/MelonS/MelonS-AgentsWrote 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/melons/melons-agents/claude-md)<a href="https://agentmods.dev/instructions/melons/melons-agents/claude-md"><img src="https://agentmods.dev/badge/instructions/melons/melons-agents/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 | $0.02413 | $0.02413 |
| Opus 5 | $0.01207 | $0.01207 |
| Sonnet 5 | $0.00483 | $0.00483 |
| Haiku 4.5 | $0.00241 | $0.00241 |
Grade B, and why
MelonS-Agents CLAUDE.md scanned grade B 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
2. **Per-user**: `~/.claude/settings.json` (mirrors the same allow/deny list, applies anywhere on this machine). How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project: Multi-Agent System
Hierarchical agent system. See README.md for layout, config/policies.yaml for autonomy rules, and docs/operator-contract.md for the full set of operating rules.
Session-start protocol (read this first)
Every conversation that asks for work reads two files in order:
docs/goal.md— the outcome layer. This is the first read. The active goal here describes what success looks like as a concrete deliverable. An empty work queue does not mean the goal is achieved; only the goal's "Done when" criteria do. If the active goal is unmet, the agent's job this session is to advance it, not to drain the roadmap. If a deliverable subgoal is unchecked, that is the work — even whendocs/roadmap.mdis empty.docs/roadmap.md— the work queue. Read second. The "Now" section is the day-level priority for the current goal.
Why the split: 2026-05-15 → 2026-05-16 produced 11 commits of infrastructure with the roadmap reading 0 open items, while the actual outcome (a real CC short emerging from that infrastructure) was 0 produced. docs/roadmap.md Done all ticked, goal not met. The two layers exist so that mistake can't repeat — when goal.md says a deliverable subgoal is unchecked, "queue is empty" is never the right signal.
- Do not use the README's "Status" checklist to pick work — it has no order, no dates, no priority signal.
- Do not infer the next task from
git logalone — the log shows what landed, not what was being worked on or what is now most important. - If
docs/goal.mdactive goal is empty, ask the user before assuming a goal. Do not invent goals. - If
docs/roadmap.md"Now" is empty but goal subgoals are unmet, the next task is whatever advances the most-blocked subgoal. - If both goal subgoals and roadmap queues are clean, promote "Next" → "Now"; if both are empty, surface that state to the user rather than making up work.
- After work lands, append a one-line entry to
docs/roadmap.md"Done" with the commit hash and date; tick any goal subgoals the work cleared. - If
docs/audit/CURRENT-ALERT.mdexists, read it before picking up the goal — it means the last audit run flagged drift or a critical issue, which may bump priority above the goal queue. - If
docs/autonomous-decisions.mdhas entries dated today or yesterday that the operator hasn't seen yet (session-resume pattern), scan them — they capture decisions the agent made unilaterally during overnight autonomous runs and inform what state the repo is in.scripts/morning-brief.shcollapses this + audit + intervention trend + commit attribution into a single read. - Subagents (orchestrator, planner, resourcer, editor, qa, auditor) do not read
docs/goal.mdordocs/roadmap.md. Day-level decisions belong to the top-level conversation; subagents stay pure functions of the mission prompt (or, forauditor, the focus arg) they receive.
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 · 109 lines · 2,413 tokens per session scan B c8c694485919
MelonS-Agents CLAUDE.md is an instructions file published in the GitHub repository MelonS/MelonS-Agents (16 stars, last pushed 12d ago), licensed MIT. It adds 2,413 tokens to every session, about $0.0121 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
gangsta AGENTS.md
Instructions for kucherenko/gangsta, covering contributing to gangsta, what this is, what will not be accepted, skill changes and the laws apply to contributors too.
gangsta GEMINI.md
Instructions for kucherenko/gangsta, a project described as: AI agentic skills framework for spec-driven development, built on the organizational model of mafia.
SeekMoney-ai CLAUDE.md
Instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
agent-eve CLAUDE.md
Instructions for shehryarsaroya/agent-eve, covering claude.md — agent eve (né the compact, then agent transfer), 0. 🚨 hard rules, 1. what this is, 2. doc map and 3. state of play (2026-07-26).
agent-skills AGENTS.md
AGENTS.md instructions for racastellanosm/agent-skills, covering agents.md, 1. vision & architectural invariants, 2. repository architecture & layout, 3. harness support & installation paths and 4. scripting & tooling guardrails.
initrunner CLAUDE.md
Instructions for vladkesler/initrunner, covering initrunner and project map.