claude-code-plugins CLAUDE.md

Instructions for a repository that bundles plugins extending Claude Code with specialized tools and automation. It covers the marketplace configuration, external plugin repositories, Nuxt web app, hooks, and plugin layout.

In plain words
What is it for?
Maintaining marketplace metadata, plugin submodules, the Nuxt frontend, session hooks, and included tools such as image generation, security analysis, Firebase, databases, and Grafana.
Why use it?
It gives the coding agent a map of how the marketplace and its bundled plugins are organized.

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/pleaseai/claude-code-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/pleaseai/claude-code-plugins
Per session 5,131 This file is loaded in full into every session.
When invoked 5,131 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.05131 $0.05131
Opus 5 $0.02566 $0.02566
Sonnet 5 $0.01026 $0.01026
Haiku 4.5 $0.00513 $0.00513

Measured yesterday against content hash a14380f058fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 559 lines

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

Read the full file on GitHub · 559 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. yesterday First seen · 559 lines · 5,131 tokens per session scan A a14380f058fb

Subscribe to this mod's changes

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.