LaunchStack CLAUDE.md

Repository instructions for LaunchStack, a pnpm monorepo: one codebase containing multiple related applications, packages, pipelines, and services. They also define frontend rules for shared UI components, design tokens, dialogs, and themes.

In plain words
What is it for?
Use them when changing the web or landing apps, adding reusable packages, building interface elements, applying design tokens, or working with light and dark themes.
Why use it?
They help agents respect dependency boundaries and keep the web interfaces visually consistent without introducing duplicate components or arbitrary colors.

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/deodat-lawson/launchstack/claude-md
Clone the repo
git clone --depth 1 https://github.com/Deodat-Lawson/LaunchStack
Per session 696 This file is loaded in full into every session.
When invoked 696 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.00696 $0.00696
Opus 5 $0.00348 $0.00348
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

LaunchStack 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 3d 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 · 46 lines

How it starts

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

CLAUDE.md

Monorepo: apps/web (the application), apps/landing (marketing site), packages/* (the bricks — feature packages, see REPOSITORY.md and the lint-enforced boundaries in eslint.config.js), pipelines/ (the compositions — product verticals; may import bricks, never the reverse), services/* (foreign runtimes). pnpm workspaces.

Frontend rules (apps/web, apps/landing)

  • UI primitives come from ~/components/ui/<name>. If one is missing, add it with npx shadcn@latest add <name> (run in apps/web) — never hand-roll a button, input, table, or overlay. Modals use ~/components/ui/dialog.
  • cn comes from ~/lib/utils. There is exactly one copy.
  • Colors are design tokens: var(--…) from packages/design-tokens/tokens.css or semantic Tailwind classes (bg-panel, text-ink-2, border-line, bg-brand, text-danger). Never hex literals, never new inline style colors, never the raw Tailwind palette (purple-600, slate-800) in new code.
  • The shadcn color names (bg-background, text-muted-foreground, …) are a deprecated compat layer (apps/web/src/styles/compat.css). Don't extend it.
  • Dark mode: data-theme="dark" on <html>. Use dark: variants or [data-theme="dark"] CSS; never branch on resolvedTheme in JS for colors.
  • Icons: lucide-react; brand marks from ~/components/icons/brand.
  • Fonts: var(--font-sans|serif|mono) only; loaded once in src/app/fonts.ts.
  • Never import across route areas (app/employer/**app/employee/**). Shared pieces go in ~/components or ~/lib.
  • app/employer/_components/primitives.tsx and documents/_workspace/icons.tsx are deprecated — do not add imports.
  • Touch-it-migrate-it: when editing existing UI for feature work, convert the region you touch to kit + tokens; never launch a bulk rewrite.
  • Full conventions: apps/web/README.md.
  • The Mindmap app (app/employer/mindmap) has its own README and one deliberate exception: shape colours are literal OKLCH values stored in the document, not tokens — a token would repaint when the viewer switches theme and change someone else's diagram. Its chrome uses tokens normally.

Read the full file on GitHub · 46 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. 3d ago First seen · 46 lines · 696 tokens per session scan A b33be636ca3d

Subscribe to this mod's changes

LaunchStack CLAUDE.md is an instructions file published in the GitHub repository Deodat-Lawson/LaunchStack (885 stars, last pushed 3d ago), licensed Apache-2.0. It adds 696 tokens to every session, about $0.0035 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