product-design-share

Deploys runnable prototypes to user-selected hosting targets and returns shareable URLs.

634|124|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AIDotNet/OpenCowork --skill product-design-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-design-share
Source: https://github.com/AIDotNet/OpenCowork/tree/main/resources/extensions/product-design/skills/product-design-share
Command: npx skills add https://github.com/AIDotNet/OpenCowork --skill product-design-share

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

After building a prototype, designers and product teams need a live URL to share with stakeholders, but deployment setup is often manual and error-prone. This Skill deploys a finished prototype to the user's preferred hosting target and returns a working share link.

Core Features & Use Cases

  • Target Confirmation: Confirms the prototype directory and asks the user to choose a deployment target such as @Sites or @Vercel before deploying.
  • Direct Deployment: Runs the deployment through the selected tool when available instead of handing the user setup instructions.
  • Graceful Fallback: Clearly reports when a selected tool is unavailable and asks whether to use another target.
  • Use Case: After finishing a product prototype, a designer asks to share it with the team; the Skill deploys the build to Vercel and returns the live URL along with any manual follow-ups.

Quick Start

Deploy my current prototype to Vercel and give me the shareable link.

Frequently Asked Questions about product-design-share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share a prototype with my team after building it?

Confirm the prototype directory and choose a deployment target such as @Sites or Vercel. The Skill runs the deployment through the selected tool and returns a working shareable URL, along with any manual follow-up steps still needed.

How to deploy a prototype to Vercel from a design workflow?

Invoke the share workflow with Vercel as the target, either by naming @Vercel directly or selecting it when asked. The Skill runs the deployment directly when the tool is available and returns the live URL.

What happens if my preferred deployment tool is not available?

The Skill states clearly that the selected tool is unavailable and asks whether to use another target. It never claims the prototype is shared until a working URL exists.

Does the share workflow deploy without asking for confirmation?

No. The Skill never deploys before the user chooses or confirms a target. If no target was specified, it asks one question offering @Sites, @Vercel, or another target before proceeding.

What are the limitations of automated prototype sharing?

Deployment depends on the selected hosting tool being available in the environment. If it is missing, the Skill cannot complete the deployment and will ask you to pick an alternative target instead of providing manual setup instructions.