phobologic/claude_code_helpers

This isn't claude_code, its source, or anything like that - just helper code that I use with claude code that I want to share.

5Stars on the repository
39Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

design-sprint

01

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

02

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

03

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

04

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

05

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

load-shared-rule

06

phobologic/claude_code_helpers

Skill Claude CodeCodex

Wire a shared opt-in rule from /.claude/optionalrules/ into the current project's .claude/rules/ as a symlink. Use when the user says "load the shared rule", "set up shared rule X for this project", "opt in to the skeletons rule", or similar. Takes one argument — the rule name (e.g. skeletons).

5 1mo ago A 86 tokens original MIT

multi-review

07

phobologic/claude_code_helpers

Skill Claude CodeCodex

Perform a comprehensive code review using multiple specialized sub-agents in parallel. Covers logical correctness, performance, readability, and security. Creates tk tickets if tk is available, otherwise writes a report to .code-review/final-report.md.

5 1mo ago A 49 tokens original MIT

playwright-explore

08

phobologic/claude_code_helpers

Skill Claude CodeCodex

Spawn a team of Playwright-driven agents to explore a running web app as simulated users. Supports ad-hoc exploration (routes discovered from source code) and catalog mode (predefined scenarios loaded by name). Uses wave-based execution with agent recycling to prevent context exhaustion. Findings become tk tickets.…

5 1mo ago A 88 tokens original MIT

review

09

phobologic/claude_code_helpers

Skill Claude CodeCodex

Quick code review using an adversarial sub-agent. Surfaces Critical and High issues first. Creates tk tickets for Critical/High/Medium findings if tk is available.

5 1mo ago A 35 tokens original MIT

run-epic-dag

10

phobologic/claude_code_helpers

Skill Claude CodeCodex

Execute a tk epic using a DAG-driven agent team with continuous dispatching. Spawns a pool of up to 4 implementers, up to 2 quality reviewers, and 1 AC verifier at startup (sized to the open ticket count, so a single-ticket epic gets 1 + 1 + 1); dispatches tickets as they unblock without wave boundaries. Use when the…

5 1mo ago A 101 tokens original MIT

run-epic

11

phobologic/claude_code_helpers

Skill Claude CodeCodex

Execute a tk epic using an agent team. Creates implementer, AC verifier, and quality reviewer teammates, dispatches unblocked tickets for parallel implementation, and manages the validation loop. Use when the user says "run epic", "execute epic", "start working on the epic", or similar.

5 1mo ago A 64 tokens original MIT

setup-go-project

12

phobologic/claude_code_helpers

Skill Claude CodeCodex

Scaffold a new Go project with a Makefile, golangci-lint, GitHub Actions CI, and two-layer git hooks (pre-commit + pre-push). Use when the user says "set up a new Go project", "scaffold a Go project", "create a new Go CLI", or similar.

5 1mo ago A 70 tokens original MIT

setup-js-project

13

phobologic/claude_code_helpers

Skill Claude CodeCodex

Scaffold a new SvelteKit project with Biome, Prettier, Vitest, and GitHub Actions CI. Use when the user says "set up a new JS project", "scaffold a SvelteKit project", "create a new frontend app", or similar.

5 1mo ago A 61 tokens original MIT

phobologic/claude_code_helpers

Skill Claude CodeCodex

Scaffold a new Python project with uv, ruff, pytest, and GitHub Actions CI. Use when the user says "set up a new Python project", "scaffold a project", "create a new Python app", or similar.

5 1mo ago A 53 tokens original MIT

spec

15

phobologic/claude_code_helpers

Skill Claude CodeCodex

Turns a rough idea into a structured implementation plan with tk epics and tickets. Asks clarifying questions, produces a phased plan, runs adversarial review via spec-critic, then creates properly-parented and properly-ordered tk epics and task tickets after user approval.

5 1mo ago A 57 tokens original MIT

team-status

16

phobologic/claude_code_helpers

Skill Claude CodeCodex

Report a consistent status snapshot for an in-flight /run-epic, /fix-tickets, or DAG variant — the epic/batch progress, every ticket and its state, every agent and what it's doing, and any interesting events from the run so far. Use when the user asks "what's the status", "how's the run going", "what are the agents…

5 1mo ago A 90 tokens original MIT

ticket-triage

17

phobologic/claude_code_helpers

Skill Claude CodeCodex

Triage, filter, and sort tk tickets for review. Use when the user asks to review open tickets, sort by priority/type/confidence, triage a backlog, go through P2 bugs, or any similar ticket review workflow. Always use tk triage instead of inline Python/jq for filtering and sorting.

5 1mo ago A 68 tokens original MIT

use-sqlalchemy

19

phobologic/claude_code_helpers

Skill Claude CodeCodex

Set up SQLAlchemy async + Alembic rules for this project by creating a symlink into .claude/rules/.

5 1mo ago A 30 tokens original MIT

wrap-epic

20

phobologic/claude_code_helpers

Skill Claude CodeCodex

Ship a completed /run-epic or /fix-tickets batch — merge the integration branch to main, prune worktrees, close the epic with a ship note, and report remaining work. Use only when the user types /wrap-epic.

5 1mo ago A 56 tokens original MIT