<< All versions
Skill v1.0.0
currentTrusted Publisher100/100openai/role-based-plugins/share
──Details
PublishedJune 2, 2026 at 07:45 PM
Content Hashsha256:f310cd085351490c...
Git SHA
──Files
Files (1 file, 1.7 KB)
SKILL.md1.7 KBactive
SKILL.md · 43 lines · 1.7 KB
version: "1.0.0" name: share description: "Share a runnable prototype using the user's preferred deployment tool."
Share
Deploy the user's runnable prototype so they can share it with others.
Critical Overrides
- Refer to the Plugin router $index before proceeding.
- Follow $critical-overrides.
User Context
Before starting, load $user-context and run its preflight script when local shell access is available.
Use saved product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, component refs, browser preferences, and share targets as grounding material when relevant.
Do not inspect every saved reference. Inspect only what the current task needs.
Workflow
- Confirm the prototype directory and the user's preferred deployment target.
- If the user invokes Product Design with @Sites, @Vercel, or another deployment tool, treat that as the selected hosting target.
- If the user did not choose a target, ask one question:
Where should I deploy this: @Sites, @Vercel, or another target?
- Use the selected deployment tool when it is available.
- If the selected tool is not available, say that clearly and ask whether to use another target.
- Run the deployment when possible. Do not give setup instructions if you can complete the deployment directly.
- Return the shareable URL.
- State any misses or manual follow-up the user still needs to do.
Rules
- Do not deploy before the user chooses or confirms the target.
- Do not claim the prototype is shared until you have a working URL.
- If the selected tool is not available, say that clearly and ask whether to use another target.