claude-plugins CLAUDE.md

claude-plugins CLAUDE.md is an instructions file for coding agents from ApurvBazari/claude-plugins. It costs 1,792 tokens per session, scanned A, original, MIT.

A set of project instructions for Claude Code, covering how the repository is organized and how its plugins, files, and tools are expected to work.

In plain words
What is it for?
Use it as guidance when working on the claude-plugins repository, its plugin layout, or its file conventions.
Why use it?
It gives an unfamiliar coding agent the project rules and structure needed to make consistent changes.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/apurvbazari/claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/ApurvBazari/claude-plugins

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 claude-plugins CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/apurvbazari/claude-plugins/claude-md.svg)](https://agentmods.dev/instructions/apurvbazari/claude-plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/apurvbazari/claude-plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/apurvbazari/claude-plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,792 This file is loaded in full into every session.
When invoked 1,792 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01792 $0.01792
Opus 5 $0.00896 $0.00896
Sonnet 5 $0.00358 $0.00358
Haiku 4.5 $0.00179 $0.00179

Measured 4d ago against content hash 27326dd78ffc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-plugins 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 4d 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 · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

claude-plugins

Claude Code plugin marketplace by Apurv Bazari. Five plugins — all markdown + shell + JSON, no compiled code. (onboard, notify, handoff, walkthrough, lens.)

Repository

  • GitHub: ApurvBazari/claude-plugins (public)
  • Marketplace: apurvbazari-plugins (registered in .claude-plugin/marketplace.json)

Architecture

.claude-plugin/marketplace.json          ← plugin registry
         │
         ├──→ onboard/                   ← codebase analyzer + tooling generator
         │      ├── skills/ (start, adopt, generate, update, check, verify, evolve,
         │      │           research, wizard, generation)
         │      ├── agents/ (codebase-analyzer, config-generator, feature-evaluator,
         │      │           research-specialist, research-verifier)
         │      └── scripts/ (detect-{config,dep,structure}-changes, detect-{lsp,mcp}-signals, audit-tooling, install-plugins)
         │
         ├──→ notify/                    ← cross-platform system notifications
         │      ├── skills/ (setup, check, uninstall, wizard)
         │      └── scripts/ (notify, install-notifier)
         │
         ├──→ handoff/                   ← session handoff continuity
         │      └── skills/ (save, pickup, check, discard)
         │
         ├──→ walkthrough/               ← session → self-contained interactive HTML
         │      └── skills/ (create, update, document, render)
         │
         └──→ lens/                      ← intent-grounded review companion (brain; renders via walkthrough)
                ├── skills/ (review, engine, render-review, capability)
                ├── agents/ (spec-adherence, plan-adherence, correctness,
                │           risk-classify, test-gaps, verifier)
                └── schemas/ (review-findings)
                    (runtime: hands off to walkthrough:render; markdown fallback if absent)

Plugin Structure Convention

Every plugin must have:

  • .claude-plugin/plugin.json — manifest with name, version, description, author, license, keywords
  • README.md — user-facing documentation
  • At least one of: skills/, agents/

Read the full file on GitHub · 118 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. 4d ago First seen · 118 lines · 1,792 tokens per session scan A 27326dd78ffc

Subscribe to this mod's changes

claude-plugins CLAUDE.md is an instructions file published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 28d ago), licensed MIT. It adds 1,792 tokens to every session, about $0.0090 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.