protowiki-create-prototype

Create prototype folders with index.vue under src/prototypes/ for automatic gallery publishing.

7|6|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/wikimedia/ProtoWiki --skill protowiki-create-prototype
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: protowiki-create-prototype
Source: https://github.com/wikimedia/ProtoWiki/tree/main/.agents/skills/protowiki-create-prototype
Command: npx skills add https://github.com/wikimedia/ProtoWiki --skill protowiki-create-prototype

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ProtoWiki users often need to add new prototype experiences quickly without heavy configuration. This skill provides a zero-config approach by creating a folder under src/prototypes/ and letting the gallery auto-pick it up.

Core Features & Use Cases

  • One folder per prototype under src/prototypes/ with an index.vue as entry point.
  • No manifest or router changes required; prototypes appear in the home gallery automatically.
  • Works for quick demos, experiments, or feature explorations in a prototyping workflow.

Quick Start

Create a new folder under src/prototypes with an index.vue to publish your prototype automatically.

Frequently Asked Questions about protowiki-create-prototype

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

FAQPage Schema
How do I add a new prototype to a gallery without updating the router manually?

To add a new prototype without manual router updates, use file-based routing by creating a dedicated folder under src/prototypes/ with an index.vue entry point. The gallery automatically surfaces the prototype without requiring manifest changes.

What is file-based routing for prototype creation?

File-based routing for prototype creation is a zero-config approach where placing an index.vue file inside a new folder under src/prototypes/ automatically publishes the entry to the gallery, bypassing traditional router configuration.

Do I need to configure a manifest to publish prototypes in ProtoWiki?

No, you do not need to configure a manifest to publish prototypes in ProtoWiki. Creating a single folder under src/prototypes/ with an index.vue file is sufficient for the prototype to appear in the home gallery automatically.

What's the best way to quickly prototype new interfaces and features?

The best way to quickly prototype new interfaces is using a file-based routing workflow. By creating an index.vue in a src/prototypes/ subdirectory, you can rapidly experiment and publish feature demos without manual configuration.

What files are required to set up a new prototype entry point?

To set up a new prototype entry point, you need a root SKILL.md defining the skill and a dedicated folder under src/prototypes/ containing an index.vue file serving as the entry point.