This Claude Code plugin loads before you type


This Claude Code plugin loads before you type
It installs itself into every session, then quietly wins six skills. Plus 2 more reads.  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
WotAI

This Claude Code plugin loads before you type

Hey there,

I have both of the big Claude Code process plugins installed in the same repo. It took me a while to notice that six of their skills do the exact same job.

Nobody warns you about that, and the thing that decides which one wins is smaller than you would expect.

Six Claude Code skills collide, and one hook decides them

Superpowers vs Compound Engineering – a lit workbench beside a wall of unlit switches

Superpowers ships 14 skills. Compound Engineering ships 33. Both cover brainstorming, planning, execution, debugging, code review, and worktrees – so once both are installed, every one of those is a quiet fork in the road. What settles it is not quality. Superpowers ships a SessionStart hook and Compound Engineering ships none, so Superpowers is already in the room before you type anything and its version wins by default. A Hacker News thread claims Superpowers is token-hungry, so I measured both installs rather than reading the READMEs: the always-on injection is 777 tokens, about 0.4% of a 200k window, while subagent-driven-development runs about 8,084 once it loads and Compound Engineering's heaviest is 3,650. Which makes the usual framing backwards – one is cheap to install and expensive every time it fires, the other is free until you call it. The fix for the collisions turned out to be one line in AGENTS.md.

Read the measured comparison →

What compound engineering is, and the file that makes it compound

Compound engineering for Claude Code – the AGENTS.md setup

Rebuilt this week against the current plugin: 33 skills, no standalone agents, and the numbers now match what the installed version actually contains. The idea underneath it is that every task should leave the codebase easier to work in than it found it, which only happens if the process lives somewhere Claude reads first. That somewhere is AGENTS.md, a sibling to CLAUDE.md that loads ahead of it, and the post walks through a real one – the pipeline it encodes, the tier rules that scale process to risk, and why splitting process out of CLAUDE.md is a read-order decision rather than a tidiness one. The section most people skip is the one that matters: without the compounding step, the plugin degrades into a todo runner.

See the AGENTS.md walkthrough →

/code-review vs /ce-code-review, when each one wins

Claude Code review vs ce-code-review – native command vs compound-engineering plugin

The third leg of the same cluster, and the clearest case of two skills that look like duplicates and are not. Claude Code ships /code-review and /simplify natively; the plugin adds /ce-code-review and /ce-simplify-code on top. The post is the side-by-side: the quick-review short-circuit most people miss, a decision matrix for which to reach for, and the cost gotcha worth knowing – the plugin forces Sonnet on most personas, so skipping that override quietly runs a review at three to four times the price.

Read the comparison →


Reply and tell me which one was the read for you. I read every reply.

– Alex

P.S. – The conversations behind reads like these happen in the WotAI Skool community. 760+ builders, three live calls a week, free to jump in.

Come build with us

Follow WotAI: LinkedIn  ·  YouTube  ·  TikTok
You are receiving this because you subscribed to the WotAI newsletter. Unsubscribe

WotAI · AI Automation that Actually Ships

wotai.co

WotAI · 440 N. Barranca Ave., Unit 3777, Covina, CA 91723

WotAI

If you're building with Claude Code, n8n, or AI agents in production, this is the email I'd want. Weekly recap of what shipped, what broke, and how I'm running it. Specific over vague. Replies welcome.

Read more from WotAI

AGENTS.md vs CLAUDE.md, tested on 13 repos 12 of mine load it. One never did, and I didn't notice for a month. AGENTS.md vs CLAUDE.md, tested on 13 repos Hey there, I have 13 repos that carry both an AGENTS.md and a CLAUDE.md. This week I checked how each one wires them together, expecting 13 identical answers. Twelve import AGENTS.md on line one of CLAUDE.md. One asks the agent, in a sentence, to please go read it. That one holds 6,479 bytes of branch rules and load-bearing invariants that...

Claude Code edited my video

Claude Code edited my video I never opened the timeline once, and the spec became the whole job. Plus 2 more reads. Claude Code edited my video Hey Reader, Three reads this week, and two of them are about the same quiet shift: the tool got good enough that the bottleneck moved somewhere less glamorous. An agent that can drive a video timeline still cannot decide what belongs on it. A workflow that looks automatable can still be the wrong one to touch first. I let Claude Code edit a video, and...

The viral Claude prompt, tested four times

The viral Claude prompt, tested four times Four documented runs, and the one check that decides all of them. Plus 2 more reads. The viral Claude prompt, tested four times Hey Reader, Three reads this week, and each one turns on the same distinction: a document that describes a standard, and a standard that something can actually be checked against. A prompt half the internet copied without the two parts that make it work. A config field nothing read at runtime. A voice guide every competitor...