workshop CLAUDE.md

Project rules for building a single-page personal portfolio website. They define a five-stage workflow: clarify the context, record a specification decision, build, validate, and deploy.

In plain words
What is it for?
Use them when changing portfolio content, page sections, metadata, code, tests, or deployment. They also explain where profile data and architecture decisions belong.
Why use it?
They keep the portfolio’s content in one structured source and require every change to be checked at a narrow mobile width before deployment.

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/rewritingthecode/workshop/claude-md
Clone the repo
git clone --depth 1 https://github.com/RewritingTheCode/workshop
Per session 842 This file is loaded in full into every session.
When invoked 842 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.00842 $0.00842
Opus 5 $0.00421 $0.00421
Sonnet 5 $0.00168 $0.00168
Haiku 4.5 $0.00084 $0.00084

Measured yesterday against content hash 84b4230b7905, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

CLAUDE.md · 75 lines

How it starts

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

Portfolio Starter - Project Rules

A single-page personal portfolio. Built live during RTC's "How RTC Builds Real Software with AI" workshop, and yours to keep extending afterward.

The loop

Every change follows the same five steps. No exceptions, including for small changes.

  1. Context - ask what this is and who it is for, before proposing anything
  2. Spec - write the decision down as an ADR in docs/adr/, before writing code
  3. Build - implement the ADR. The ADR is the instruction.
  4. Validate - npm run check. Look at it at 320px wide.
  5. Ship - npm run deploy. It is not done until it is on the internet.

Content

All personal content lives in src/content/profile.ts and must satisfy src/content/schema.ts. Never add a second source of truth for content. Never hardcode a name, a job title, or a date into a component.

That includes index.html. Its <title> and meta description are filled in from profile.ts at build time by the plugin in vite.config.ts - see src/content/metadata.ts. Leave the __PAGE_TITLE__ and __PAGE_DESCRIPTION__ tokens alone.

Page section order is content too: profile.sections is the order of the page and of the anchor nav. Adding a section means adding its id to SECTION_IDS in the schema and an entry in src/components/sections.tsx - never a hand-placed component in Page.tsx. See docs/adr/ADR-006-section-order.md.

Never invent content. If information is not in the source the user gave you, leave the field out. This is a public portfolio - a fabricated job or project is a serious problem, not a formatting detail.

Code

  • React 19 + TypeScript + Tailwind v4 + Vite. Match the existing patterns in src/components/.
  • Mobile first. Start at the phone layout with no prefix, add width at sm: and md:.
  • It must work at 320px. No fixed widths in the page shell.
  • Real semantics: one <h1>, headings that do not skip levels, <nav> for the nav, <button> for buttons. Never a <div> with an onClick.
  • Visible focus states on everything interactive.
  • Keep files under 200 lines. Split a component before it gets long.

Read the full file on GitHub · 75 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. yesterday First seen · 75 lines · 842 tokens per session scan A 84b4230b7905

Subscribe to this mod's changes

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