aichitect CLAUDE.md

aichitect CLAUDE.md is an instructions file for coding agents from letsgogeeky/aichitect. It costs 5,551 tokens per session, scanned A, original, MIT.

Project instructions for AIchitect, a catalogue application for comparing AI tools and services. They describe its technology stack, engineering rules, development process, and the file that defines which tools belong in the catalogue.

In plain words
What is it for?
Checking catalogue scope, following the project's clean-code conventions, working with its web interface and data flow, and using the prescribed development and review process.
Why use it?
They help the coding agent make changes that fit the existing application and avoid adding tools or compatibility code outside the project's intended scope.

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/letsgogeeky/aichitect/claude-md
Clone the repo
git clone --depth 1 https://github.com/letsgogeeky/aichitect

Wrote 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.

agentmods badge for aichitect CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/letsgogeeky/aichitect/claude-md.svg)](https://agentmods.dev/instructions/letsgogeeky/aichitect/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/letsgogeeky/aichitect/claude-md"><img src="https://agentmods.dev/badge/instructions/letsgogeeky/aichitect/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,551 This file is loaded in full into every session.
When invoked 5,551 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.1 $0.05551 $0.05551
Opus 5 $0.02776 $0.02776
Sonnet 5 $0.01110 $0.01110
Haiku 4.5 $0.00555 $0.00555

Measured 5d ago against content hash adb8fde74a54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

aichitect 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 5d 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 · 410 lines

How it starts

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

@AGENTS.md

AIchitect — Project Context

Brand: "Cut the noise. Pick your AI stack." Domain: aichitect.dev | Stack: Next.js 16 + React Flow + Three.js + Tailwind v4 + TypeScript Scope rule: SCOPE.md — the single source of truth for what belongs in the catalog. Read it before adding a tool.

Engineering philosophy

This is a greenfield project. Always build clean:

  • No adapter layers — if the DB schema or TypeScript type is designed a certain way, the rest of the code conforms to it. Never write a mapping/transform function to bridge an old shape to a new one just to avoid touching other files.
  • No backwards-compat shims — if a type changes, update all call sites. If a field is renamed, rename it everywhere. The cost of a clean sweep is low at this stage.
  • No workarounds — if something is wrong, fix the root cause. Don't patch around it with defensive code, re-exports, or fallback casts that exist only to preserve a broken old shape.

The exception: once we have production data that can't be migrated cheaply, or a public API contract we can't break, we'll revisit. Until then, always reach for the clean solution.

Dev workflow

  • Docker only — never run npm or node locally. All dev runs through docker-compose.
  • Hot reload via volume mounts. Rebuild image only when adding new packages to package.json.

Make targets

Command When to use
make run Start dev server (applies local migrations + seeds, then tails logs)
make down Stop and remove containers
make rebuild After adding packages to package.json — full reinstall + rebuild
make restart Restart containers without rebuilding
make shell Open a shell inside the running container
make logs Tail logs without restarting
make typecheck Run tsc --noEmit inside the container
make lint Run ESLint
make format Run Prettier
make test Run Vitest test suite
make check Run lint + typecheck + test in one shot
make sync-counts After modifying data files — syncs tool/stack/relationship counts in README and CLAUDE.md
make seed-validate Validate JSON data integrity without a DB connection
make db-push-local Apply pending migrations to local Postgres
make db-push Promote verified migrations to remote Supabase
make db-migrate name=X Scaffold a new migration file
make db-reset-local Wipe and re-apply all migrations locally (destructive)

Read the full file on GitHub · 410 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. 5d ago First seen · 410 lines · 5,551 tokens per session scan A adb8fde74a54

Subscribe to this mod's changes

aichitect CLAUDE.md is an instructions file published in the GitHub repository letsgogeeky/aichitect (5 stars, last pushed 23d ago), licensed MIT. It adds 5,551 tokens to every session, about $0.0278 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.