Plugin Claude Code
A curated collection of plugins for Claude Code, enhancing your AI-powered development workflow.
Plugin Claude Code
A curated collection of plugins for Claude Code, enhancing your AI-powered development workflow.
Command Claude Code
Auto commit all changes and push to remote.
Settings file Claude Code
Agent settings configuring $schema, hooks.
Instructions file
Repository rules for a Claude Code plugin marketplace, where plugins contain reusable skills, agents, and rules.
Plugin Claude Code
Adversarial Debugging with Agent Teams - Multiple agents investigate competing hypotheses in parallel, challenge each other's findings through structured debate, and converge on the true root cause.
Agent
An adversarial debugging agent that challenges investigators’ findings instead of trying to find the bug itself. It tests the evidence, searches for contrary facts, identifies reasoning errors, and considers other explanations.
Agent
An evidence reviewer for adversarial debugging, which is a debugging process where investigators test and challenge competing explanations.
Agent
A focused bug investigator that tests one proposed explanation for a problem. It collects evidence for and against the explanation and reports how confident it is.
Skill Claude CodeCodex
A debugging method that uses several agents to investigate competing explanations for a difficult software problem and challenge one another's findings.
Plugin Claude Code
Generate a bespoke DESIGN.md for any product brief by reverse-engineering a corpus of existing DESIGN.md design systems into a computable design grammar (rules + rationale + relationships), then forward-generating with three-part rationale (inheritance + adaptation + justification). Outputs the v1.13.0 distinctiveness.
Agent
A review agent for checking whether the reasoning behind a design document is trustworthy. It examines the evidence and explanations supporting design decisions, rather than judging how attractive the design is.
Agent
A design reviewer focused on whether an interface has a distinctive, memorable identity instead of looking like a generic collection of common choices. It evaluates designs or ranks several candidates without rewriting them.
Skill Claude CodeCodex
A skill that creates a tailored DESIGN.md file from a product brief and a collection of existing design systems. The file records visual rules and the reasoning behind them.
Plugin Claude Code
Design DNA extraction + pixel-perfect website cloning. Combines programmatic CSS extraction (Browser MCP + getComputedStyle) with a 3-dimension design profile schema (design system / design style / visual effects). Two modes: --dna-only outputs a structured 150+ field Design DNA JSON; --full additionally generates a…
Skill Claude CodeCodex
A website design-analysis and cloning tool that extracts a structured profile of a site’s visual rules, such as colors, fonts, spacing, shapes, shadows, and effects. It can also use that profile to create a close code-based copy.
Plugin Claude Code
DoneWhen Pipeline v1.0 — turn fuzzy natural-language requirements into machine-verifiable completion contracts, then run a multi-agent acceptance loop against an implementation. Nine skills in a two-layer topology (per HTML v2 architecture). Layer 1: TWO contract producers + SIX independently-invocable review skills .
Skill Claude CodeCodex
Orchestrator. Dispatches the 6 standalone review skills (code-reviewer / qa-reviewer / pm-reviewer / spec-drift-detector / spec-gaming-detector / meta-judge) against an implementation, runs the four-state ratchet (DONE / FIX / SPECDRIFT / GAMINGRISK), and persists every iteration to ratchet-log/iteration-NNN/. Owns…
Skill Claude CodeCodex
Turn a fuzzy natural-language requirement into a machine-verifiable acceptance contract. Drafts EARS-format requirements (five sentence types), runs a strict clarify loop (only three question types allowed: ambiguity / missing edge / undefined term; 2-3 rounds, 3-5 questions per round, max 5 rounds total) to remove…
Skill Claude CodeCodex
Review a code diff for bugs. Standalone skill — independent of any contract or pipeline; works on any PR / branch / ad-hoc snippet. Focus-driven (security / logic / perf / style / all) so you can spawn multiple focused passes in parallel instead of one "review everything" pass. Outputs structured findings (severity…
Skill Claude CodeCodex
Synthesizer. Takes multiple independent review outputs (any subset of code-reviewer / qa-reviewer / pm-reviewer / spec-drift-detector / spec-gaming-detector) plus a pluggable rules source, and emits a single final-verdict.yaml with PASS / BLOCKMERGE / NEEDSHUMAN. The defining constraint: meta-judge does NOT re-review…
Skill Claude CodeCodex
Verify code satisfies requirements. Standalone — works with EARS specs, Jira/ Linear tickets, PRDs, GitHub issues, or even PR descriptions. The skill's first step is requirement normalization: whatever format you pass in, it gets parsed into a flat bulleted list of requirements with stable IDs, then each is judged via…
Skill Claude CodeCodex
Execute a test suite, collect evidence, classify failures, and output a release- readiness verdict. Standalone — independent of any contract; works with any test battery + thresholds config. The defining difference from LLM-as-judge review: this skill REALLY RUNS the tests, never asks an LLM "did this pass?". Every…
Skill Claude CodeCodex
Code archaeologist. Detects factual divergence between a written spec (or doc, docstring, README, comment) and the actual code behavior. Crucially, this skill takes NO epistemological side — it does not assume the spec is right (that is pm-reviewer's stance), nor that the code is right. It only reports "these two…
Skill Claude CodeCodex
Detective. Assumes the code author (human or AI) is gaming the contract. Standalone — works on any spec + artifact pair, not just donewhen.yaml. The defining stance: reversed default assumption ("find evidence of gaming, you fail if you say 'looks clean'"). Detects six RHD (Reward Hack Detection) patterns per…