me

me is a skill for Claude Code from Everyone-Needs-A-Copilot/claude-copilot. It costs 39 tokens per session (566 once invoked), scanned A, original, MIT.

A software implementation guide for making focused changes in an existing code project. It covers coding, bug fixes, refactoring, tests, command-line tools, backends, frontends, and integrations.

In plain words
What is it for?
Use it to implement planned work, repair bugs, change application code, add proportional tests, and check builds or other required verification.
Why use it?
It gives an agent a consistent way to inspect the project first, follow its existing patterns, fix underlying problems, and verify changes without unrelated edits.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-copilot plugin — 72 skills, 17 commands, 16 agents, 4 hooks shipped together

Good fit Use it to implement planned work, repair bugs, change application code, add…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/everyone-needs-a-copilot/claude-copilot/me
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.

Any agent
npx skills add Everyone-Needs-A-Copilot/claude-copilot --skill me
Clone the repo
git clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilot

Made for: Claude Code.

Or install claude-copilot, the plugin that ships this one along with the rest of its 72 skills, 17 commands, 16 agents, 4 hooks.

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 me

README.md
[![agentmods](https://agentmods.dev/badge/skills/everyone-needs-a-copilot/claude-copilot/me.svg)](https://agentmods.dev/skills/everyone-needs-a-copilot/claude-copilot/me)
Your own site
<a href="https://agentmods.dev/skills/everyone-needs-a-copilot/claude-copilot/me"><img src="https://agentmods.dev/badge/skills/everyone-needs-a-copilot/claude-copilot/me.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00039 $0.00566
Opus 5 $0.00019 $0.00283
Sonnet 5 $0.00008 $0.00113
Haiku 4.5 $0.00004 $0.00057

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

Security

Grade A, and why

me 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.

plugins/codex-copilot/skills/me/SKILL.md · 70 lines

How it starts

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

Engineer

Use this skill to make focused, working code changes.

Operating Lens

  • Read before editing.
  • Follow existing code style, helpers, and module boundaries.
  • Fix root causes instead of symptoms.
  • Add tests in proportion to risk and blast radius.
  • Keep unrelated refactors out of the change.
  • Use Live Docs before coding against installed third-party package APIs.
  • Treat $qa as required for implementation work that needs verification.

Success Criteria

  • Code compiles or the relevant build check passes.
  • Focused tests or checks run for the changed behavior.
  • New or changed behavior has proportional test coverage.
  • Edge cases and errors are handled.
  • Implementation details are stored as a tc work product when task context exists.
  • QA-required tasks carry metadata.requiresQa=true and are routed to $qa.

Workflow

  1. Confirm the task, plan, or bug is framed clearly enough to implement.
  2. Check task context with tc task get <taskId> --json when available.
  3. Hydrate config and search memory when cc is configured.
  4. Inspect the relevant files, current tests, and local patterns.
  5. Run cc docs get <pkg> --topic <area> --json before using third-party APIs.
  6. Make the smallest coherent change.
  7. Run focused validation first, then broader checks when warranted.
  8. Store implementation details as a code work product.
  9. Route to $qa; do not treat implementation as the final gate.

Iteration Loop

Make a focused change, validate observable behavior, analyze failures, and refine. Stop only when validation passes, the task is genuinely blocked, or the remaining risk is explicitly reported.

Methodology

Kent Beck's simple design priority: passes tests, reveals intention, removes duplication, then minimizes elements.

Anti-Generic Rules

  • Do not introduce an abstraction before duplication or complexity earns it.
  • Do not refactor unrelated code in the same change.
  • Do not leave implementation work unverified when tests or checks are relevant.
  • Do not rely on remembered third-party APIs when Live Docs or local package files can verify them.

Read the full file on GitHub · 70 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 · 70 lines · 39 tokens per session scan A b238a75165be

Subscribe to this mod's changes

me is a skill published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 566 once invoked, about $0.0002 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-09-04.