mrmyothet

63 mods across 1 repository, 11 stars between them.

playwright

01

mrmyothet/zach-hair-studio

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

11 17d ago A tokens not measured copy · 100% MIT

context7

02

mrmyothet/zach-hair-studio

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

11 17d ago A tokens not measured copy · 86% MIT

sqlite

03

mrmyothet/zach-hair-studio

MCP server Claude CodeCodexCursor +2

Lets the agent query and modify a local SQLite database. Runs locally from the mcp-server-sqlite Python package.

11 17d ago A tokens not measured original MIT

github

04

mrmyothet/zach-hair-studio

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

11 17d ago A tokens not measured copy · 88% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Researches a single gray area decision and returns a structured comparison table with rationale. Spawned by discuss-phase advisor mode.

11 17d ago A 32 tokens copy · 94% MIT

gsd-ai-researcher

06

mrmyothet/zach-hair-studio

Agent Claude Code

Researches a chosen AI framework's official docs to produce implementation-ready guidance — best practices, syntax, core patterns, and pitfalls distilled for the specific use case. Writes the Framework Quick Reference and Implementation Guidance sections of AI-SPEC.md. Spawned by /gsd-ai-integration-phase orchestrator.

11 17d ago A 67 tokens copy · 94% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Deeply analyzes codebase for a phase and returns structured assumptions with evidence. Spawned by discuss-phase assumptions mode.

11 17d ago A 31 tokens copy · 100% MIT

gsd-code-fixer

08

mrmyothet/zach-hair-studio

Agent Claude Code

Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /gsd-code-review --fix.

11 17d ago A 43 tokens copy · 97% MIT

gsd-code-reviewer

09

mrmyothet/zach-hair-studio

Agent Claude Code

Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /gsd-code-review.

11 17d ago A 40 tokens copy · 98% MIT

gsd-codebase-mapper

10

mrmyothet/zach-hair-studio

Agent Claude Code

Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.

11 17d ago C 46 tokens copy · 98% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Manages multi-cycle /gsd-debug checkpoint and continuation loop in isolated context. Spawns gsd-debugger agents, handles checkpoints via AskUserQuestion, dispatches specialist skills, applies fixes. Returns compact summary to main context. Spawned by /gsd-debug command.

11 17d ago A 61 tokens copy · 98% MIT

gsd-debugger

12

mrmyothet/zach-hair-studio

Agent Claude Code

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd-debug orchestrator.

11 17d ago A 29 tokens copy · 89% MIT

gsd-doc-classifier

13

mrmyothet/zach-hair-studio

Agent Claude Code

Classifies a single planning document as ADR, PRD, SPEC, DOC, or UNKNOWN. Extracts title, scope summary, and cross-references. Spawned in parallel by /gsd-ingest-docs. Writes a JSON classification file and returns a one-line confirmation.

11 17d ago A 62 tokens copy · 91% MIT

gsd-doc-synthesizer

14

mrmyothet/zach-hair-studio

Agent Claude Code

Synthesizes classified planning docs into a single consolidated context. Applies precedence rules, detects cross-ref cycles, enforces LOCKED-vs-LOCKED hard-blocks, and writes INGEST-CONFLICTS.md with three buckets (auto-resolved, competing-variants, unresolved-blockers). Spawned by /gsd-ingest-docs.

11 17d ago A 77 tokens copy · 95% MIT

gsd-doc-verifier

15

mrmyothet/zach-hair-studio

Agent Claude Code

Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc.

11 17d ago B 25 tokens copy · 97% MIT

gsd-doc-writer

16

mrmyothet/zach-hair-studio

Agent Claude Code

Writes and updates project documentation. Spawned with a docassignment block specifying doc type, mode (create/update/supplement), and project context.

11 17d ago A 35 tokens copy · 98% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Researches the business domain and real-world application context of the AI system being built. Surfaces domain expert evaluation criteria, industry-specific failure modes, regulatory context, and what "good" looks like for practitioners in this field — before the eval-planner turns it into measurable rubrics. Spawned…

11 17d ago A 77 tokens copy · 94% MIT

gsd-eval-auditor

18

mrmyothet/zach-hair-studio

Agent Claude Code

Retroactive audit of an implemented AI phase's evaluation coverage. Checks implementation against the AI-SPEC.md evaluation plan. Scores each eval dimension as COVERED/PARTIAL/MISSING. Produces a scored EVAL-REVIEW.md with findings, gaps, and remediation guidance. Spawned by /gsd-eval-review orchestrator.

11 17d ago A 75 tokens copy · 89% MIT

gsd-eval-planner

19

mrmyothet/zach-hair-studio

Agent Claude Code

Designs a structured evaluation strategy for an AI phase. Identifies critical failure modes, selects eval dimensions with rubrics, recommends tooling, and specifies the reference dataset. Writes the Evaluation Strategy, Guardrails, and Production Monitoring sections of AI-SPEC.md. Spawned by /gsd-ai-integration-phase…

11 17d ago A 71 tokens copy · 95% MIT

gsd-executor

20

mrmyothet/zach-hair-studio

Agent Claude Code

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

11 17d ago A 36 tokens copy · 86% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Presents an interactive decision matrix to surface the right AI/LLM framework for the user's specific use case. Produces a scored recommendation with rationale. Spawned by /gsd-ai-integration-phase and /gsd-select-framework orchestrators.

11 17d ago A 54 tokens copy · 84% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Verifies cross-phase integration and E2E flows. Checks that phases connect properly and user workflows complete end-to-end.

11 17d ago A 31 tokens copy · 92% MIT

mrmyothet/zach-hair-studio

Agent Claude Code

Ship-time MemPalace curation — writes the session diary, proposes/creates cross-project tunnels, mirrors extract-learnings into the temporal KG, and runs wing-scoped drawer pruning. Spawned at ship:post by the mempalace capability.

11 17d ago A 59 tokens copy · 88% MIT