phobologic

39 mods across 1 repository, 5 stars between them.

phobologic/claude_code_helpers

Instructions file

Instructions for phobologic/claude_code_helpers, covering claude.md, repository purpose, repository structure, installation and step 1 — add the marketplace once per machine.

5 1mo ago A 2,056 tokens original MIT

ac-verifier

02

phobologic/claude_code_helpers

Agent

Verifies that an implementation satisfies its ticket's acceptance criteria. Reads the ticket, reads the diff, and returns PASS or FAIL with specifics. Does not evaluate code quality, style, or anything beyond whether the AC are met.

5 1mo ago A 49 tokens original MIT

code-critic

03

phobologic/claude_code_helpers

Agent

Adversarial code reviewer. Assumes the code has problems and finds evidence. Covers logic, security, performance, and reliability in a single pass with a discriminator mindset.

5 1mo ago A 38 tokens original MIT

design-designer

07

phobologic/claude_code_helpers

Agent

Creative UI/UX designer on a design sprint team. Produces design proposals across three rounds of increasing concreteness — mood/direction in Round 1, system in Round 2, spec-ready values in Round 3. Three instances of this agent run in parallel; the team lead supplies each with its designer number and the app context…

5 1mo ago A 75 tokens original MIT

design-evaluator

08

phobologic/claude_code_helpers

Agent

Persistent evaluator on a design sprint team. Scores three designer proposals across three rounds against weighted criteria, issues shared briefs between rounds, and writes the final design specification synthesis after Round 3.

5 1mo ago A 41 tokens original MIT

implementer

09

phobologic/claude_code_helpers

Agent

Implements a single tk ticket. Reads the ticket, gathers context, writes code, writes tests, ensures tests pass, and commits. Does not self-review or verify its own acceptance criteria.

5 1mo ago A 41 tokens original MIT

quality-reviewer

10

phobologic/claude_code_helpers

Agent

Adversarial code reviewer on an agent team. Reviews changes that have already passed AC verification. Focuses on correctness, security, reliability, and performance. Creates tk tickets for findings.

5 1mo ago A 41 tokens original MIT

spec-critic

13

phobologic/claude_code_helpers

Agent

Adversarial reviewer for implementation plans and specs. Evaluates whether a plan will actually work when handed to independent implementer agents. Focuses on testability of ACs, gaps between tickets, dependency correctness, and self-containment.

5 1mo ago A 51 tokens original MIT

claude-go

15

phobologic/claude_code_helpers

Plugin Claude Code

Go language support: goimports auto-formatting on file edits, Go coding conventions.

5 1mo ago A tokens not measured original MIT

PostToolUse

16

phobologic/claude_code_helpers

Hook

Runs after a tool call finishes for Write and Edit tool calls, executing go-fix.sh via bash. From phobologic/claude_code_helpers.

5 1mo ago A tokens not measured original MIT

claude-js

17

phobologic/claude_code_helpers

Plugin Claude Code

JavaScript/TypeScript language support: Biome auto-formatting, lint-fix, and complexity checking for JS/TS, Prettier for Svelte, coding conventions.

5 1mo ago A tokens not measured original MIT

claude-python

18

phobologic/claude_code_helpers

Plugin Claude Code

Python language support: ruff auto-formatting and lint-fix on file edits, radon complexity checking, Python coding conventions.

5 1mo ago A tokens not measured original MIT

claude-worktree

19

phobologic/claude_code_helpers

Plugin Claude Code

Git worktree management: symlink shared state (e.g. .tickets/) across worktrees via .worktreelinks, copy per-worktree files via .worktreeinclude. Includes PreToolUse guard that pre-creates worktrees for team agents (workaround for anthropics/claude-code#33045).

5 1mo ago A tokens not measured original MIT

design-sprint

20

phobologic/claude_code_helpers

Skill Claude CodeCodex

Run a multi-agent GAN-style design sprint to produce a frontend design specification. Three designer agents (sonnet) propose independently across three rounds of increasing concreteness; a persistent evaluator (opus) scores each round and issues a shared brief; the team lead writes the final spec. Use when the user…

5 1mo ago A 84 tokens original MIT

epic-tree

21

phobologic/claude_code_helpers

Skill Claude CodeCodex

Show a tree of epics with open/closed ticket counts. Use when the user asks to see an epic tree, visualize epic hierarchy, or show ticket counts by epic.

5 1mo ago A 39 tokens original MIT

fix-tickets-dag

22

phobologic/claude_code_helpers

Skill Claude CodeCodex

Implement a set of tk tickets in parallel using a DAG-driven agent team with continuous dispatching. Spawns a pool of up to 4 implementers and up to 2 quality reviewers at startup (sized to the input ticket count, so a single-ticket run gets 1 + 1); dispatches tickets as they unblock without wave boundaries. Quality…

5 1mo ago A 130 tokens original MIT

fix-tickets

23

phobologic/claude_code_helpers

Skill Claude CodeCodex

Implement a set of tk tickets in parallel using an agent team. Analyzes tickets for file-level conflicts, groups into minimum-wave batches, and runs each wave with parallel implementers validated by a quality reviewer. Designed for multi-review fix batches where tickets don't have formal acceptance criteria. Use when…

5 1mo ago A 84 tokens original MIT

implement-ticket

24

phobologic/claude_code_helpers

Skill Claude CodeCodex

Implement one or more tk tickets. Use when the user says "implement ticket X", "work on ticket", "do ticket.

5 1mo ago A 28 tokens original MIT