Agent-Architecture CLAUDE.md

Project instructions for a single-page visual guide to designing systems where multiple AI agents work together. They describe the project’s agents, team presets, languages, files, and versioning.

In plain words
What is it for?
Use them when editing the agent encyclopedia, team presets, Claude Code commands and skills, routing logic, or the bilingual HTML source.
Why use it?
They help an agent understand whether it is changing the educational visual guide, its agent infrastructure, or its preset catalogue. They also explain where the source and live demo files are located.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/thejacksoncode/agent-architecture/claude-md
Clone the repo
git clone --depth 1 https://github.com/TheJacksonCode/Agent-Architecture
Per session 610 This file is loaded in full into every session.
When invoked 610 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00610 $0.00610
Opus 5 $0.00305 $0.00305
Sonnet 5 $0.00122 $0.00122
Haiku 4.5 $0.00061 $0.00061

Measured 2d ago against content hash 98be82b399b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Agent-Architecture 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 2d 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.

CLAUDE.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md - Agent Architecture Designer

What is this project

Single-HTML visual designer and encyclopedia for multi-agent AI systems. 35 agents, 42 team presets, PL/EN bilingual. Zero dependencies.

Primary purpose: education - understand how each agent thinks, what it does, how teams collaborate, and what it costs before you spend a token.

Current version

v32 (build v32.16 "Universal Bilingual") - 27,478 lines, 5.7 MB, 35 agents, 42 presets, full PL/EN encyclopedia parity.

  • Source: v32/AGENT_TEAMS_CONFIGURATOR_v32.html
  • Live demo: index.html (root, mirrors v32 for GitHub Pages)

Agent infrastructure

The project includes a complete agent orchestration layer for Claude Code:

Component Location Count Purpose
Skills ~/.claude/skills/*.md 35 Individual agent prompts (global)
Commands ~/.claude/commands/*.md 42 Team preset orchestration (global)
Catalog ~/.claude/PRESET_CATALOG.md 1 Auto-routing: task description -> best preset
Routing ~/.claude/CLAUDE.md 1 7-line routing instruction (always loaded)

How it works: User describes a task -> Claude reads the catalog -> proposes the best preset -> user confirms -> preset loads skill files for each agent -> agents run as subagents.

Regeneration from source HTML:

node generate_skills.js    # 35 skill files from AGENT_EDU_PL
node generate_commands.js  # 42 command files from PR data

Versioning

  • Each major version = its own folder with a single HTML file
  • Current shipped: v32
  • Historical builds (v1-v32.15) are preserved in git history

File map

index.html                  # Live demo (= v32 copy)
v32/                        # Current version
  AGENT_TEAMS_CONFIGURATOR_v32.html
docs/                       # Architecture documentation
  SKILLS_ARCHITECTURE.md    # 35 agents: format, fields, model routing
  ROUTING_SYSTEM.md         # Auto-routing: catalog, token budget, flow
  screenshots/
Research/research-preset-routing/  # Research reports (R1-R7 + synthesis)
generate_skills.js          # Regenerate skills from HTML
generate_commands.js        # Regenerate commands from HTML
VERSIONS.md                 # Full version history (v1-v32)

Read the full file on GitHub · 63 lines

Changes

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.

  1. 2d ago First seen · 63 lines · 610 tokens per session scan A 98be82b399b7

Subscribe to this mod's changes

Agent-Architecture CLAUDE.md is an instructions file published in the GitHub repository TheJacksonCode/Agent-Architecture (74 stars, last pushed 4mo ago), licensed MIT. It adds 610 tokens to every session, about $0.0030 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-30.