studio-export
Installation
SKILL.md
Export a platform feature as a product constitution and data reference: $ARGUMENTS
$ARGUMENTS should include:
- The feature or slice name (e.g., "course detail page", "article reader", "agent chat", "book listing")
- Optionally: scope constraints ("just the enrollment flow", "only the reading experience")
- Optionally: output path for the generated markdown
- Empty — ask the user which feature to export
Purpose
This skill produces a feature constitution — a complete specification of what a feature is and what data it works with, without prescribing how it should look. The output is designed to be pasted into Google AI Studio Build mode (or any AI prototyping tool) so the tool can make its own design decisions while respecting the data contracts and product requirements.
Include: Data shapes, relationships, API contracts, business rules, user stories, acceptance criteria, example payloads.
Exclude: CSS variables, design tokens, color palettes, component hierarchies, animation specs, Tailwind classes, responsive breakpoints, typography scales.