ai-coding-primer CLAUDE.md

ai-coding-primer CLAUDE.md is an instructions file for coding agents from ammonhaggerty/ai-coding-primer. It costs 545 tokens per session, scanned A, original, MIT.

A set of project instructions for working with the ai-coding-primer repository, including its guidebook, starter project, assets, and documentation.

In plain words
What is it for?
Use it when editing the guidebook, starter project, assets, or documentation while following requirements such as the specified database and UI setup.
Why use it?
It gives coding agents the repository structure, writing rules, technical constraints, and project conventions they need to make consistent changes.

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/ammonhaggerty/ai-coding-primer/claude-md
Clone the repo
git clone --depth 1 https://github.com/ammonhaggerty/ai-coding-primer

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 ai-coding-primer CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ammonhaggerty/ai-coding-primer/claude-md.svg)](https://agentmods.dev/instructions/ammonhaggerty/ai-coding-primer/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ammonhaggerty/ai-coding-primer/claude-md"><img src="https://agentmods.dev/badge/instructions/ammonhaggerty/ai-coding-primer/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 545 This file is loaded in full into every session.
When invoked 545 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.00545 $0.00545
Opus 5 $0.00272 $0.00272
Sonnet 5 $0.00109 $0.00109
Haiku 4.5 $0.00055 $0.00055

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

Security

Grade A, and why

ai-coding-primer 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 4d 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 · 57 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code when working in this repository.

Repository Structure

ai-coding-primer/
├── guidebook/           # The guidebook — one markdown file per chapter (00-08)
├── starter/             # Starter project template
├── assets/              # Images and diagrams
├── docs/                # Working notes, plans, progress (project memory)
├── _authoring/          # Editorial materials (outlines, research, notes — not reader-facing)
├── CLAUDE.md            # This file
├── CONTRIBUTING.md      # Contributor guide
└── README.md            # Project overview

Guidebook Chapters

Flat files in guidebook/, numbered for reading order:

  • 00-tldr.md — TL;DR Fast Track
  • 01-about-the-author.md — About the Author
  • 02-the-landscape.md — The Landscape
  • 03-setting-up.md — Setting Up Your Workshop
  • 04-the-cloud.md — The Cloud
  • 05-building.md — Building
  • 06-daily-practice.md — The Daily Practice
  • 07-where-this-is-going.md — Where This Is Going
  • 08-appendices.md — Appendices

Constraints

  • Companion plugin: a-primer-skills (separate repo: github.com/ammonhaggerty/a-primer-skills)
  • Always use D1, never Turso
  • DaisyUI 5 via CDN — card-border doesn't work, use border border-base-300
  • Theme: emerald
  • Cookies: secure: false in local dev, secure: true in production
  • Opus 4.8 recommended for all coding (available on Pro and Max; Pro defaults to Sonnet — switch via /model)
  • Recommend medium effort for most coding tasks (faster, fewer tokens; step up for hard problems)
  • Do not recommend OpenAI for anything
  • Image generation: Google Gemini / Imagen
  • Voice: ElevenLabs, Deepgram, Cartesia

Writing Tone

  • Practical, grounded, zero hype
  • Audience is non-technical — explain everything
  • Prescriptive and opinionated — specific recommendations with reasoning
  • Honest about costs, limits, and breakage
  • Minimal formatting — prose over bullet points

Working Memory

Save progress notes, plans, and brainstorming to docs/. Read docs/ at the start of sessions to recover context. Keep this CLAUDE.md lean — rules and constraints only.

Read the full file on GitHub · 57 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. 4d ago First seen · 57 lines · 545 tokens per session scan A d1ba873b5506

Subscribe to this mod's changes

ai-coding-primer CLAUDE.md is an instructions file published in the GitHub repository ammonhaggerty/ai-coding-primer (79 stars, last pushed 1mo ago), licensed MIT. It adds 545 tokens to every session, about $0.0027 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.