szkills
01Plugin Claude Code
my awesome skills.
Plugin Claude Code
my awesome skills.
Plugin Claude Code
Several models on the same question at once — Claude sub-agents, OpenAI Codex and a cheap third via OpenCode. Review code (code-review), check whether the work is actually finished rather than finished-looking (check-if-done), brainstorm wide with a different model per cognitive frame (adhd), or just ask all of t.
Instructions file CodexOpenCode
Project instructions for multi, a Claude Code plugin where several AI models review the same code and disagreements highlight possible problems.
Agent
Reviews whatever it is pointed at for correctness defects — logic errors, bad state handling, broken error paths, concurrency and lifecycle bugs. Spawned by the multi code-review skill; not meant to be called directly.
Agent
Challenges the approach behind whatever it is pointed at — whether this is the right shape of solution, what it assumes, and what it will cost to undo. Spawned by the multi code-review skill; not meant to be called directly.
Agent
Reviews whether the task actually got done — plan followed, work finished rather than finished-looking, nothing silently skipped, nothing left to detonate later. Spawned by the multi code-review skill in ultra mode; not meant to be called directly.
Agent
Reviews whatever it is pointed at for security defects — authz gaps, injection, secret handling, unsafe deserialization, data exposure. Spawned by the multi code-review skill; not meant to be called directly.
Agent
Tries to refute a single code-review finding by reading the actual code, and returns a verdict with evidence. Spawned by the multi code-review skill to check findings only one reviewer raised.
Skill Claude CodeCodex
Divergent ideation across model families — the same brainstorm, but each cognitive frame is handed to a different model (Claude sub-agent, OpenAI Codex, a cheap third via OpenCode) so the ideas diverge by frame and by model priors at once. Use for open design questions, architecture and API shape, naming, schema…
Skill Claude CodeCodex
Put one question to several models at once — you, OpenAI Codex, and a cheap third via OpenCode — and show all the answers side by side. No judging, no consensus: three opinions, the user picks. Use for "ask everyone", "what do the other models think", "second opinion", "multi ask", or any open question where one…
Skill Claude CodeCodex
Check whether the work is actually finished rather than finished-looking — what was promised versus what really runs. Several models compare the task against the code, and every completion claim has to survive a command that was actually executed. Use before calling something done, before a PR, at the end of a…
Skill Claude CodeCodex
Code review by several models at once — Claude sub-agents, OpenAI Codex, and a cheap third reviewer via OpenCode — reconciled into one report. Reviews whatever is named: a diff, a branch, specific files, one function, a legacy module, a whole repo. Use for any review request, a second or third opinion, a cross-check…
Skill Claude CodeCodex
RUNE.
Skill Claude CodeCodex
Walks a non-technical user through connecting every judge model this plugin can use — Codex, OpenCode, OpenRouter, Gemini — one at a time, in plain words. Use for "multi setup", "set up multi", "configure judges/reviewers/ backends", "onboarding", or whenever a probe shows missing backends and the user needs to know…