XRenSiu

60 mods across 1 repository, 2 stars between them.

claude-code-forge

01

XRenSiu/claude-code-forge

Plugin Claude Code

A curated collection of plugins for Claude Code, enhancing your AI-powered development workflow.

2 1mo ago A tokens not measured original MIT

push

02

XRenSiu/claude-code-forge

Command Claude Code

Auto commit all changes and push to remote.

2 1mo ago A 8 tokens original MIT

XRenSiu/claude-code-forge

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.

2 1mo ago A tokens not measured original MIT

devils-advocate

06

XRenSiu/claude-code-forge

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.

2 1mo ago A 45 tokens original MIT

XRenSiu/claude-code-forge

Agent

An evidence reviewer for adversarial debugging, which is a debugging process where investigators test and challenge competing explanations.

2 1mo ago A 43 tokens original MIT

XRenSiu/claude-code-forge

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.

2 1mo ago A 43 tokens original MIT

XRenSiu/claude-code-forge

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.

2 1mo ago A 102 tokens original MIT

XRenSiu/claude-code-forge

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.

2 1mo ago A tokens not measured original MIT

rationale-judge

11

XRenSiu/claude-code-forge

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.

2 1mo ago A 107 tokens original MIT

taste-critic

12

XRenSiu/claude-code-forge

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.

2 1mo ago A 169 tokens original MIT

XRenSiu/claude-code-forge

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.

2 1mo ago A 239 tokens original MIT

design-clone

14

XRenSiu/claude-code-forge

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…

2 1mo ago A tokens not measured original MIT

design-clone

15

XRenSiu/claude-code-forge

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.

2 1mo ago A 197 tokens original MIT

done-when-pipeline

16

XRenSiu/claude-code-forge

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 .

2 1mo ago A tokens not measured original MIT

acceptance-fleet

17

XRenSiu/claude-code-forge

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…

2 1mo ago C 335 tokens original MIT

acceptance-spec

18

XRenSiu/claude-code-forge

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…

2 1mo ago A 217 tokens original MIT

code-reviewer

19

XRenSiu/claude-code-forge

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…

2 1mo ago A 270 tokens original MIT

meta-judge

20

XRenSiu/claude-code-forge

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…

2 1mo ago A 356 tokens original MIT

pm-reviewer

21

XRenSiu/claude-code-forge

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…

2 1mo ago A 312 tokens original MIT

qa-reviewer

22

XRenSiu/claude-code-forge

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…

2 1mo ago A 251 tokens original MIT

spec-drift-detector

23

XRenSiu/claude-code-forge

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…

2 1mo ago A 274 tokens original MIT

XRenSiu/claude-code-forge

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…

2 1mo ago A 295 tokens original MIT