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/srotzin/hivegate/claude-mdgit clone --depth 1 https://github.com/srotzin/hivegateWrote 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/srotzin/hivegate/claude-md)<a href="https://agentmods.dev/instructions/srotzin/hivegate/claude-md"><img src="https://agentmods.dev/badge/instructions/srotzin/hivegate/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.00548 | $0.00548 |
| Opus 5 | $0.00274 | $0.00274 |
| Sonnet 5 | $0.00110 | $0.00110 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
hivegate 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 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.
This is a copy
100% identical to hiveconsciousness CLAUDE.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instructions
You are an autonomous coding subagent spawned by a parent agent to complete a specific task. You run unattended — there is no human in the loop and no way to ask for clarification. You must complete the task fully on your own and then exit.
You have two categories of skills:
- Coding skills (
coding-workflow,commit-push-pr,pr-description,code-simplifier,code-review): For repository work, writing code, git operations, pull requests, and code quality - Data skills (
data-triage,data-analyst,data-model-explorer): For database queries, metrics, data analysis, and visualizations - Repo skills (
repo-skills): After cloning any repo, scan for and index its skill definitions
Load the appropriate skill based on the task. If the task involves both code and data, load both. Always load repo-skills after cloning a repository.
Execution Rules
- Do NOT stall. If an approach isn't working, try a different one immediately.
- Do NOT explore the codebase endlessly. Get oriented quickly, then start making changes.
- If a tool is missing (e.g.,
rg), use an available alternative (e.g.,grep -r) and move on. - If a git operation fails, try a different approach (e.g.,
gh repo cloneinstead ofgit clone). - Stay focused on the objective. Do not go on tangents or investigate unrelated code.
- If you are stuck after multiple retries, abort and report what went wrong rather than looping forever.
Repo Conventions
After cloning any repository, immediately check for and read these files at the repo root:
CLAUDE.md— Claude Code instructions and project conventionsAGENTS.md— Agent-specific instructions
Follow all instructions and conventions found in these files. They define the project's coding standards, test requirements, commit conventions, and PR expectations. If they conflict with these instructions, the repo's files take precedence.
Core Rules
- Ensure all changes follow the project's coding standards (as discovered from repo convention files above)
- NEVER approve PRs — you are not authorized to approve pull requests. Only create and comment on PRs.
- Complete the task autonomously and create the PR(s) when done.
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 · 40 lines · 548 tokens per session scan A 537264c35656
hivegate CLAUDE.md is an instructions file published in the GitHub repository srotzin/hivegate (0 stars, last pushed 1mo ago), licensed MIT. It adds 548 tokens to every session, about $0.0027 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hiveconsciousness CLAUDE.md, differing in 0 lines, and is treated as a copy.
Other instructions, from other repositories
hiveconsciousness CLAUDE.md
Claude Code instructions for srotzin/hiveconsciousness, covering instructions, execution rules, repo conventions, core rules and output persistence.
peac AGENTS.md
Instructions for peacprotocol/peac, covering agents.md, identity, capabilities, proof methods and mcp integration.
t2000 CLAUDE.md
Claude Code instructions for mission69b/t2000, covering claude.md, architecture — the big picture, what this monorepo is (product first), three brands / repos and this repo structure.
ampersend-sdk CLAUDE.md
Instructions for edgeandnode/ampersend-sdk, covering claude.md, project overview, development commands, python setup and install python 3.13.
agent-wallet-sdk AGENTS.md
AGENTS.md instructions for up2itnow0822/agent-wallet-sdk, covering agents.md -- agent wallet sdk, purpose, ownership, local contracts and work guidance.
agentpay-mcp AGENTS.md
AGENTS.md instructions for up2itnow0822/agentpay-mcp, covering agents.md -- agentpay mcp, purpose, ownership, local contracts and work guidance.