AI bots & agents
Find assistants, autonomous agents, and reusable agent skills for real work.
netlify-mcp-servers
Build, deploy, and secure Model Context Protocol (MCP) servers on Netlify. Use whenever the task involves creating an M…
Comment Sicko · agents
A deranged comment-hater that savors deletion and condemns workaround code.
poteto-agent · agents
Routing target for `/poteto-mode` and any request for poteto's style. Resume an existing `poteto-agent` for the convers…
Poteto Mode
poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified…
architect
Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use fo…
arena
Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /ar…
verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verif…
blast-radius
Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe becaus…
bro
Restate the last message in plain human language, with no jargon.
create-verification-skill
Generate a project-local verification skill that drives your app the way a user does — any language, framework, or plat…
figure-it-out
Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a hu…
how
Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering question…
interrogate
Use for \"interrogate\", \"adversarial review\", \"multi-model review\", \"challenge this\", \"stress test this code\",…
maintain-verification-skill
Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, on…
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY resp…
principle-boundary-discipline
Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, conf…
principle-build-the-lever
Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or…
principle-encode-lessons-in-structure
Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the…
principle-exhaust-the-design-space
Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competi…
principle-experience-first
Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship f…
principle-fix-root-causes
Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach i…
principle-foundational-thinking
Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what c…
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
principle-laziness-protocol
Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward…