← all publishers

gr8monk3ys

@gr8monk3ys source repo

20 published skills

  1. Tdd · gr8monk3ys bundle
    Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
    0
    installs
  2. To Spec · gr8monk3ys
    Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
    0
    installs
  3. Grilling · gr8monk3ys
    Grill 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.
    0
    installs
  4. Implement · gr8monk3ys
    Implement a piece of work based on a spec or set of tickets.
    0
    installs
  5. Code Review · gr8monk3ys
    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
    0
    installs
  6. Wizard · gr8monk3ys bundle
    Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.
    0
    installs
  7. Research · gr8monk3ys
    Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
    0
    installs
  8. Diagnosing Bugs · gr8monk3ys bundle
    Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
    0
    installs
  9. Handoff · gr8monk3ys
    Compact the current conversation into a handoff document for another agent to pick up.
    0
    installs
  10. Prototype · gr8monk3ys bundle
    Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
    0
    installs
  11. Wait What · gr8monk3ys
    Stop. That last message did not land — re-pitch it.
    0
    installs
  12. Ask Lorenzo · gr8monk3ys
    Ask which command or skill in this plugin fits your situation. A router over everything user-reachable — scaffolding, quality gates, delivery, and the ported workflow skills.
    0
    installs
  13. API Development · gr8monk3ys
    WHEN to auto-invoke: Creating API routes, building endpoints, adding route.ts files, implementing REST/GraphQL APIs, adding authentication to APIs, rate limiting, API validation with Zod, handling HTTP methods (GET/POST/PUT/DELETE). WHEN NOT to invoke: Pure frontend work, styling, React components without API calls, documentation-only tasks, database migrations without API changes.
    0
    installs
  14. Domain Modeling · gr8monk3ys bundle
    Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
    0
    installs
  15. To Questionnaire · gr8monk3ys
    Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
    0
    installs
  16. Database Operations · gr8monk3ys
    WHEN to auto-invoke: Database schema design, creating migrations, writing SQL queries, query optimization, Supabase operations, Prisma/Drizzle schema changes, PostgreSQL tasks, RLS policies, indexes. WHEN NOT to invoke: Pure frontend work, API logic without database, styling, React components, deployment tasks.
    0
    installs
  17. Writing For Agents · gr8monk3ys bundle
    Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
    0
    installs
  18. Frontend Development · gr8monk3ys
    WHEN to auto-invoke: Creating UI components, building React/Vue/Svelte components, Next.js pages, styling with Tailwind/CSS, state management setup, form handling, accessibility improvements, client-side interactivity. WHEN NOT to invoke: API-only work, database operations, backend logic, DevOps/deployment, pure testing without UI.
    0
    installs
  19. Background Automation · gr8monk3ys
    WHEN to auto-invoke: Setting up recurring or self-paced tasks, watching CI or deploys, babysitting pull requests, configuring monitors, running long jobs in the background, scheduling check-ins, polling for a condition, or wiring Claude Code on the web/cloud sessions and PR activity subscriptions. WHEN NOT to invoke: One-off synchronous edits, writing application feature code, pure UI/styling work, or anything that finishes in a single turn with no waiting.
    0
    installs
  20. Resolving Merge Conflicts · gr8monk3ys
    Use when you need to resolve an in-progress git merge/rebase conflict.
    0
    installs