curb AGENTS.md

curb AGENTS.md is an instructions file for Codex, OpenCode from alevizio/curb. It costs 2,305 tokens per session, scanned A, original, MIT.

Repository instructions for Curb, a mobile web app showing San Francisco street-parking rules on an interactive map. It covers parking meters, street sweeping, residential permits, and calendar reminders.

In plain words
What is it for?
They are for guiding edits to the single HTML file, map display, live DataSF data, map tiles, parking-rule searches, and sweep reminders.
Why use it?
They keep the app's simple setup and important map, data, and security decisions from being changed accidentally by a coding agent.

Instructions file for CodexOpenCode

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/alevizio/curb/agents-md
Clone the repo
git clone --depth 1 https://github.com/alevizio/curb

Made for: Codex, OpenCode.

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 curb AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alevizio/curb/agents-md.svg)](https://agentmods.dev/instructions/alevizio/curb/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/alevizio/curb/agents-md"><img src="https://agentmods.dev/badge/instructions/alevizio/curb/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,305 This file is loaded in full into every session.
When invoked 2,305 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.02305 $0.02305
Opus 5 $0.01153 $0.01153
Sonnet 5 $0.00461 $0.00461
Haiku 4.5 $0.00231 $0.00231

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

Security

Grade A, and why

curb AGENTS.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.

AGENTS.md · 143 lines

How it starts

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

CURB — SF street parking, block by block

Context for Codex. Read this before editing.

What it is

A mobile-first web app that shows San Francisco street-parking rules on an interactive map: where you can park, until when it's swept, whether it's metered, and whether it's a residential permit (RPP) zone. Lets the user set a calendar reminder before the next sweep.

Stack (intentionally minimal)

  • Single static file: index.html. No build step, no framework, no bundler.
  • Vanilla JS + Leaflet 1.9.4 (from cdnjs) for the map.
  • Basemap: official Google Map Tiles API when GMAPS_KEY (or window.GMAPS_KEY) is set — session-token flow in initBasemap(), viewport attribution refreshed on moveend. Falls back to keyless CARTO Voyager raster tiles when no key / on any failure. Leaflet stays the map engine either way. The Google key is a client key (referrer-restrict it) kept OUT of the public repo: local dev reads a gitignored config.js (from config.example.js); on Vercel, api/config.js emits window.GMAPS_KEY from the GMAPS_KEY env var and vercel.json rewrites /config.js/api/config.
  • Everything is client-side. Data is fetched live from DataSF (Socrata) at runtime.
  • Design system: fonts Anton (display) + Hanken Grotesk (body); "transit signage" aesthetic; color tokens in :root (--green clear / --amber soon / --red now / --meter permit-blue / paper+ink). Keep this language if extending the UI.

Data sources (all DataSF Socrata, CORS-open: access-control-allow-origin: *)

  1. Street sweeping — yhqp-riqs https://data.sfgov.org/resource/yhqp-riqs.json Fields: cnn (segment id), corridor, limits (cross streets), blockside, cnnrightleft (L/R vs digitized direction), weekday, fromhour, tohour, week1..week5 ("1"/"0" = Nth occurrence of that weekday in the month), line (GeoJSON LineString). CURRENT data.
  2. Parking meters — 8vzz-qzz9 https://data.sfgov.org/resource/8vzz-qzz9.json Fields: street_name (UPPERCASE), cap_color, on_offstreet_type, lat/long, etc. CURRENT data. Used only for a street-level count (no spatial join — see limits).
  3. Parking regulations / RPP — hi6h-neyh https://data.sfgov.org/resource/hi6h-neyh.json Fields: regulation, rpparea1 (permit-area letter), hrlimit, days, from_time, to_time, exceptions, shape (GeoJSON MultiLineString). STALE: this is SFMTA's 2017 set, flagged by the city as not comprehensively updated. Treat as a hint.

Read the full file on GitHub · 143 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 · 143 lines · 2,305 tokens per session scan A d22f753eb1dc

Subscribe to this mod's changes

curb AGENTS.md is an instructions file published in the GitHub repository alevizio/curb (11 stars, last pushed 2d ago), licensed MIT. It adds 2,305 tokens to every session, about $0.0115 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

indonesia-civic-stack CLAUDE.md

Instructions for suryast/indonesia-civic-stack, covering claude.md — instructions for claude code, mcp integration, quick context, before writing code and commands.

suryast/indonesia-civic-stack · 475 tokens

forthepeople CLAUDE.md

Claude Code instructions for jayanthmb14/forthepeople, covering claude.md — forthepeople.in project instructions, project, database schema changes (critical — changed june 2026), documentation location and completed prompts archive.

jayanthmb14/forthepeople · 1,732 tokens

ph-civic-data-mcp CLAUDE.md

Instructions for xmpuspus/ph-civic-data-mcp, covering claude.md - ph-civic-data-mcp, what this is, contracts every change must hold, registration and module layout and psa openstat landmines.

xmpuspus/ph-civic-data-mcp · 3,959 tokens

indonesia-civic-stack copilot-instructions.md

Instructions for suryast/indonesia-civic-stack, covering copilot instructions, key rules and file structure per module.

suryast/indonesia-civic-stack · 248 tokens

indonesia-civic-stack AGENTS.md

Instructions for suryast/indonesia-civic-stack, covering agents.md — ai agent development guide, project overview, architecture, key patterns and every module must follow this contract.

suryast/indonesia-civic-stack · 2,095 tokens

ckan-mcp-server CLAUDE.md

Claude Code instructions for ondata/ckan-mcp-server, covering openspec instructions, claude.md, project overview, build and development and main commands.

ondata/ckan-mcp-server · 5,845 tokens