tmchow

53 mods across 4 repositories, 476 stars between them.

branch-setup-worker

25

tmchow/tmc-marketplace

Agent

Create git worktrees or branches for workspace isolation. Spawned by the iterative:implementing skill during setup phase.

22 5mo ago A 28 tokens original MIT

coherence-reviewer

26

tmchow/tmc-marketplace

Agent

Always-on plan-review persona. Reviews planning documents for internal consistency — contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 50 tokens original MIT

tmchow/tmc-marketplace

Agent

Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 51 tokens original MIT

tmchow/tmc-marketplace

Agent

Conditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts. Reviews code for data integrity and migration safety. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 53 tokens original MIT

tmchow/tmc-marketplace

Agent

Conditional plan-review persona, selected when a tech plan proposes architecture decisions, external system integrations, performance requirements, or migration strategies. Reviews whether the approach will actually work. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 53 tokens original MIT

html-prototyper

30

tmchow/tmc-marketplace

Agent

Internal implementation detail of the design-exploration skill. Do not invoke directly — requires a structured variation spec that only the design-exploration orchestrator provides. Writes one self-contained HTML file per variation with embedded metadata.

22 5mo ago A 49 tokens original MIT

tmchow/tmc-marketplace

Agent

Always-on code-review persona. Reviews code for premature abstraction, unnecessary indirection, dead code, coupling between unrelated modules, and naming that obscures intent. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 51 tokens original MIT

tmchow/tmc-marketplace

Agent

Conditional code-review persona, selected when the diff touches database queries, loop-heavy data transforms, caching layers, or I/O-intensive paths. Reviews code for runtime performance and scalability issues. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 54 tokens original MIT

pr-creator-worker

33

tmchow/tmc-marketplace

Agent

Create a pull request following repo conventions. Spawned by the implementation-wrapup skill to generate PR title, description, and create via GitHub CLI.

22 5mo ago A 35 tokens original MIT

prd-reviewer

34

tmchow/tmc-marketplace

Agent

Document-type plan-review persona, selected when the document is a PRD or brainstorm. Reviews as a senior product leader evaluating product document quality. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 46 tokens original MIT

tmchow/tmc-marketplace

Agent

Conditional code-review persona, selected when the diff touches error handling, retries, circuit breakers, timeouts, health checks, background jobs, or async handlers. Reviews code for production reliability and failure modes. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 60 tokens original MIT

tmchow/tmc-marketplace

Agent

Conditional plan-review persona, selected when a PRD has multiple priority levels with potential conflicts, unclear scope boundaries, or goals that don't align with requirements. Reviews scope decisions for internal alignment. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 57 tokens original MIT

security-reviewer

37

tmchow/tmc-marketplace

Agent

Conditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks. Reviews code for exploitable vulnerabilities. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 49 tokens original MIT

skeptic-reviewer

38

tmchow/tmc-marketplace

Agent

Conditional plan-review persona, selected when the plan proposes abstractions, multi-layer architecture, plugin systems, generic frameworks, or infrastructure ahead of need. Reviews for unjustified structural complexity. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 55 tokens original MIT

task-worker

39

tmchow/tmc-marketplace

Agent

Execute a single subtask from a technical plan. Reads plan context, loads referenced patterns, implements with TDD, and commits. Spawned by the iterative:implementing skill.

22 5mo ago A 39 tokens original MIT

tech-plan-reviewer

40

tmchow/tmc-marketplace

Agent

Document-type plan-review persona, selected when the document is a tech plan or implementation brief. Reviews as an implementer evaluating whether they can code from this plan. Spawned by the plan-review skill as part of a reviewer ensemble.

22 5mo ago A 51 tokens original MIT

testing-reviewer

41

tmchow/tmc-marketplace

Agent

Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case coverage. Spawned by the code-review skill as part of a reviewer ensemble.

22 5mo ago A 47 tokens original MIT

agent-browser

42

tmchow/tmc-marketplace

Skill Claude CodeCodex

Browser automation using Vercel's agent-browser CLI. This skill should be used when the user says "browse a website", "fill a form", "take a screenshot", or "test a web page". Uses ref-based element selection.

22 5mo ago A 51 tokens original MIT

tmchow/tmc-marketplace

Skill Claude CodeCodex

Scope-first brainstorming with intelligent routing — assesses complexity upfront (Quick/Standard/Full), then adapts depth accordingly. Handles simple bug fixes in 2 exchanges and complex features with full PRD ceremony. Triggers: "brainstorm", "create a PRD", "write requirements", "explore approaches", "think through…

22 5mo ago A 83 tokens original MIT

code-review

44

tmchow/tmc-marketplace

Skill Claude CodeCodex

This skill should be used when the user says "review my code", "check these changes", or wants feedback on code before creating a PR. Also used after completing a task during iterative implementation.

22 5mo ago A 42 tokens original MIT

tmchow/tmc-marketplace

Skill Claude CodeCodex

Explore radically different design approaches for any page, component, or feature. Use when the user wants to compare multiple distinct visual directions side by side — not build one specific thing, but see several fundamentally different takes on the same UI. Signals: "explore designs for", "show me different ways to…

22 5mo ago A 193 tokens original MIT

design-prototyping

46

tmchow/tmc-marketplace

Skill Claude CodeCodex

The craft of building design exploration prototypes. Covers file structure, control wiring, styling conventions, and output validation. Preloaded into the html-prototyper agent. Not intended for direct invocation.

22 5mo ago A 44 tokens original MIT

tmchow/tmc-marketplace

Skill Claude CodeCodex

Address code review feedback by evaluating validity and fixing issues — supports local agent feedback and GitHub PR threads. Triggers: "fix the review feedback", "address PR comments".

22 5mo ago A 40 tokens original MIT

git-worktree

48

tmchow/tmc-marketplace

Skill Claude CodeCodex

Internal skill for workspace isolation. Detects current git state and offers worktree/branch options. Called by iterative:implementing, not user-invocable.

22 5mo ago A 36 tokens original MIT