Prototype
Skill AktivBuild a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
To rapidly validate design choices through throwaway prototypes, saving time and effort before committing to full implementation.
Funktionen
- Generate logic prototypes via terminal app
- Generate UI prototypes with switchable variations
- Guide design validation before implementation
- Integrate with project's existing tooling and runtime
Anwendungsfälle
- When wanting to prototype a new feature or design.
- When needing to sanity-check a data model or state machine.
- When exploring different UI variations for a component or page.
- When a user asks to 'prototype this' or 'try a few designs'.
Nicht-Ziele
- Producing production-ready code directly.
- Including tests or extensive error handling in the prototype.
- Persisting state by default.
- Leaving prototypes in the repository after the design question is answered.
Practical Utility
- warning:Production readinessThe skill describes a process for creating prototypes, but the output is inherently throwaway and not intended for production, and does not cover the complete lifecycle beyond the prototype's lifespan.
- info:Usage examplesWhile the skill provides detailed instructions on how to structure prototypes, it lacks concrete, ready-to-use end-to-end examples demonstrating invocation and observable outcomes for its core capabilities.
Installation
/plugin install skills@mattpocock-skillsQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Design Workflow
100Anti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system.
Macos Design
100Design and build native-feeling macOS application UIs. Use this skill whenever the user asks to create a desktop app, macOS app, Mac-style interface, Apple-style UI, system utility, or anything that should look and feel like a native Mac application. Also trigger when users mention "native feel", "desktop app design", "Apple design patterns", "sidebar layout", "traffic lights", or want to build tools/utilities that feel like they belong on macOS. This skill covers layout, composition, interaction patterns, animations, light/dark mode, and all the subtle details that make an app feel like Apple built it.
Component Audit
100Component consistency audit covering state coverage, hierarchy, patterns
Color Audit
100Color-only audit to extract, evaluate, and recommend improvements for the project's color system
Baseline Ui
100Validiert Animationsdauern, erzwingt die Typografieskala, prüft die Barrierefreiheit von Komponenten und verhindert Anti-Patterns im Layout von Tailwind CSS-Projekten. Verwenden Sie dies beim Erstellen von UI-Komponenten, beim Überprüfen von CSS-Dienstprogrammen, beim Stylen von React-Ansichten oder beim Erzwingen von Designkonsistenz.
Microinteractions
99Design the small details -- triggers, rules, feedback, loops and modes -- that separate good products from great ones. Use when the user mentions "microinteraction", "button feedback", "loading state", "toggle design", "animation detail", "interaction polish", "state transitions", or "input feedback". Also trigger when designing form validation responses, progress indicators, confirmation dialogs, or any UI element where the user expects immediate feedback. Covers trigger design, state rules, feedback mechanisms, and progressive loops. For overall UI polish, see refactoring-ui. For affordance design, see design-everyday-things.