SMSPit CLAUDE.md

Repository instructions for AI agents working on SMSPit, a self-hosted tool that captures outgoing SMS for local development, testing, and CI/CD instead of sending real messages.

In plain words
What is it for?
Checking the repository before making changes, following its working style, and understanding the SMS capture, search, replay, and authentication services.
Why use it?
They provide the project overview, current implementation status, technology choices, and build order so an agent does not make incorrect assumptions.

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/jmrashed/smspit/claude-md
Clone the repo
git clone --depth 1 https://github.com/jmrashed/SMSPit
Per session 2,934 This file is loaded in full into every session.
When invoked 2,934 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.02934 $0.02934
Opus 5 $0.01467 $0.01467
Sonnet 5 $0.00587 $0.00587
Haiku 4.5 $0.00293 $0.00293

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

Security

Grade A, and why

SMSPit 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 2d 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 · 113 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code (or any AI agent) working in this repository.

Project overview

SMSPit is a self-hosted SMS sandbox (like Mailpit, but for SMS) for local development, testing, and CI/CD — it captures outgoing SMS instead of delivering them, so developers can inspect, search, replay, and debug messages without a real SMS provider. Full product description, feature list, and architecture diagram live in README.md — read it before making product decisions.

Current state (check before assuming otherwise)

Progress tracks checklist.md; check it for the exact day-by-day cutoff, but roughly:

  • README.md — product description, planned architecture, tech stack, and roadmap (v0.1 → v1.0)
  • checklist.md — a 100-day, day-by-day build checklist derived from the roadmap; the source of truth for build order and completion status
  • LICENSE — MIT
  • CLAUDE.md — this file
  • sms-service/ (NestJS) — v0.1 message capture/search REST API, replay endpoint, plus API-key auth guard (Days 11–41); has a Dockerfile and its own unit + e2e test suites
  • auth-service/ (Laravel) — users/API-key schema, key generation/list/revoke, and validation middleware (Days 31–35, 47); has its own test suite
  • gateway/ (Go) — base HTTP server (chi router), health check, path-based reverse-proxy routing to sms-service (/api/v1/*) and auth-service (/auth/*/api/*), and API-key auth enforcement on the /api/v1/* route (validates against auth-service, forwards identity via X-Api-Key-Id/X-Owner-Id/X-Api-Key-Scopes headers) (Days 37–39)
  • dashboard/ (React) — inbox, message detail, search/filter, replay, statistics, real-time WebSocket updates, and API key management UI wired to the REST API (Days 21–25, 42–47)
  • docker-compose.yml — wires all six v0.2 services (gateway, auth-service, sms-service, dashboard, Postgres, Redis) (Days 28, 49); ai-service and worker are not yet added (pending Day 79). No docker/podman is available in this working environment, so compose changes are verified by replicating the same URLs/ports as live host processes rather than docker compose up -- re-verify for real where Docker exists
  • ai-service/, worker/ — still empty skeletons with stub README.mds marked "Not yet implemented" (Phase 4, Days 66+)
  • Placeholder structural folders: proto/, docs/, docker/, deployments/, scripts/

Read the full file on GitHub · 113 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. 2d ago First seen · 113 lines · 2,934 tokens per session scan A a064bfa8f259

Subscribe to this mod's changes

SMSPit CLAUDE.md is an instructions file published in the GitHub repository jmrashed/SMSPit (5 stars, last pushed 1mo ago), licensed MIT. It adds 2,934 tokens to every session, about $0.0147 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.