From frontend-skills
Builds throwaway logic or UI prototypes to quickly answer design questions. Splits into logic (terminal app) or UI (multiple variants) branches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-skills:prototypeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prototype = throwaway code answering one question.
Prototype = throwaway code answering one question.
If ambiguous and user absent: infer from code. Backend/module -> logic. Page/component -> UI. State assumption.
Capture answer + original question in commit msg, ADR, issue, or local notes. Prototype itself should not rot.
npx claudepluginhub redpanda-data/ui-harness --plugin frontend-skillsBuilds a throwaway prototype to answer a design question—either a terminal app for logic/state exploration or multiple UI variants toggleable from one route.
Builds a throwaway prototype to answer design questions: a terminal app for state/logic exploration or UI variations switchable from one route.
Builds a throwaway prototype to answer a design question: a terminal app for logic/state questions, or UI variants on one route for appearance questions. User-invoked only.