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/forketyfork/architect/claude-mdgit clone --depth 1 https://github.com/forketyfork/architectWhat 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.04622 | $0.04622 |
| Opus 5 | $0.02311 | $0.02311 |
| Sonnet 5 | $0.00924 | $0.00924 |
| Haiku 4.5 | $0.00462 | $0.00462 |
Grade A, and why
architect 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.
How it starts
The opening of the file, as written. The whole thing — 254 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md (symlinked as AGENTS.md)
[Canonical file: CLAUDE.md. Keep AGENTS.md as a symlink to CLAUDE.md.]
Project
Name: Architect
Description: A terminal multiplexer and AI-assisted coding environment built on SDL3 and Zig. Architect lets developers run multiple terminal sessions in a tiled layout, annotate diffs, and integrate Claude agents directly into their workflow.
Stack: Zig 0.15, SDL3, ghostty-vt (terminal emulation), Nix dev shell, just task runner
Status: Active development
Build & Run
# Worktree bootstrap (run in a fresh worktree)
just setup # pre-caches the ghostty-vt tarball; skip if already cached
# Environment activation
nix develop # or: direnv allow
#
# Minimal host prerequisites:
# - Nix with flakes enabled (or direnv + nix-direnv)
# - macOS (primary platform; Linux support is partial)
# Build
zig build
# Run
zig build run
# Test
zig build test
# Type check
N/A # Zig build covers type checking
# Lint
just lint
# Format check
zig fmt --check src/
Infrastructure
- Source code hosting: GitHub — URL:
https://github.com/forketyfork/architect— CLI:gh— Skill:managing-github - Issue tracker: GitHub Issues — URL:
https://github.com/forketyfork/architect/issues— CLI:gh issue— Skill:managing-github - CI/CD: GitHub Actions — config:
.github/workflows/ - Issue/PR linkage convention: Reference issues in commit messages and PR descriptions using
#<issue-number>. UseCloses #NorFixes #Nin the PR body to auto-close issues on merge.
Use the managing-github skill for all GitHub operations: creating issues, pull requests, fetching review threads, posting comments, and searching.
Project Documentation
Read these before making any changes:
README.md— User-facing product overview; skim for expected behavior, do not duplicate heredocs/ARCHITECTURE.md— How it's built (layers, modules, dependencies)docs/configuration.md— Config shape forconfig.tomlandpersistence.tomldocs/development.md— Developer setup and workflow notesdocs/perf-debugging.md— Read before investigating rendering/terminal performance: headless repro via the control socket (scripts/perf/), codex resize behavior, Debug-vs-Release ghostty-vt costs, SDL/Metal pipeline pitfalls
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 · 254 lines · 4,622 tokens per session scan A 5db68071803c
architect CLAUDE.md is an instructions file published in the GitHub repository forketyfork/architect (50 stars, last pushed 4d ago), licensed MIT. It adds 4,622 tokens to every session, about $0.0231 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.
Other instructions, from other repositories
orca AGENTS.md
AGENTS.md instructions for stablyai/orca, covering design system, electron ui validation, style, reuse before reimplementing and concise/brief non-obvious comments only.
wispterm AGENTS.md
Instructions for xuzhougeng/wispterm, covering agents.md, architecture, ui presentation styles, cohesion and coupling and integration layer vs feature domains.
liney AGENTS.md
Instructions for everettjf/liney, covering liney repository collaboration guide, 交流语言 / communication language, project overview, repository layout and build and test.
orca CLAUDE.md
Claude Code instructions for stablyai/orca, a project described as: Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and VPS.
tui-test-ghost CLAUDE.md
Instructions for hegner123/tui-test-ghost, covering tui-test-ghost — tui testing toolkit, what this is, build commands, architecture and tigerstyle (mandatory).
liney CLAUDE.md
Instructions for everettjf/liney, a project described as: Liney is a native macOS terminal workspace built with AppKit, SwiftUI, and Ghostty, designed for multi-repo workflows, worktree switching, and focused vibe coding.