slugline-mcp: Instructions file for Claude Code

CLAUDE.md

slugline-mcp CLAUDE.md is an instructions file for Claude Code from NalluriTanavreddy/slugline-mcp. It costs 3,891 tokens per session, scanned A, original, MIT.

A set of project instructions for working on slugline-mcp, including its task checklist, architecture, decisions, resume notes and useful commands.

In plain words
What is it for?
Use it when contributing to the slugline-mcp project, especially before following TASKS.md or handling its Git, release and credential rules.
Why use it?
It gives a coding agent the project’s agreed context so it can continue work without repeatedly rediscovering decisions or asking the same questions.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

This is NalluriTanavreddy/slugline-mcp's own configuration. It tells Claude Code how to work on slugline-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything slugline-mcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/NalluriTanavreddy/slugline-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/NalluriTanavreddy/slugline-mcp

Made for: Claude Code.

Wrote 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.

agentmods badge for slugline-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nalluritanavreddy/slugline-mcp/claude-md/github.svg)](https://agentmods.dev/instructions/nalluritanavreddy/slugline-mcp/claude-md)
Your own site
<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.

agentmods 80×15 button for slugline-mcp CLAUDE.md

Your own site · 80×15
<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>
Per session 3,891 This file is loaded in full into every session.
When invoked 3,891 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.03891 $0.03891
Opus 5 $0.01946 $0.01946
Sonnet 5 $0.00778 $0.00778
Haiku 4.5 $0.00389 $0.00389

Measured 10d ago against content hash 46626a87de6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

CLAUDE.md · 248 lines

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 in TASKS.md and 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 push after 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.md at 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).

Read the full file on GitHub · 248 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. 10d ago First seen · 248 lines · 3,891 tokens per session scan A 46626a87de6e

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens