Twelve Claude Code skills covering the full arc: anchor the build, ship the slice, catch the
bugs, maintain the app. Every pattern is production-tested. The fastest install is one prompt
pasted into your Claude Code — your Claude writes every SKILL.md straight into
~/.claude/skills/.
Click any card to read the full SKILL.md — the same file Claude reads when the skill fires. Hit the download icon to save just that one.
Claude is sharp, but Claude reviewing Claude misses bugs because they share blind spots.
The fix: a different model with different training reviewing every commit.
Different priors, different misses. Codex catches the bugs Claude would have happily shipped — cursor
lies, NaN propagation, lifecycle races, architectural traps. Real findings, every commit.
The billing split that matters: Codex runs against a ChatGPT Plus subscription,
NOT the Anthropic API. The two are completely separate. When Anthropic's 5-hour cap hits, Codex still works.
When OpenAI rate-limits, Claude still works. Two flat budgets that don't compete.
/plugin install openai/codex-plugin-cc inside Claude Code. CLI lands at ~/.local/bin/codex.codex login in terminal. Browser OAuth via ChatGPT Plus. Flat-rate quota, no per-token charge./search endpoint — same cursor name behaves differently across endpoints of the same vendorNumber("$245.00") returning NaN, propagating through every $-stat downstreamafter() lifecycle: .then() chains died when the serverless worker tore downquote_complete-as-bot-state-proxy lie that fired wrong "Pause Amber" buttonsOpen a fresh Claude Code session on your Mac, paste the prompt below. Your Claude fetches all 12 SKILL.md files from this page's URL and writes them straight into ~/.claude/skills/. Done.
Install the Super Skill Pack into ~/.claude/skills/. The pack is served at __BASE_URL__. Read the manifest at __BASE_URL__/install-manifest.json — it lists 12 skills, each with a slug and a path to its SKILL.md. For each skill in the manifest: 1. mkdir -p ~/.claude/skills/<slug> 2. Fetch __BASE_URL__/<path> (the path field from the manifest) 3. Save the response body as ~/.claude/skills/<slug>/SKILL.md When done, list the 12 slugs you installed and tell me to start a fresh Claude Code session so the skills load.
Download the zip, unzip wherever, then copy the folders. Same result, no prompt.
curl -O __BASE_URL__/skill-pack.zip
unzip skill-pack.zip
cp -r skills/* ~/.claude/skills/
Start a fresh Claude Code session, type Q-Explanation. The pack walks you through itself. The right skill auto-fires on natural phrases.
$ claude
> Q-Explanation
/plugin install openai/codex-plugin-cc then codex login in your terminal. Codex bills against a flat ChatGPT Plus subscription, so it never competes with your Anthropic budget. The Codex Gate skill walks the rest of the setup.