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/guillermoscript/lms-front/claude-mdgit clone --depth 1 https://github.com/guillermoscript/lms-frontWrote 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.
[](https://agentmods.dev/instructions/guillermoscript/lms-front/claude-md)<a href="https://agentmods.dev/instructions/guillermoscript/lms-front/claude-md"><img src="https://agentmods.dev/badge/instructions/guillermoscript/lms-front/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.05796 | $0.05796 |
| Opus 5 | $0.02898 | $0.02898 |
| Sonnet 5 | $0.01159 | $0.01159 |
| Haiku 4.5 | $0.00580 | $0.00580 |
Grade A, and why
lms-front 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 yesterday.
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 — 233 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.
Project Overview
Multi-tenant SaaS LMS built with Next.js 16 (App Router, React 19) and Supabase. Schools operate as independent tenants on subdomains (school-slug.platform.com). The platform uses RLS for data security — database queries go directly from components, not through server actions.
Stack: Next.js 16.1.5 · Supabase (PostgreSQL 15, Auth, Storage) · Shadcn UI (base-mira) · Tailwind CSS v4 · TypeScript strict · Stripe Connect · next-intl (en/es)
Commands
npm run dev # Dev server at http://localhost:3000
npm run build # Production build (TypeScript + lint check)
npm run lint # ESLint
npm run typecheck # tsc --noEmit
npm run test:unit # Vitest unit tests
npx vitest run -t "name" # Single unit test
supabase db push # Apply local migrations to cloud
supabase migration new <name> # Create migration file
npm run db:reset # Reset local DB (migrations + seed)
npm run db:types # Regenerate lib/database.types.ts from linked project
npx playwright test # Run all E2E tests
npx playwright test --ui # Interactive test runner
npx playwright test -g "name" # Run single test
/web-design-guidelines <path> skill audits UI for accessibility + best practices.
Branches: <type>/<slug>-<issueNumber> (e.g. fix/binance-settings-category-479).
Architecture
Multi-Tenancy
Every request goes through proxy.ts (the single middleware file — not middleware.ts), which:
- Extracts tenant slug from subdomain (
school.lmsplatform.com→"school") - Resolves tenant ID from
tenantstable - Injects
x-tenant-idheader into the response - Checks
tenant_usersmembership; redirects non-members to/join-school - Enforces role-based route guards (
/dashboard/student,/dashboard/teacher,/dashboard/admin)
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.
- yesterday First seen · 233 lines · 5,796 tokens per session scan A dc941911e1a4
lms-front CLAUDE.md is an instructions file published in the GitHub repository guillermoscript/lms-front (25 stars, last pushed 2d ago), licensed MIT. It adds 5,796 tokens to every session, about $0.0290 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-09-03.
Other instructions, from other repositories
skillsboard AGENTS.md
AGENTS.md instructions for TommyBez/skillsboard, covering agents.md, cursor cloud specific instructions, what this is, running locally and database schema.
prest copilot-instructions.md
Copilot instructions for prest/prest, covering copilot instructions for prest go backend, project scope, core engineering principles, solid principles for go and s — single responsibility.
pg_exporter AGENTS.md
Instructions for nbari/pg_exporter, covering agents.md, project shape, first steps, devpod workflow (preferred) and local commands.
counterpoise-ledger CLAUDE.md
Instructions for jeffjjohnston/counterpoise-ledger, covering claude.md, project overview, development commands, essential commands and testing.
mcp-database CLAUDE.md
Claude Code instructions for DiegoBulhoes/mcp-database, covering claude.md, commands, architecture, invariants (do not weaken) and adding or changing a tool.
spasm-forum-server AGENTS.md
Instructions for spasm-network/spasm-forum-server, a project described as: Backend for Spasm-powered forum.