cc-plugins CLAUDE.md

Developer instructions for a monorepo, meaning one repository containing multiple Claude Code add-ons, including agents, commands, hooks, and skills.

In plain words
What is it for?
Use them when adding or changing plugins, marketplace entries, command scripts, lifecycle hooks, or Markdown documentation.
Why use it?
They explain how to manage, test, lint, and organize the add-ons when there is no single root build or test command.

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/lollipopkit/cc-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/lollipopkit/cc-plugins
Per session 511 This file is loaded in full into every session.
When invoked 511 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.00511 $0.00511
Opus 5 $0.00255 $0.00255
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

cc-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 2d 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 · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 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.

Development Commands

Plugin Management

  • Add local repository as marketplace: /plugin marketplace add .
  • Add remote repository as marketplace: /plugin marketplace add lollipopkit/cc-plugins
  • Install a plugin: /plugin install <plugin-name>@lk-ccp
  • List installed plugins: /plugin list

Linting & Formatting

  • Markdown linting: Ensure compliance with .markdownlint.json (disables MD013 and MD041).
  • No standard build or test commands exist at the root; development is done by testing plugins live in Claude Code.

Architecture & Code Structure

Project Overview

This repository is a monorepo for Claude Code plugins. Each plugin extends Claude's capabilities with specialized agents, commands, hooks, and skills.

Plugin Structure

All plugins follow a standard directory layout:

  • agents/: AI agent definitions (Markdown files with YAML frontmatter).
  • commands/: Slash commands available in the CLI.
  • hooks/: Lifecycle hooks (e.g., Stop hook defined in hooks.json).
  • scripts/: Helper scripts (Bash/Python) used by commands or agents.
  • skills/: Complex multi-step capabilities defined in SKILL.md.

Core Plugins

  • dev-loop: Automates the software development lifecycle (branch -> fix -> commit -> PR -> review).
  • recursive-reasoning: Implements advanced reasoning patterns (Master/Sub-Agent, Tree of Thoughts, Reflexion).

Design Patterns

  • Master/Sub-Agent: Used for complex orchestration. A "Master" agent plans and delegates to "Executor" sub-agents.
  • Local Settings: Plugins often read per-project configuration from the target project's .claude/<plugin-name>.local.md file.
  • Markdown-Driven Logic: Behavior is primarily defined via system prompts in Markdown files, using YAML frontmatter to specify tool permissions.

Coding Conventions

  • GitHub CLI: Prefer using gh for all GitHub-related operations (PRs, issues, comments).
  • Git Protocol: Always create descriptive branches for new tasks.
  • Verification: When implementing complex reasoning, always include a verification step to validate outputs.

Read the full file on GitHub · 55 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. 2d ago First seen · 55 lines · 511 tokens per session scan A b46105dd59dd

Subscribe to this mod's changes

cc-plugins CLAUDE.md is an instructions file published in the GitHub repository lollipopkit/cc-plugins (7 stars, last pushed 5mo ago), licensed MIT. It adds 511 tokens to every session, about $0.0026 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.