prototype-interaction

Solid

Define and document prototype interactions, transitions, and hotspots

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Prototype Interaction Skill ## Purpose Define prototype interactions, map click/tap actions, configure transitions, and generate interaction specifications for design handoff. ## Capabilities - Map click/tap interactions to destinations - Define transition animations and timing - Set up interactive hotspots - Generate interaction specification documents - Export to Figma prototype format - Create interaction matrices ## Target Processes - hifi-prototyping.js - wireframing.js (interactivePrototypeTask) ## Integration Points - Figma Prototype API - InVision API - ProtoPie specifications ## Input Schema ```json { "type": "object", "properties": { "screens": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "imagePath": { "type": "string" } } } }, "interactions": { "type": "array", "items": { "type": "object", "properties": { "sourceScreen": { "type": "string" }, "hotspot": { "type": "object", "properties": { "x": { "type": "number" }, "y": { "type": "number" }, "width": { "type": "number" }, "height": { "type": "number" } } }, "trigger": { "type": "string", "enum": ["tap", "click", "hover", "drag", "swipe"] }, ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills