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.
npx agentmods add instructions/supermemoryai/supermemory/claude-mdgit clone --depth 1 https://github.com/supermemoryai/supermemoryWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00884 | $0.00884 |
| Opus 5 | $0.00442 | $0.00442 |
| Sonnet 5 | $0.00177 | $0.00177 |
| Haiku 4.5 | $0.00088 | $0.00088 |
Grade A, and why
supermemory 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.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Structure
This is a Turbo monorepo containing multiple applications and shared packages:
Applications (apps/)
web/- Next.js web applicationmcp/- Model Context Protocol server
Development Commands
Root Level (Monorepo)
bun run dev- Start all applications in development modebun run build- Build all applicationsbun run check-types- Run TypeScript checks across all appsbun run format-lint- Format and lint code using Biome
Web Application (apps/web/)
bun run dev- Start Next.js development serverbun run build- Build Next.js applicationbun run lint- Run Next.js linting
Architecture Overview
Core Technology Stack
- Runtime: Next.js (web)
- Framework: Next.js (web)
- Language: TypeScript throughout
- Package Manager: Bun
- Monorepo: Turbo
- Authentication: Better Auth
- Monitoring: Sentry
API Application (Primary Backend)
The API serves as the core backend with these key features:
Key API Routes
/v3/documents- CRUD operations for documents/memories/v3/search- Semantic search across indexed content/v3/connections- External service integrations (Google Drive, Notion, OneDrive)/v3/settings- Organization and user settings/v3/analytics- Usage analytics and reporting/api/auth/*- Authentication endpoints
Web Application
Next.js application providing user interface for:
Key Libraries & Dependencies
Shared Dependencies
better-auth- Authentication system with organization supportdrizzle-orm- Database ORMzod- Schema validationhono- Web framework (API & MCP)@sentry/*- Error monitoringturbo- Monorepo build system
Web-Specific
next- React framework@radix-ui/*- UI components@tanstack/react-query- Data fetchingrecharts- Analytics visualization
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.
- 2d ago First seen · 121 lines · 884 tokens per session scan A b4d129a7d8f5
supermemory CLAUDE.md is an instructions file published in the GitHub repository supermemoryai/supermemory (29,183 stars, last pushed today), licensed MIT. It adds 884 tokens to every session, about $0.0044 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.
Other instructions, from other repositories
magicui AGENTS.md
Instructions for magicuidesign/magicui, covering project context, key principles, before writing code, rules and accessibility (a11y).
ui-components AGENTS.md
Instructions for starc007/ui-components, covering beui v2 — agent guide, commands, layout, component catalog and components (motion category — primitives).
OneJS AGENTS.md
Instructions for Singtaa/OneJS, covering onejs v3: agent guide, requirements, install, project setup and build and live reload.
Better-Fullstack AGENTS.md
Instructions for Marve10s/Better-Fullstack, covering guidelines, web ui, workflow and bun.
flarestarter AGENTS.md
Instructions for FlareStarter/flarestarter, covering agents.md, what this is, structure, conventions and commands.
vuestrata AGENTS.md
Instructions for boussadjra/vuestrata, covering using vite+, the unified toolchain for the web, built-in commands vs scripts, tool versions, review checklist and vuestrata project rules.