prototipo

Generates static navigable product views using the project's design system tokens.

15|22|Updated May 5, 2024
One-click install
npx skills add https://github.com/brayandiazc/project-starter-template-es-ai --skill prototipo-brayandiazc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prototipo
Source: https://github.com/brayandiazc/project-starter-template-es-ai/tree/main/.claude/skills/prototipo
Command: npx skills add https://github.com/brayandiazc/project-starter-template-es-ai --skill prototipo-brayandiazc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams need to validate user flows and visual design before writing backend logic, but building throwaway mockups wastes effort. This Skill produces clickable static views (landing, auth, app screens, legal pages, error pages) built directly on the project's design system, so the prototype later gets connected rather than discarded. ## Core Features & Use Cases - Screen inventory from a standard catalog: Covers public pages (landing, pricing, 404/500), legal pages, auth flows, and the critical-path app views, checked against the screen map in docs/architecture/screens.md. - Token-based construction: Builds views with design/tokens.css and native HTML primitives (<dialog>, <details>, popover), including loading/empty/error states, light/dark mode, and es/en text support. - Real navigation and validation: Links work across views so the prototype can be walked end-to-end against the critical journey, with a final review listing design decisions and which view to connect first. - Use Case: During the definition sprint, ask for the prototype and receive a complete clickable set of static views — landing, login, dashboard, and legal pages — styled with the design system and ready for stakeholder review. ## Quick Start Ask the assistant to build the clickable static prototype of the product views using the design system tokens.

Frequently Asked Questions about prototipo

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

FAQPage Schema
How do I create a clickable static prototype before writing backend code?▼

Build static views with real navigation links between them, styled with the project's design tokens. This Skill inventories the screens from the screen map, constructs each view with native HTML primitives, and validates the result against the critical user journey.

What pages should a product prototype include?▼

A standard catalog covers public pages (landing, pricing, 404/500), legal pages (terms, privacy, cookies), auth flows (login, register, password recovery), and the app's critical-path views such as the dashboard and account settings.

Can the prototype support dark mode and multiple languages?▼

Yes. Views are built with semantic design tokens supporting light and dark modes via prefers-color-scheme and data-theme="dark", plus text prepared for Spanish and English without hardcoded strings when the preset includes i18n.

Does a static prototype work for mobile app design?▼

The mockup serves as a content and hierarchy spec, but mobile layouts differ: tabs replace sidebars, and mobile-only screens like onboarding, permissions, and offline states must be added to the screen catalog.

What are the limitations of a static HTML prototype?▼

It contains no business logic and no JavaScript beyond trivial navigation or toggles. Views outside the agreed screen map should not be invented without proposing them first, and legal page content is left as pending placeholders.