dennisonbertram

40 mods across 17 repositories, 269 stars between them.

lgrep AGENTS.md

01

dennisonbertram/lgrep

Instructions file CodexOpenCode

Instructions for dennisonbertram/lgrep, covering project configuration, worktree bootstrap, lgrep - local semantic code search, hard rule and when to use.

88 2mo ago A 1,561 tokens original MIT

lgrep CLAUDE.md

02

dennisonbertram/lgrep

Instructions file

Instructions for dennisonbertram/lgrep, covering project configuration, worktree bootstrap, lgrep - semantic code search, core workflow and storage-aware guidance.

88 2mo ago A 589 tokens original MIT

claude-coordinator

03

dennisonbertram/claude-coordinator

Plugin Claude Code

A structured orchestration system for Claude Code that plans, delegates, reviews, and learns. Includes coordinator, worker, and reviewer agents.

21 1mo ago A tokens not measured original MIT

briefer

04

dennisonbertram/claude-coordinator

Agent

Context reader and situational analyst. Reads files and returns structured briefings for the coordinator. Fast, thorough, and interpretive.

21 1mo ago A 29 tokens original MIT

coordinator

05

dennisonbertram/claude-coordinator

Agent

Pure-delegation coordinator. Agent-only control plane — delegates ALL I/O to specialized subagents (briefer, planner, worker variants, reviewer, scribe, testers, validators, learning-extractor).

21 1mo ago A 44 tokens original MIT

intent-validator

06

dennisonbertram/claude-coordinator

Agent

Validates that completed work actually satisfies the user's original intent — not just the task instructions, but what the user truly wanted. Runs foreground so it can ask the user directly.

21 1mo ago A 38 tokens original MIT

learning-extractor

07

dennisonbertram/claude-coordinator

Agent

Analyzes session work — task outputs, reviewer findings, intent-validator output, AND sub-agent JSONL transcripts — to surface learnings. Captures both successful patterns and process struggles (retries, dead ends, scope drift, confusion) so future sessions improve.

21 1mo ago A 56 tokens original MIT

planner

08

dennisonbertram/claude-coordinator

Agent

Architecture and task planning agent. Analyzes requirements and codebase to produce task breakdowns with dependencies, file boundaries, and contracts.

21 1mo ago A 29 tokens original MIT

reviewer

09

dennisonbertram/claude-coordinator

Agent

Read-only code reviewer that identifies bugs, regressions, missing tests, and security/concurrency hazards.

21 1mo ago A 23 tokens original MIT

scribe

10

dennisonbertram/claude-coordinator

Agent

Lightweight state writer for .coord/ and docs/ files. Cheap, fast, precise. Handles all file writes the coordinator needs.

21 1mo ago A 29 tokens original MIT

system-tester

11

dennisonbertram/claude-coordinator

Agent

Integration and system-level tester. Runs full test suites, checks regression coverage, validates component integration, and identifies untested code paths.

21 1mo ago A 30 tokens original MIT

ui-tester

12

dennisonbertram/claude-coordinator

Agent

Visual quality tester. Inspects the running UI for layout issues, broken elements, overlapping components, responsiveness, and modern design standards. Uses browser automation.

21 1mo ago A 34 tokens original MIT

ux-tester

13

dennisonbertram/claude-coordinator

Agent

Usability and experience tester. Evaluates whether the app works in a way that makes sense to a human — navigation logic, information architecture, progressive disclosure, and overall intuitiveness.

21 1mo ago A 40 tokens original MIT

dennisonbertram/claude-coordinator

Agent

Read-only research worker. Performs root-cause analysis, codebase exploration, dependency mapping, and feasibility checks. Returns structured findings. Makes no code changes and produces no commits.

21 1mo ago A 39 tokens original MIT

worker-refactor

15

dennisonbertram/claude-coordinator

Agent

Behavior-preserving refactor worker. No new tests required, but the existing relevant test suite MUST pass before and after the refactor. Single commit per task with before/after test evidence.

21 1mo ago A 42 tokens original MIT

worker-test

16

dennisonbertram/claude-coordinator

Agent

Adds tests to existing untested code. Not TDD (code already exists), but tests must be meaningful — they would fail under mutation. Two-commit audit trail per task (tests + verification).

21 1mo ago A 43 tokens original MIT

worker

17

dennisonbertram/claude-coordinator

Agent

Strict TDD implementation worker for feature and bugfix tasks. Produces an auditable commit trail (red → green → regression) so the test-first practice is provable from git history.

21 1mo ago A 44 tokens original MIT

ux-toolkit

18

dennisonbertram/ux-toolkit

Plugin Claude Code

UX testing toolkit for Claude Code — generate user journey stories, walk them through a real browser, and implement the issues found.

13 5mo ago A tokens not measured

ux-paths

19

dennisonbertram/ux-toolkit

Skill Claude CodeCodex

Generate exhaustive user journey stories by analyzing the codebase. Creates realistic UX paths (short feature exercises and long end-to-end flows) using a swarm of parallel sub-agents. Use when asked to 'create stories', 'walk the app', 'map user journeys', 'generate ux paths', 'create user flows', 'map the app'…

13 5mo ago A 96 tokens

ux-walker

20

dennisonbertram/ux-toolkit

Skill Claude CodeCodex

Walk 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.

13 5mo ago A 40 tokens

walk-the-issues

21

dennisonbertram/ux-toolkit

Skill Claude CodeCodex

This skill should be used when the user asks to "walk the issues", "work through github issues", "groom and implement issues", "tackle the issue backlog", "start the issue loop", "go through tickets", "work all open issues", "clear the backlog", "process all tickets", or "close out open issues". Orchestrates an…

13 5mo ago A 0 tokens

dennisonbertram/mcp-hats

MCP server Claude CodeCodexCursor +2

MCP server "hats-protocol-server" as configured in dennisonbertram/mcp-hats. Runs locally from the @mcp/hats-protocol-server npm package.

8 1y ago A tokens not measured

website-to-cli

23

dennisonbertram/website-to-cli

Skill Claude CodeCodex

Turn any website into a fast, beautiful command-line client. Use when the user wants a CLI that replicates a site's features by capturing its network traffic (HAR), recovering the private/undocumented API behind it, and generating a typed terminal client that calls those endpoints directly instead of driving a browser…

5 1mo ago A 111 tokens original MIT