Loading...
Loading...
Found 114 Skills
Automated UI development loop: dev server + browser + implement + verify + fix. Launches dev server, implements via frontend-design skill, checks for errors (console, TypeScript, network), and iterates up to 5 times. USE WHEN: "implement next feature", "implement [description]", "verify the UI". NOT for one-off design/code tasks — use frontend-design directly for those. 6. Reports completion or escalates with detailed report **Triggers:** - "implement next feature", "implement the hero section" - "verify this implementation", "check the UI" - "fix the errors", "iterate on this" - "start dev server", "manage server"
Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.
Use when implementing any feature or bugfix, before writing implementation code
Debug systematically: observe, hypothesize, test, fix, verify.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Investigate Problem - analyzes a problem in the codebase and proposes actionable solutions