claude-plugins CLAUDE.md

A set of project instructions for Claude Code, an AI coding tool, in a repository that hosts extensions. It explains the repository layout, plugin files, and the included persistent-memory plugin.

In plain words
What is it for?
Use it when working on plugin manifests, commands, hooks, scripts, skills, marketplace entries, or the AutoMem memory integration.
Why use it?
It gives contributors a shared reference for how the repository is organized and how its extensions are configured.

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/verygoodplugins/claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/verygoodplugins/claude-plugins
Per session 717 This file is loaded in full into every session.
When invoked 717 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.00717 $0.00717
Opus 5 $0.00358 $0.00358
Sonnet 5 $0.00143 $0.00143
Haiku 4.5 $0.00072 $0.00072

Measured 2d ago against content hash fa315843bb17, 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 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 · 75 lines

How it starts

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

Project Overview

This is a Claude Code plugin marketplace repository. It hosts plugins that extend Claude Code functionality through commands, hooks, skills, and MCP server integrations.

Repository structure:

  • plugins/<name>/ - Individual plugin directories
  • .claude-plugin/marketplace.json - Marketplace registry listing all plugins

Currently contains the automem plugin (persistent memory via AutoMem MCP service). Other plugins (freescout, evernote, toggl, pirsch) are listed as "coming soon" placeholders.

Plugin Architecture

Each plugin follows this structure:

plugins/<name>/
├── .claude-plugin/plugin.json    # Plugin manifest (name, version, author, hooks/mcp refs)
├── .mcp.json                     # MCP server configuration (optional)
├── commands/*.md                 # Slash command definitions (YAML frontmatter + markdown)
├── hooks/hooks.json              # Event hooks (SessionStart, Stop, PostToolUse)
├── scripts/                      # Shell/Python scripts for hooks
└── skills/*/SKILL.md             # Skill definitions (YAML frontmatter + markdown)

Key Files

Manifest (plugin.json) - Required fields: name, version, description. Optional: hooks, mcpServers (paths to respective JSON files).

Commands - Markdown files with YAML frontmatter containing description. File name becomes command name (e.g., memory-store.md/memory-store).

Hooks (hooks.json) - Maps events to handlers:

  • SessionStart - Runs on session begin
  • Stop - Runs when conversation ends
  • PostToolUse - Runs after specific tool execution (use matcher field)

Hooks can be type: "command" (shell scripts) or type: "prompt" (inject text).

Skills (SKILL.md) - YAML frontmatter with name, description, allowed-tools. Body contains detailed instructions.

AutoMem Plugin Details

The automem plugin provides persistent memory across sessions:

Read the full file on GitHub · 75 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 · 75 lines · 717 tokens per session scan A fa315843bb17

Subscribe to this mod's changes

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