mattzcarey
- 15 skills
- 0 followers
- 15 hours ago last updated
- ▌
- ▌
- ▌ Work · mattzcareySet up a git worktree for a repo in ~/Documents/Github, branch off origin/main, research context, then plan and implement together with the user.
- ▌
- ▌ Grilling · mattzcarey bundleGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
- ▌
- ▌ Chrome Cdp · mattzcarey bundleInteract with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
- ▌ Review Fix · mattzcareyFetch PR/MR review comments (GitHub or GitLab), plan fixes, get Codex review, then implement, verify, commit and push.
- ▌ Codex Review · mattzcareySend the current plan to OpenCode CLI with gpt-5.6-sol for iterative review. Claude and OpenCode go back-and-forth until the plan is approved.
- ▌ New Cf Worker · mattzcareyCreate a new Cloudflare Workers project with modern tooling. Use when the user wants to start a new Cloudflare Worker, create a Workers project, or scaffold a CF worker.
- ▌ Domain Modeling · mattzcarey bundleBuild and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
- ▌ Coding Standards · mattzcareyCorrect-by-construction TypeScript standards. Use for TypeScript engineering or when another skill needs the user's coding standards.
- ▌ Product Description · mattzcareyWrite a "product description" repo for a software product — prose documents that describe, feature by feature and from the user's point of view, what the user sees, what they can do, and exactly what happens when they do it (including when they stop halfway), drafted from the code and tests, then checked against the running product. Use when asked to "write a product description for X", "document how X behaves for the user", or for a behavior spec rather than API docs.
- ▌ Effect Service Design · mattzcarey bundleDesign Effect services. Use when designing a new Effect service module or auditing an existing codebase for service, Layer, and composition improvements.
- ▌ Cloudflare Composition Root · mattzcarey bundleComposition roots for Hono and Cloudflare. Use when adding a binding-backed service or refactoring raw runtime dependencies out of inner code.