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.
npx agentmods add instructions/pleaseai/claude-code-plugins/claude-mdgit clone --depth 1 https://github.com/pleaseai/claude-code-pluginsWhat 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 | $0.05131 | $0.05131 |
| Opus 5 | $0.02566 | $0.02566 |
| Sonnet 5 | $0.01026 | $0.01026 |
| Haiku 4.5 | $0.00513 | $0.00513 |
Grade A, and why
claude-code-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 yesterday.
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 — 559 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
This is a Claude Code plugin marketplace repository providing bundled plugins that extend Claude Code with specialized tools and automation. The repository contains:
- Marketplace Configuration: Managed via
.claude-plugin/marketplace.json - External Plugins: All plugins are maintained as git submodules in
external-plugins/directory - Web Application: Nuxt-based marketplace frontend in
apps/web/ - Hooks System: Session initialization hooks in
hooks/
Directory Structure
claude-code-plugins/
├── external-plugins/ # All plugins (git submodules)
│ ├── nanobanana/ # Image generation plugin
│ ├── flutter/ # Flutter development tools
│ ├── security/ # Security analysis
│ ├── spec-kit/ # Spec-driven development
│ ├── code-review/ # Code review automation
│ ├── firebase/ # Firebase integration
│ ├── postgres/ # PostgreSQL MCP server
│ ├── grafana/ # Grafana integration
│ └── context7/ # Up-to-date library documentation
├── plugins/ # Built-in plugins (manually maintained) AND auto-generated Type 4 output
│ ├── gatekeeper/ # Auto-approve safe commands (manually maintained)
│ ├── plugin-dev/ # Plugin development tools (manually maintained)
│ └── ... # Framework-specific plugins + auto-synced Gemini CLI extensions
├── apps/web/ # Marketplace website
├── .claude-plugin/ # Marketplace configuration
└── hooks/ # Session hooks
Architecture
Plugin Structure
Each plugin follows this standard structure:
external-plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Claude Code plugin manifest
├── gemini-extension.json # Gemini CLI extension manifest (legacy)
├── README.md # Plugin documentation
├── commands/ # Slash commands (markdown files)
├── hooks/ # Hook configurations
└── mcp-server/ # MCP server implementation
├── package.json
├── src/
│ ├── index.ts # Main server entry
│ └── *.ts # Implementation modules
└── dist/ # Compiled output
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.
- yesterday First seen · 559 lines · 5,131 tokens per session scan A a14380f058fb
claude-code-plugins CLAUDE.md is an instructions file published in the GitHub repository pleaseai/claude-code-plugins (13 stars, last pushed 7d ago), licensed MIT. It adds 5,131 tokens to every session, about $0.0257 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.
Other instructions, from other repositories
Paperlab AGENTS.md
Instructions for NourMtir0722/Paperlab, covering paperlab — for coding agents, integrating paperlab into a project, stage mode — paper as architecture, content types and lighting is data, not an enum.
markdy-com copilot-instructions.md
Instructions for HoangYell/markdy-com, a project described as: 🎬 Open-source animated architecture diagrams as code. Diagram-native DSL, 17 layout engines, Web Animations API, and MCP server for AI agents.
diffusers AGENTS.md
Instructions for huggingface/diffusers, a project described as: 🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
comfy-prompt-studio AGENTS.md
Instructions for yxhpy/comfy-prompt-studio, covering agents.md - ai 代理配置文档, ai 提供商, 1. ollama (默认), 2. gemini and 提示词生成服务.
davinci-resolve-mcp AGENTS.md
Instructions for apvlv/davinci-resolve-mcp, covering project knowledge base, structure, where to look, code map and conventions.
lianhuanhua-skills AGENTS.md
Instructions for littlewindy123/lianhuanhua-skills, covering agents.md, project goal, architecture rules, commands and before committing.