vincenthopf/My-Claude-Code

A curated list of commands, files, and workflows for Claude Code that I use personally every day. The Essentials

135Stars on the repository
28Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

approach-evaluator

01

vincenthopf/My-Claude-Code

Agent

Rigorously compares candidate solution approaches during the design phase. Analyzes tradeoffs, failure modes, and real-world outcomes for each approach. Does not pick a winner — presents the analysis so the user can decide informed by their principles.

135 5mo ago A 53 tokens fork archived

assumptions-auditor

02

vincenthopf/My-Claude-Code

Agent

Surfaces invisible assumptions embedded in a problem definition. Every problem framing carries unstated beliefs about what's true, what's possible, and what matters. This agent makes them explicit so they can be examined. Use during problem definition alongside the devil's advocate and context analyst.

135 5mo ago A 59 tokens fork archived

build-verifier

03

vincenthopf/My-Claude-Code

Agent

Verifies implementation work by running code, executing tests, and generating adversarial test cases. Checks against the problem definition and principles, not against the proposal document. Approval is gated on execution results, not code reading.

135 5mo ago A 47 tokens fork archived

context-analyst

04

vincenthopf/My-Claude-Code

Agent

Maps the landscape around a problem definition. Examines what already exists in the codebase, what's been tried before, and how the problem connects to the broader system. Use during problem definition to ground the framing in reality before committing to it.

135 5mo ago A 53 tokens fork archived

definition-critic

05

vincenthopf/My-Claude-Code

Agent

Adversarial reviewer that attacks problem definitions. Use during problem definition to stress-test the framing before committing to it. This agent critiques — it does not propose solutions or alternative framings.

135 5mo ago A 41 tokens fork archived

integration-checker

06

vincenthopf/My-Claude-Code

Agent

Checks whether pieces built by parallel sub-agents actually fit together as a system. Runs after all build-verifiers pass. Looks for interface mismatches, assumption conflicts, and gaps between pieces that no single agent owned.

135 5mo ago A 47 tokens fork archived

vincenthopf/My-Claude-Code

Agent

Reads two independently generated proposals and selects the stronger one as the base, pulling in specific pieces from the other only when they address genuinely separate concerns. Justifies every choice. Use during planning after dual Codex agents have proposed.

135 5mo ago A 51 tokens fork archived

research-validator

08

vincenthopf/My-Claude-Code

Agent

Evaluates research quality and identifies gaps. Sits after deep-research returns results. Determines whether the research actually answers the question, identifies missing angles, and dispatches follow-up research if needed. Uses analytical reasoning to assess rigor, not just coverage.

135 5mo ago A 53 tokens fork archived