Complete development toolkit — UX testing, multi-agent coordination, TDD workflow, GitHub templates, research spikes, and repo scaffolding. Works with Claude Code.
../skills/coordinator/agents/reviewer.md
../skills/coordinator/agents/scribe.md
../skills/coordinator/agents/system-tester.md
../skills/coordinator/agents/ui-tester.md
../skills/coordinator/agents/ux-tester.md
Launch the coordinator — a pure-delegation control plane that plans, delegates, reviews, and learns. Use when asked to 'coordinate', 'plan and delegate', 'run the coordinator', 'use the state machine', 'start a structured session', or 'plan this work'.
Deterministic 7-phase debugging workflow — symptom capture, git archaeology, reproduce with a targeted test, log inspection, hypothesis, fix + green confirmation, regression test + commit. Use when asked to 'debug', 'fix a bug', 'investigate a failure', 'diagnose', 'root cause', or 'why is this broken'.
Instrument a frontend with version fingerprinting (meta tag + /__version endpoint) so LLM-based testing can verify the correct build is deployed before walking. Use when asked to 'add version check', 'deploy verification', 'instrument version', 'add build fingerprint', 'deploy-check', or before running ux-walker on a deploy.
Sweep sub-agent JSONL transcripts for novel learnings and promote the strongest to durable docs. Use when asked to 'mine transcripts', 'sweep for learnings', 'extract learnings from transcripts', 'what did agents learn', 'harvest session insights', or at the end of any multi-agent session.
Post-fix test-coverage analysis. Reviews a just-landed fix, generates targeted unit and regression tests, audits how the bug could have been caught earlier. Use after a fix is merged, when asked to 'add regression tests', 'pay off test debt', 'guard against regression', or 'ensure this doesn't happen again'.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A complete development toolkit for AI-assisted coding — UX testing, multi-agent coordination, TDD workflow, GitHub templates, research spikes, and repo scaffolding.
Works with Claude Code and OpenAI Codex CLI.
| Skill | Description |
|---|---|
| ux-paths | Generate exhaustive user journey stories by analyzing the codebase. Produces short, medium, and long stories with a swarm of parallel sub-agents. |
| ux-walker | Walk the UX story catalog through a real browser, testing each journey for correctness, visual quality, and UX excellence. Auto-fixes small issues, files GitHub issues for larger ones. |
| walk-the-issues | Groom all open GitHub issues, then loop through them — branching, researching, implementing with swarms, testing, and creating PRs until all issues are complete. |
| deploy-check | Instrument a frontend with version fingerprinting (meta tag + /__version endpoint) so LLM-based testing can verify the correct build is deployed before walking. |
| Skill | Description |
|---|---|
| coordinator | Pure-delegation control plane with a 10-phase state machine. Plans, delegates, reviews, and learns. 14 specialized agents with JSON Schema output contracts. |
| issue-groomer | Autonomous backlog groomer. Claims open status-less issues, researches each deeply (codebase + product docs + external APIs), fills the target repo's issue template exhaustively, and applies status:ready (clear path) or status:blocked (exhaustively groomed, path-decision needed). Loops; WATCH mode re-checks every poll_interval. Sequential v1 — one instance per repo. |
| issue-implementer | Autonomous backlog agent. Claims status:ready issues, drives each to a tested PR (red → green → regression commits), then loops until the backlog is clear or a stop condition trips. Sequential v1 — one instance per repo. |
| mine-transcripts | Sweep sub-agent JSONL transcripts for novel learnings and promote the strongest to durable docs. Parallel mining with dedupe baseline. |
| Skill | Description |
|---|---|
| setup-repo | Scaffold a repo with GitHub issue templates, PR template, TDD hooks, process docs, and CI configuration. |
| debug | Deterministic 7-phase debugging workflow — symptom capture through regression test commit. |
| regression-guard | Post-fix test-coverage analysis — generates unit and regression tests, audits how the bug could have been caught earlier. |
| research-spike | Time-boxed research with Context7 integration — produces structured findings in docs/research/. |
| Hook | Event | Description |
|---|---|---|
| tdd-reminder | PreToolUse (Edit/Write) | Warns when modifying src/ without a failing test first |
| session-start | SessionStart | Announces TDD-first requirement |
claude-groom and claude-implement are shell shortcuts that invoke cco
(the Claude Code sandbox wrapper) with the correct Gamut proxy settings and
agent names — no flags to remember, no token in any script.
Both names are symlinks to bin/claude-coord in this repo. The script reads
your Gamut auth token at runtime from one of two secure locations (never
hardcoded), maps its invocation name to the right agent, and execs cco.
mkdir -p ~/.local/bin ~/.config/cco-gamut
chmod 700 ~/.config/cco-gamut
ln -sf /path/to/developer-skill-pack/bin/claude-coord ~/.local/bin/claude-groom
ln -sf /path/to/developer-skill-pack/bin/claude-coord ~/.local/bin/claude-implement
Replace /path/to/developer-skill-pack with the absolute path where you cloned
this repo (e.g. /Users/you/develop/developer-skill-pack).
Make sure ~/.local/bin is on your PATH. Add to ~/.zshrc if needed:
export PATH="$HOME/.local/bin:$PATH"
Option 1 — environment variable (per-session or in your shell profile):
export GAMUT_AUTH_TOKEN='<your-rotated-token>'
Option 2 — token file (persists across sessions):
echo '<your-rotated-token>' > ~/.config/cco-gamut/token
chmod 600 ~/.config/cco-gamut/token
The token is read at runtime. It is never written into any script or committed
to this repo. The test suite (test/launcher.test.sh) will fail if a token
literal ever appears in bin/claude-coord.
npx claudepluginhub dennisonbertram/developer-skill-pack --plugin developer-skill-packA structured orchestration system for Claude Code that plans, delegates, reviews, and learns. Includes coordinator, worker, and reviewer agents.
UX testing toolkit for Claude Code — generate user journey stories, walk them through a real browser, and implement the issues found.
Comprehensive macOS health, security, and performance monitoring — beautiful daily HTML reports, cron automation, and one-command diagnostics.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer