claude-plugins CLAUDE.md

claude-plugins CLAUDE.md is an instructions file for Claude Code from smk-labs/claude-plugins. It costs 787 tokens per session, scanned A, original, MIT.

Instructions for maintaining a marketplace repository where each Claude plugin lives in its own top-level folder and is listed in a marketplace file.

In plain words
What is it for?
They guide plugin installation, desktop registration, repository layout, testing from the checkout, cleanup, and committing changes.
Why use it?
They prevent installations from using stale local copies or incorrect paths instead of the single remote source.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths.

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/smk-labs/claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/smk-labs/claude-plugins

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/smk-labs/claude-plugins/claude-md.svg)](https://agentmods.dev/instructions/smk-labs/claude-plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/smk-labs/claude-plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/smk-labs/claude-plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 787 This file is loaded in full into every session.
When invoked 787 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.1 $0.00787 $0.00787
Opus 5 $0.00394 $0.00394
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

Measured 5d ago against content hash 32292bfd0c35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 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.

CLAUDE.md · 42 lines

How it starts

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

claude-plugins

The marketplace repo for my plugins. One plugin per folder at the repo root, listed once in .claude-plugin/marketplace.json. There is no plugins/ directory, and a path that assumes one 404s silently: readable's CDN line carried @main/plugins/readable/assets/rc.css for a year and only ever showed up as an unstyled card.

One source, always the remote

Every machine and every Claude surface installs these plugins from the remote marketplace, https://github.com/smk-labs/claude-plugins.git. A second copy anywhere means two versions, and the stale one wins half the time.

So never leave any of these behind:

  • a skill copied into ~/.claude/skills/<name>/ or a command into ~/.claude/commands/<name>.md when a plugin here already ships it
  • a marketplace registered with source: directory pointing at this checkout
  • claude plugin install from a local path
  • a dev override in the Claude desktop config (for readable, an mcpServers.readable-card entry whose path points into this checkout instead of ~/.claude/plugins/data/readable/server/server.js)

A plugin here MAY register itself with the desktop app on first session, because installing a plugin should be the whole setup. readable does. But an auto-write earns that only by satisfying all four of these, and readable's hooks/connect.sh is the worked example plus the tests:

  • every profile, not one. A hook that knows a single config path leaves the other profiles diverged, which is what drives people to hand-copy whole configs between profiles and spread live API tokens doing it.
  • one backup per config, ever. Not one per write, or a config full of tokens accumulates copies of itself.
  • say it once. The write is useless until the app restarts, so a silent write leaves a user with no feature and no explanation.
  • an opt-out that holds. Removal must survive the next session, or removal is not a thing the user can do.

Plus the precondition that makes it safe at all: being registered must not imply being able to act. readable's server refuses to offer its card tool to a host that cannot render one, so registering it in a profile that cannot use it costs nothing.

Read the full file on GitHub · 42 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. 5d ago First seen · 42 lines · 787 tokens per session scan A 32292bfd0c35

Subscribe to this mod's changes

claude-plugins CLAUDE.md is an instructions file published in the GitHub repository smk-labs/claude-plugins (11 stars, last pushed 4d ago), licensed MIT. It adds 787 tokens to every session, about $0.0039 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-30.

Related

Other instructions, from other repositories

claude-plugins AGENTS.md

Instructions for jontsai/claude-plugins, covering agent guidelines, project overview, key constraints, plugin structure and validation.

jontsai/claude-plugins · 539 tokens

PM-Copilot-by-Product-Faculty CLAUDE.md

Claude Code instructions for Productfculty-aipm/PM-Copilot-by-Product-Faculty, covering pm copilot — global instructions, session start protocol, memory update protocol, context loading (all pm operations) and framework defaults.

Productfculty-aipm/PM-Copilot-by-Product-Faculty · 1,191 tokens

claude-code-plugins CLAUDE.md

Claude Code instructions for qte77/claude-code-plugins, a project described as: A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.

qte77/claude-code-plugins · 3 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

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