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/nodealchemy/powernode-platform/claude-mdgit clone --depth 1 https://github.com/nodealchemy/powernode-platformWhat 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.03514 | $0.03514 |
| Opus 5 | $0.01757 | $0.01757 |
| Sonnet 5 | $0.00703 | $0.00703 |
| Haiku 4.5 | $0.00351 | $0.00351 |
Grade A, and why
powernode-platform 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 yesterday.
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 — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Development guidance for Powernode: open-source mission control for AI agent fleets.
This file is the outage-safe core — only global, high-stakes rules that must hold even if the
MCP server is down. Situational rules live in hooks, scripts/pattern-validation.sh, and
docs/contributing/conventions/ (recalled MCP-first). See
Where guidance lives.
Project Overview
Control plane for production AI agent fleets — knowledge graph, governance, swarm coordination, MCP-native runtime, and the fleet substrate (bare-metal / VM / container lifecycle). MIT.
- Backend: Rails 8 API (
./server) — JWT auth, UUIDv7 PKs. Does NOT run Sidekiq. - Frontend: React TypeScript (
./frontend) — theme-aware, Tailwind. - Worker: Sidekiq standalone (
./worker) — API-only communication. - Public extensions (git submodules, MIT on GitHub):
./extensions/system,./extensions/marketing,./extensions/supply-chain. - Private extensions (remote-only, not in public clones; added by maintainers): under
./extensions/private/*. The platform runs in core mode when absent — single-user self-hosted, all core capabilities unlocked, no billing/SaaS. - Database: PostgreSQL (native UUID) + pgvector.
Project Status: docs/reference/auto/todo.md (auto-generated — do not edit).
Core Models
Account → User (many), Agent (many), Skill (many)
User → Roles, Permissions, Invitations
Agent → Conversations, Tasks, Goals, ApprovalRequests
Where guidance lives
Rules are routed by trigger shape — the mechanism that surfaces or enforces each one when relevant:
| Rule shape | Home | Surfaces / enforces via |
|---|---|---|
| Always + high-stakes + not checkable | this file (core) | always loaded |
| Mechanically checkable | .claude/hooks/*.sh + scripts/pattern-validation.sh |
edit-time hook / adherence scan |
| Reusable pattern / procedure | conventions/ + platform knowledge | MCP-first queries + SessionStart digest |
| Subsystem-scoped | nested server//frontend//worker/ CLAUDE.md |
loads when editing that tree |
| Decision / incident / preference | auto-memory (~/.claude/.../memory/MEMORY.md) |
harness relevance injection |
| Crypto / private-extension logic | extension only (never core) | core-purity-check.sh (blocking) |
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.
- yesterday First seen · 173 lines · 3,514 tokens per session scan A 7798f085dc4b
powernode-platform CLAUDE.md is an instructions file published in the GitHub repository nodealchemy/powernode-platform (2 stars, last pushed 3d ago), licensed MIT. It adds 3,514 tokens to every session, about $0.0176 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
warren AGENTS.md
Instructions for jayminwest/warren, covering agents.md, what this project is, runtime topology, the burrow absorption (plan pl-3007) and per-project config (.warren/config.yaml).
nora CLAUDE.md
Instructions for solomon2773/nora, covering claude.md, what this repo is, development commands, docker compose (primary path) and per-service dev (without docker).
fluidbox CLAUDE.md
Instructions for hrishikeshdkakkad/fluidbox, covering claude.md, what this is, commands, hosted deployment (gcp / gke) — project fluidbox-506603 and architecture — how a run flows.
mayros AGENTS.md
Instructions for ApiliumCode/mayros, covering repository guidelines, project structure & module organization, docs linking (mintlify), docs i18n (zh-cn) and exe.dev vm ops (general).
warren CLAUDE.md
Instructions for jayminwest/warren, a project described as: Run coding agents like infrastructure, not terminal sessions. Warren manages isolation, lifecycle, spend, recovery, and Git delivery on compute you control.
AI-Prompt-Guide-MCP AGENTS.md
Instructions for Blakeem/AI-Prompt-Guide-MCP, covering ai-prompt-guide mcp server - developer guide, project overview, configuration, zero-config default and optional override.