claude-copilot

claude-copilot is a plugin for Claude Code from Everyone-Needs-A-Copilot/claude-copilot. Its manifest loads nothing; the 72 skills, 17 commands, 17 agents, 4 hooks it bundles cost 5,372 tokens per session together, scanned A, original, MIT.

A framework for Claude with specialised agents, reusable skills, commands, and automatic checks. Its agents cover architecture, engineering, quality assurance, service design, DevOps, documentation, and onboarding, while it also provides persistent memory and task tracking.

In plain words
What is it for?
Use it to organise architecture and engineering work, quality checks, DevOps tasks, documentation, service design, and bringing new contributors up to speed.
Why use it?
It gives different software tasks defined roles and keeps project context and work tracking available across sessions.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add Everyone-Needs-A-Copilot/claude-copilot
agentmods
npx agentmods add plugins/everyone-needs-a-copilot/claude-copilot/claude-copilot
Clone the repo
git clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilot

Made for: Claude Code.

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 claude-copilot

README.md
[![agentmods](https://agentmods.dev/badge/plugins/everyone-needs-a-copilot/claude-copilot/claude-copilot.svg)](https://agentmods.dev/plugins/everyone-needs-a-copilot/claude-copilot/claude-copilot)
Your own site
<a href="https://agentmods.dev/plugins/everyone-needs-a-copilot/claude-copilot/claude-copilot"><img src="https://agentmods.dev/badge/plugins/everyone-needs-a-copilot/claude-copilot/claude-copilot.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 72 skills, 17 commands, 17 agents, 4 hooks cost 5,372 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

claude-copilot 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 today.

The scan reads plugin.json. This mod also ships 1 executable file (check-manifest.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-plugin/plugin.json · 69 lines

How it starts

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

{
  "name": "claude-copilot",
  "version": "5.8.0",
  "description": "Claude Copilot — a framework of specialized agents, skills, commands, and hooks that give Claude persistent memory, expert methodology, and task tracking. Agents cover architecture (ta), engineering (me), QA (qa), service design (sd), DevOps (do), documentation (doc), and knowledge onboarding (kc).",
  "author": "Claude Copilot contributors",
  "homepage": "https://github.com/pabloalej/claude-copilot",
  "license": "MIT",
  "claude_plugin_spec": "1.0",

  "agents": "../.claude/agents",

  "skills": "../.claude/skills",

  "commands": "../.claude/commands",

  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/../.claude/hooks/session-start.sh"
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/../.claude/hooks/pretool-check.sh"
          }
        ]
      }
    ],
    "SubagentStop": [
      {
        "matcher": "me|qa",
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/../.claude/hooks/subagent-stop.sh"
          }
        ]
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/../.claude/hooks/user-prompt-submit.sh"
          }
        ]
      }
    ]
  },

  "_notes": {
    "hook_portability": "Hooks reference the same scripts in .claude/hooks/ whether installed as a plugin (${CLAUDE_PLUGIN_ROOT} resolves to the plugin install dir) or as a direct clone (settings.json wires the same scripts with absolute paths). No script changes were needed — only the path-reference style differs between the two wiring mechanisms.",
    "override_layer": "This plugin ships the BASE agents only (the floor). The 

Read the full file on GitHub · 69 lines

Contents

What it installs

The manifest is a name and a version. 72 skills, 17 commands, 17 agents, 4 hooks travel with it, and installing the plugin installs all of them — 5,372 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

2 files beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today First seen · 69 lines scan A 40aa5f4b2f35

Subscribe to this mod's changes

claude-copilot is a plugin published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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-09-04.