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.
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.
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.
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.
phobologic/claude_code_helpers
Agent
Reviews code for logical errors, best practices, and architecture issues.
phobologic/claude_code_helpers
Agent
Reviews code for performance issues, efficiency, and resource usage.
phobologic/claude_code_helpers
Agent
Reviews code for structural problems — duplication, dead code, broken abstractions, and consistency violations.
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…
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.
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.
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.
phobologic/claude_code_helpers
Agent
Aggregates and organizes code review findings from multiple reviewers.
phobologic/claude_code_helpers
Agent
Reviews code for security vulnerabilities, risks, and defensive coding practices.
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.
phobologic/claude_code_helpers
Plugin Claude Code
Plugin marketplace listing 3 plugins: claude-go, claude-python, claude-js.
phobologic/claude_code_helpers
Plugin Claude Code
Go language support: goimports auto-formatting on file edits, Go coding conventions.
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.
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.
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.
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).
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…
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.
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…
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…
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.