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 a design question — either a terminal app for state/logic exploration or multiple UI variations on a single route. Use when sanity-checking a data model, mocking up a UI, or exploring design options.
Builds disposable prototypes to flush out design before committing. Routes between a terminal app for state/business logic questions or multiple radically different UI variations on a single route.