implement
No SKILL.md available for this skill.
View on GitHubMore from flpbalada/fb-skills
react-useeffect-avoid
Guides when NOT to use useEffect and suggests better alternatives. Use when reviewing React code, troubleshooting performance, or considering useEffect for derived state or form resets.
4to-prd
Convert conversation context into concise PRD requirements. Use when raw ideas, requests, or discussions need product requirements.
3cognitive-load
Design experiences that optimize mental resources using Cognitive Load Theory.
3dogfood
Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams.
3orchestrator-workers
Use a central planner to break dynamic tasks into worker jobs and combine results. Use when task shape is unknown upfront and subtasks must be assigned at runtime.
3code-simplifier
Simplify recently changed code without behavior changes. Use after edits when code can be clearer, flatter, or easier to maintain.
2