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.
git clone --depth 1 https://github.com/louisbrulenaudet/monorepo-templateWrote 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/rules/louisbrulenaudet/monorepo-template/knip)<a href="https://agentmods.dev/rules/louisbrulenaudet/monorepo-template/knip"><img src="https://agentmods.dev/badge/rules/louisbrulenaudet/monorepo-template/knip/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/louisbrulenaudet/monorepo-template/knip"><img src="https://agentmods.dev/badge/rules/louisbrulenaudet/monorepo-template/knip.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.00997 |
| Opus 5 | $0.00000 | $0.00498 |
| Sonnet 5 | $0.00000 | $0.00199 |
| Haiku 4.5 | $0.00000 | $0.00100 |
Grade A, and why
knip 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 5d 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 — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Knip Configuration & Policy
Root knip.jsonc is intentionally comment-free; every override's rationale lives here. Official docs: configuration, production mode, configuring project files.
Root options
| Option | Why |
|---|---|
includeEntryExports: true |
Every workspace is "private": true, so entry/barrel files (packages/*/src/index.ts) get full unused-export auditing |
treatConfigHintsAsErrors: true |
Stale or redundant overrides (e.g. an entry a plugin now provides) fail the gate instead of rotting silently |
Workspace overrides
apps/front-*
ignoreDependenciesentries are suffixed!= production mode only:@tanstack/*-devtools- imported byAppDevtools.tsx, which is lazy-loaded behindimport.meta.env.DEV; production builds never statically include them, but Knip's static graph cannot evaluate that conditional.tailwindcss- build-time dependency consumed through@tailwindcss/vite+ the@import "tailwindcss"insrc/index.css.
projectreplicates the default glob plus production-only negations ("!tests/helpers/**!","!vitest.setup.ts!") so test infrastructure - helpers liketests/helpers/session-storage-mock.tsand thesetupFilesentryvitest.setup.ts- is never flagged as unused shipped code. Do not useignoreorignoreFilesfor this -ignoreFilesrejects the production-only!suffix here.
apps/!(front-*)
- Every app that is not the SPA -
worker-*today,queue-*/webhook-*/mcp-*when they land. A negation rather than a list of prefixes becausetreatConfigHintsAsErrors: truemakes a workspace key matching nothing a hard error, so unused prefixes cannot be declared ahead of time. ignoreDependencies: ["cloudflare"]-import ... from "cloudflare:workers"in Workers-pool tests is a runtime protocol specifier resolving to no npm package.
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.
- 5d ago First seen · 48 lines · 0 tokens per session scan A 6399377429f2
knip is a cursor rule published in the GitHub repository louisbrulenaudet/monorepo-template (19 stars, last pushed 8d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 997 tokens. 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 cursor rules, from other repositories
code-optimization
Guidelines for optimizing duplicate and poorly structured code.
general_clean_code_principles
Clean code principles for better readability.
pr-review
Comprehensive pull request review from multiple perspectives.
code-analysis
Perform advanced code analysis with multiple inspection options.
review
Structured code review with severity ratings — CRITICAL/HIGH/MEDIUM/LOW.
analyze
Codebase analysis — complexity, coupling, dead code, tech debt hotspots.