frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing on…
building-mcp-server-on-cloudflare
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentic…
building-ai-agent-on-cloudflare
Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, sch…
requesting-code-review
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceed…
testing-anti-patterns
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies…
testing-skills-with-subagents
RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, it…
verification-before-completion
Run verification commands and confirm output before claiming success$npx skills add https://github.c…
code-review-reception
Receive and act on code review feedback with technical rigor, not performative agreement or blind im…
subagent-driven-development
Execute implementation plan by dispatching fresh subagent for each task, with code review between ta…
writing-plans
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context$…
root-cause-tracing
Systematically trace bugs backward through call stack to find original trigger$npx skills add https:…
test-driven-development-(tdd)
Write the test first, watch it fail, write minimal code to pass$npx skills add https://github.com/ob…
systematic-debugging
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never …
brainstorming-ideas-into-designs
Interactive idea refinement using Socratic method to develop fully-formed designs$npx skills add htt…
lean-canvas-builder
Create lean canvas and business model canvas for startup planning$npx skills add https://github.com/…