compound-engineering-pi CLAUDE.md

compound-engineering-pi CLAUDE.md is an instructions file for coding agents from gvkhosla/compound-engineering-pi. It costs 2,735 tokens per session, scanned A, original, MIT.

A set of instructions for working with the Every Marketplace repository and its compound-engineering plugin. It explains the repository layout, which contains documentation, plugin agents, commands, skills, and supporting servers.

In plain words
What is it for?
Use it when adding or updating plugins, navigating the repository, editing marketplace metadata, or following the project's compounding-engineering workflow.
Why use it?
It gives an AI coding tool the project-specific context needed to work consistently in that repository. Without it, the tool may not know where plugin files or marketplace metadata belong.

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/gvkhosla/compound-engineering-pi/claude-md
Clone the repo
git clone --depth 1 https://github.com/gvkhosla/compound-engineering-pi

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 compound-engineering-pi CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gvkhosla/compound-engineering-pi/claude-md.svg)](https://agentmods.dev/instructions/gvkhosla/compound-engineering-pi/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gvkhosla/compound-engineering-pi/claude-md"><img src="https://agentmods.dev/badge/instructions/gvkhosla/compound-engineering-pi/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,735 This file is loaded in full into every session.
When invoked 2,735 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.02735 $0.02735
Opus 5 $0.01367 $0.01367
Sonnet 5 $0.00547 $0.00547
Haiku 4.5 $0.00274 $0.00274

Measured 5d ago against content hash a203d3be8c2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

compound-engineering-pi 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

CLAUDE.md · 381 lines

How it starts

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

Every Marketplace - Claude Code Plugin Marketplace

This repository is a Claude Code plugin marketplace that distributes the compound-engineering plugin to developers building with AI-powered tools.

Repository Structure

every-marketplace/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace catalog (lists available plugins)
├── docs/                         # Documentation site (GitHub Pages)
│   ├── index.html                # Landing page
│   ├── css/                      # Stylesheets
│   ├── js/                       # JavaScript
│   └── pages/                    # Reference pages
└── plugins/
    └── compound-engineering/   # The actual plugin
        ├── .claude-plugin/
        │   └── plugin.json        # Plugin metadata
        ├── agents/                # 24 specialized AI agents
        ├── commands/              # 13 slash commands
        ├── skills/                # 11 skills
        ├── mcp-servers/           # 2 MCP servers (playwright, context7)
        ├── README.md              # Plugin documentation
        └── CHANGELOG.md           # Version history

Philosophy: Compounding Engineering

Each unit of engineering work should make subsequent units of work easier—not harder.

When working on this repository, follow the compounding engineering process:

  1. Plan → Understand the change needed and its impact
  2. Delegate → Use AI tools to help with implementation
  3. Assess → Verify changes work as expected
  4. Codify → Update this CLAUDE.md with learnings

Working with This Repository

Adding a New Plugin

  1. Create plugin directory: plugins/new-plugin-name/
  2. Add plugin structure:
    plugins/new-plugin-name/
    ├── .claude-plugin/plugin.json
    ├── agents/
    ├── commands/
    └── README.md
    
  3. Update .claude-plugin/marketplace.json to include the new plugin
  4. Test locally before committing

Updating the Compounding Engineering Plugin

When agents, commands, or skills are added/removed, follow this checklist:

Read the full file on GitHub · 381 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 · 381 lines · 2,735 tokens per session scan A a203d3be8c2c

Subscribe to this mod's changes

compound-engineering-pi CLAUDE.md is an instructions file published in the GitHub repository gvkhosla/compound-engineering-pi (51 stars, last pushed 4mo ago), licensed MIT. It adds 2,735 tokens to every session, about $0.0137 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.