phobologic

39 mods across 1 repository, 5 stars between them.

load-shared-rule

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

34

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

35

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

36

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

38

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

39

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