everything-claude-code

everything-claude-code is a skill for Claude Code, Codex from marshall0524/everythingclaudecode. It costs 0 tokens per session (751 once invoked), scanned A, a copy of everything-claude-code, MIT.

Repository-specific guidance for working in the everything-claude-code codebase, including its commands, skills, hooks, and release files.

In plain words
What is it for?
Use it when changing or reviewing everything-claude-code, especially cross-platform support, hook tests, agent instructions, release updates, or its learning workflows.
Why use it?
It helps keep changes consistent with that repository’s conventions and keeps related versions of its tools aligned.

Skill for Claude CodeCodex

Part of the everything-claude-code plugin — 17 skills, 31 commands, 8 agents shipped together

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 skills/marshall0524/everythingclaudecode/everything-claude-code
Any agent
npx skills add marshall0524/everythingclaudecode --skill everything-claude-code
Clone the repo
git clone --depth 1 https://github.com/marshall0524/everythingclaudecode

Made for: Claude Code, Codex.

Or install everything-claude-code, the plugin that ships this one along with the rest of its 17 skills, 31 commands, 8 agents.

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 everything-claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/marshall0524/everythingclaudecode/everything-claude-code.svg)](https://agentmods.dev/skills/marshall0524/everythingclaudecode/everything-claude-code)
Your own site
<a href="https://agentmods.dev/skills/marshall0524/everythingclaudecode/everything-claude-code"><img src="https://agentmods.dev/badge/skills/marshall0524/everythingclaudecode/everything-claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 751 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00000 $0.00751
Opus 5 $0.00000 $0.00376
Sonnet 5 $0.00000 $0.00150
Haiku 4.5 $0.00000 $0.00075

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

Security

Grade A, and why

everything-claude-code 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 3d 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

This is a copy

100% identical to everything-claude-code — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/everything-claude-code/SKILL.md · 98 lines

How it starts

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

Everything Claude Code

Use this skill when working inside the everything-claude-code repository and you need repo-specific guidance instead of generic coding advice.

Optional companion instincts live at .claude/homunculus/instincts/inherited/everything-claude-code-instincts.yaml for teams using continuous-learning-v2.

When to Use

Activate this skill when the task touches one or more of these areas:

  • cross-platform parity across Claude Code, Cursor, Codex, and OpenCode
  • hook scripts, hook docs, or hook tests
  • skills, commands, agents, or rules that must stay synchronized across surfaces
  • release work such as version bumps, changelog updates, or plugin metadata updates
  • continuous-learning or instinct workflows inside this repository

How It Works

1. Follow the repo's development contract

  • Use conventional commits such as feat:, fix:, docs:, test:, chore:.
  • Keep commit subjects concise and close to the repo norm of about 70 characters.
  • Prefer camelCase for JavaScript and TypeScript module filenames.
  • Use kebab-case for skill directories and command filenames.
  • Keep test files on the existing *.test.js pattern.

2. Treat the root repo as the source of truth

Start from the root implementation, then mirror changes where they are intentionally shipped.

Typical mirror targets:

  • .cursor/
  • .codex/
  • .opencode/
  • .agents/

Do not assume every .claude/ artifact needs a cross-platform copy. Only mirror files that are part of the shipped multi-platform surface.

3. Update hooks with tests and docs together

When changing hook behavior:

  1. update hooks/hooks.json or the relevant script in scripts/hooks/
  2. update matching tests in tests/hooks/ or tests/integration/
  3. update hooks/README.md if behavior or configuration changed
  4. verify parity for .cursor/hooks/ and .opencode/plugins/ when applicable

4. Keep release metadata in sync

When preparing a release, verify the same version is reflected anywhere it is surfaced:

  • package.json
  • .claude-plugin/plugin.json
  • .claude-plugin/marketplace.json
  • .opencode/package.json
  • release notes or changelog entries when the release process expects them

Read the full file on GitHub · 98 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. 3d ago First seen · 98 lines · 0 tokens per session scan A 7559420136e1

Subscribe to this mod's changes

everything-claude-code is a skill published in the GitHub repository marshall0524/everythingclaudecode (35 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 751 tokens. A static security scan graded it A with 0 findings. It is 100% identical to everything-claude-code, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens