toptop-design-bundle

Routes design system, prototyping, and review requests to the appropriate TopTop Agent Design Kit skills.

Updated Aug 13, 2026
One-click install
npx skills add https://github.com/Mjlike123/ui-prototype-workbench --skill toptop-design-bundle-mjlike123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toptop-design-bundle
Source: https://github.com/Mjlike123/ui-prototype-workbench/tree/main/.agents/skills/toptop-design-bundle
Command: npx skills add https://github.com/Mjlike123/ui-prototype-workbench --skill toptop-design-bundle-mjlike123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams working with the TopTop Agent Design Kit need a single entry point that explains the Kit's boundaries and directs each request—browsing components, building prototypes, or reviewing designs—to the correct specialized skill without duplicating component rules. ## Core Features & Use Cases - Unified Entry Point: Explains the Kit workflow (Kit defines boundaries, local Agent builds prototypes, Skills verify, runtime audit closes the loop) and the authoritative spec sources in specs/**/*.yaml. - Intent Routing: Directs users to toptop-prototype-studio for hybrid prototypes when the Kit is incomplete, toptop-design-system for strict production pages, and toptop-design-review for visual, spec, and interaction review. - Use Case: A designer asks how to connect their local Cursor Agent to the design system; this Skill explains the Portal, Catalog API, and quick-start commands, then routes the actual page implementation to the appropriate downstream skill. ## Quick Start Ask the agent to explain the TopTop Design Kit capabilities and recommend which skill to use for building or reviewing your page.

Frequently Asked Questions about toptop-design-bundle

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

FAQPage Schema
How do I choose between toptop-prototype-studio and toptop-design-system?

Use toptop-prototype-studio when the Kit is incomplete and you need hybrid prototypes combining stable components, base primitives, and creative modules. Use toptop-design-system when a fairly complete Kit exists and you need strict production page implementation.

What is the TopTop Agent Design Kit workflow?

The Kit defines boundaries via YAML specs, a local Cursor Agent builds runnable prototypes, Skills perform visual and interaction acceptance, and H5 or iOS Lookin runtime audits close the loop. The Portal provides docs, previews, and a Catalog API but hosts no models.

Does the design system Portal run AI models or modify code?

No. The Portal is read-only and can be deployed externally to provide documentation, component previews, and the Catalog API. All inference and code changes run in the user's local Cursor or similar Agent IDE.

Which files are the authoritative source for components and tokens?

The specs/**/*.yaml files are the single source of truth, read in order: PROJECT.md, core-design-principles.yaml, foundations YAML, the relevant component YAML, its MDX content, and interaction specs. Skills must never invent components or tokens.

When should I not use this bundle skill directly?

Do not use it for actual implementation or review work. It only provides package-level explanation and routing; concrete building goes to toptop-design-system or toptop-prototype-studio, and review goes to toptop-design-review.