Domains
Forms
- SKILL.md25.0%
- other75.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
Use Cases
A developer designing an order state machine is unsure about state transition logic. Invoking `/prototype`, the skill classifies it as a "logic/state model" question and creates a minimal interactive terminal app locally that lets the user step through "order → pay → ship → complete" with real-time state printing. Edge cases (e.g., "cancel after shipped") are discovered through trial and error, and validated decisions are folded into the real code.
A designer unsure which checkout page layout works best invokes `/prototype`. The skill classifies it as a UI question and generates several radically different UI variations (single-column, two-column, step wizard) under one route with URL-search-param and floating-bar switching. The designer compares variants directly in the browser, picks a direction, and the validated decision flows into real code while the prototype is committed to a throwaway branch.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File