Borrowing it
Nothing to install: this file belongs to NalluriTanavreddy/slugline-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/NalluriTanavreddy/slugline-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/NalluriTanavreddy/slugline-mcpWrote 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/nalluritanavreddy/slugline-mcp/claude-md)<a href="https://agentmods.dev/instructions/nalluritanavreddy/slugline-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/nalluritanavreddy/slugline-mcp/claude-md/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/instructions/nalluritanavreddy/slugline-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/nalluritanavreddy/slugline-mcp/claude-md.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.03891 | $0.03891 |
| Opus 5 | $0.01946 | $0.01946 |
| Sonnet 5 | $0.00778 | $0.00778 |
| Haiku 4.5 | $0.00389 | $0.00389 |
Grade A, and why
slugline-mcp 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 10d 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 — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
slugline-mcp — resume notes
Read TASKS.md first — it's the authoritative build checklist (one commit per
task, top to bottom). This file is context to avoid re-deriving decisions
already made. As of this writing: slugline-mcp v0.1.1 is published on real
PyPI (https://pypi.org/project/slugline-mcp/) and TestPyPI, and every
task on TASKS.md is checked off, including Phase 9 (the 0.1.1 patch
release -- see "Patch release: v0.1.1" below). All commits are pushed to
origin/main. There is no active TASKS.md work queued right now, and the
reference index gap that used to be called out here is now closed -- see
"Reference index: now live" below.
Never reuse cached git/GitHub credentials for anything beyond git push/
git pull. If a task needs GitHub API access (dispatching workflows,
checking run status, etc.) and gh CLI isn't installed/authenticated, stop
and ask the user -- don't look for a workaround via git credential fill or
similar. This was a real mistake made and corrected during this project (see
memory: credential-scope feedback) -- don't repeat it, and this applies
beyond just this repo.
Reference index: now live. The real prebuilt reference index (the full
MovieSum build, ~286,000 scenes across ~2,200 movies) was built on a rented
RunPod GPU (see remote-index/DEPLOY.md) and is published as a GitHub
Release asset -- tag data-v1 (deliberately separate from the package's own
vX.Y.Z tags, so the index can be rebuilt/republished independently of a
PyPI release):
https://github.com/NalluriTanavreddy/slugline-mcp/releases/tag/data-v1.
bootstrap.py downloads and unpacks it (~1.8GB, one time, with a tqdm
progress bar) on first run -- a fresh uvx slugline-mcp install now
returns real retrieval results out of the box, no manual index build
needed. The README and demo docs have been updated to say so; don't
reintroduce the old "empty results until you build one" framing.
Working agreement (from the user)
- One git commit per task in
TASKS.md, using that task's commit message verbatim. Check the box inTASKS.mdand commit that checkbox update in the same commit as the task's implementation. - Work through tasks strictly in order, top to bottom.
- Stop and ask before starting Phase 6 (CI/CD) and Phase 8 (Publish) — both involve secrets / an irreversible public PyPI release.
- If anything is ambiguous or needs a judgment call (versioning, model choice, hosting, etc.), stop and ask rather than guessing.
git pushafter finishing each phase (established during Phase 3/4).- The user may interject mid-task with new requirements pasted inline. When
that happens: insert the new task(s) into
TASKS.mdat the position they specify, and if the insertion point is before where work already is, implement it immediately (out of order) before continuing; if it's ahead of current progress, just queue it and reach it in normal order. - Every commit message now ends with a
Co-Authored-By: Claude Sonnet 5 <[email protected]>trailer (instruction given at the start of the Phase 5 session, applies from that point forward — earlier commits don't have it, don't go back and rewrite history to add it).
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.
- 10d ago First seen · 248 lines · 3,891 tokens per session scan A 46626a87de6e
slugline-mcp CLAUDE.md is an instructions file published in the GitHub repository NalluriTanavreddy/slugline-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 3,891 tokens to every session, about $0.0195 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).