C.R.I.S.P: Instructions file for Claude Code

CLAUDE.md

C.R.I.S.P CLAUDE.md is an instructions file for Claude Code from radekamirko/C.R.I.S.P. It costs 2,437 tokens per session, scanned A, original, MIT.

A project instruction file for a night-time errand delivery web app in Novi Beograd, Belgrade. It records the app's purpose, security rules, language, and fixed software versions for coding sessions.

In plain words
What is it for?
Use it as the reference when developing or changing the delivery app, including its customer ordering flow, driver workflow, status updates, and TypeScript/Next.js code.
Why use it?
It gives coding agents the project context they need to make consistent changes and avoid breaking agreed technical or security decisions.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

This is radekamirko/C.R.I.S.P's own configuration. It tells Claude Code how to work on C.R.I.S.P itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything C.R.I.S.P configures →

Reuse

Borrowing it

Nothing to install: this file belongs to radekamirko/C.R.I.S.P. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/radekamirko/C.R.I.S.P/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/radekamirko/C.R.I.S.P

Made for: Claude Code.

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 C.R.I.S.P CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/radekamirko/c.r.i.s.p/claude-md/github.svg)](https://agentmods.dev/instructions/radekamirko/c.r.i.s.p/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/radekamirko/c.r.i.s.p/claude-md"><img src="https://agentmods.dev/badge/instructions/radekamirko/c.r.i.s.p/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for C.R.I.S.P CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/radekamirko/c.r.i.s.p/claude-md"><img src="https://agentmods.dev/badge/instructions/radekamirko/c.r.i.s.p/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 2,437 This file is loaded in full into every session.
When invoked 2,437 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.02437 $0.02437
Opus 5 $0.01218 $0.01218
Sonnet 5 $0.00487 $0.00487
Haiku 4.5 $0.00244 $0.00244

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

Security

Grade A, and why

C.R.I.S.P 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 10d 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 · 236 lines

How it starts

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

Night Errand Runner — CLAUDE.md

Master context for every Claude Code session. Read this before touching any code.


What This App Is

A night errand delivery web app for Novi Beograd, Belgrade, Serbia. A solo driver runs errands after midnight — pharmacy items, food, drinks, forgotten things — anything from anywhere that's open. Customers order via a mobile-first web app. Driver receives push, accepts, delivers. Customers get real-time status updates so they never have to call.

Brand positioning: "Komšija koji ti pomaže" — the neighbour who helps. Warm, personal, human. Not a Glovo clone.


Problem Being Solved

"Currently, a solo night errand operator in Novi Beograd is losing time and delivery capacity to unstructured order intake across WhatsApp, Viber, and phone — because there is no single place where customers place complete, structured orders and the driver manages them in one view."

Full discovery docs in /docs/.


Tech Stack — Pinned Versions (do not upgrade without explicit instruction)

Layer Tool Version
Framework Next.js 16.2.3
Language TypeScript 5.7.x
UI Runtime React 19.x
Styling Tailwind CSS 4.2.2
PWA @serwist/next 9.5.7
DB + Auth + Realtime @supabase/supabase-js 2.103.2
Supabase SSR @supabase/ssr latest compatible with 2.x
Push notifications firebase 12.12.0
Maps @vis.gl/react-google-maps 1.x
State management zustand 5.0.12
Hosting Railway

Version rules (mandatory):

  • Use only the versions listed above. Do not upgrade silently.
  • If a library's documented API differs from what you know — trust the pinned version, not training data.
  • If a version conflict arises, stop and flag it. Do not resolve silently.
  • Tailwind v4 is a complete rewrite from v3. CSS-first config. Do not follow v3 patterns.
  • React 19: createRoot only. No ReactDOM.render.
  • Supabase JS v2: createBrowserClient / createServerClient from @supabase/ssr for Next.js App Router.

Read the full file on GitHub · 236 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. 10d ago First seen · 236 lines · 2,437 tokens per session scan A 83c0c6bb6f97

Subscribe to this mod's changes

C.R.I.S.P CLAUDE.md is an instructions file published in the GitHub repository radekamirko/C.R.I.S.P (52 stars, last pushed 3mo ago), licensed MIT. It adds 2,437 tokens to every session, about $0.0122 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens