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/hiveforge-sh/hivemind/copilot-instructionsgit clone --depth 1 https://github.com/hiveforge-sh/hivemindWrote 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/hiveforge-sh/hivemind/copilot-instructions)<a href="https://agentmods.dev/instructions/hiveforge-sh/hivemind/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hiveforge-sh/hivemind/copilot-instructions.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.02081 | $0.02081 |
| Opus 5 | $0.01040 | $0.01040 |
| Sonnet 5 | $0.00416 | $0.00416 |
| Haiku 4.5 | $0.00208 | $0.00208 |
Grade A, and why
hivemind copilot-instructions.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.
How it starts
The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hivemind Copilot Instructions
This is a TypeScript MCP (Model Context Protocol) server for Obsidian vaults. It provides AI tools with structured access to worldbuilding and knowledge management vaults.
Build, Test, and Lint Commands
# Build
npm run build # Compile TypeScript to dist/
# Development
npm run dev # Watch mode - auto-rebuild on changes
# Testing
npm test # Run full test suite
npm run test:watch # Run tests in watch mode
npm run test:ui # Run tests with UI
npm run test:coverage # Run tests with coverage report
# To run a single test file:
npx vitest run tests/path/to/test.test.ts
# To run tests matching a pattern:
npx vitest run -t "test name pattern"
# Linting
npm run lint # ESLint check (src/ only, excludes tests/)
# Start server
npm start # Run the MCP server with config.json
Coverage thresholds (defined in vitest.config.ts):
- Branches: 30%
- Functions: 55%
- Lines: 40%
- Statements: 40%
Architecture Overview
Core Components
MCP Server (src/server.ts, src/index.ts)
- Implements Model Context Protocol for AI tool integration
- Dynamically generates MCP tools based on loaded templates
- Supports both stdio and SSE transport modes
- Main entry point:
HivemindServerclass
Template System (src/templates/)
- Built-in templates:
worldbuilding,research,people-management(inbuiltin/) - Community templates: Loaded from
community/directory (planned) - Template detection: Automatically detects which template a vault uses via
detector.ts - Schema factory:
schema-factory.tscreates Zod schemas dynamically from template configs - Registry: Central registry (
registry.ts) holds active template and entity type configs
Templates define:
- Entity types (e.g., character, location, event, faction)
- Fields and validation rules for each type
- Relationships between entity types
Vault Processing (src/vault/)
reader.ts: Parses Obsidian markdown files with YAML frontmatterwatcher.ts: Watches vault for file changes using chokidar- Extracts wikilinks (
[[Note Title]]) for relationship building
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 · 240 lines · 2,081 tokens per session scan A c64fcd0787e7
hivemind copilot-instructions.md is an instructions file published in the GitHub repository hiveforge-sh/hivemind (9 stars, last pushed 10d ago), licensed MIT. It adds 2,081 tokens to every session, about $0.0104 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
plannotator AGENTS.md
AGENTS.md instructions for backnotprop/plannotator, covering plannotator, project structure, server runtimes, installation and environment variables.
obsidian-mind CLAUDE.md
Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.
llm-wiki-agent GEMINI.md
Gemini CLI instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.
obsidian-llm-wiki AGENTS.md
Instructions for green-dalii/obsidian-llm-wiki, covering llm wiki plugin project development standards, 🛡️ six-gate quality closure, gate 1: five-gate automated, gate 2: no side effects and gate 3: no breaking changes.
textbook-to-note CLAUDE.md
Instructions for drpwchen/textbook-to-note, covering claude.md — which audience are you?, working on this repo, spec before code, how much ceremony — decide before you start and the commit guard.
vault-cortex AGENTS.md
Instructions for aliasunder/vault-cortex, covering agents.md, what this project is, structure, module layering and logging.