ui-patterns

Generate structured training data for Plaited UI patterns and testing workflows.

10|1|Updated Nov 26, 2022
One-click install
npx skills add https://github.com/plaited/plaited --skill ui-patterns-plaited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-patterns
Source: https://github.com/plaited/plaited/tree/main/.claude/skills/ui-patterns
Command: npx skills add https://github.com/plaited/plaited --skill ui-patterns-plaited

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Structured UI pattern data helps AI agents learn consistent UI architectures, templates, and styling practices within Plaited, reducing drift and accelerating reliable code generation.

Core Features & Use Cases

  • Patterns for templates (FunctionalTemplate), islands (bElement), and styling (createStyles, createTokens) to speed UI creation.
  • Cross-island coordination patterns and story-based testing to validate interactions and flows.
  • Real-world scenarios include token-driven theming, form controls, and accessible component patterns.

Quick Start

Inspect the UI pattern assets and references to begin training your agent with real examples.

Frequently Asked Questions about ui-patterns

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

FAQPage Schema
How do I train AI agents to follow consistent UI architecture patterns?

Structured UI pattern data trains AI agents to follow consistent UI architectures, templates, and styling practices. This reduces drift and accelerates reliable code generation by providing real-world component scenarios and cross-island coordination examples.

What is the best way to structure cross-island communication in UI components?

The best way to structure cross-island communication is by applying behavioral programming patterns and bElement coordination. This validates interactions and flows across independent UI islands within a scalable component architecture.

How do I apply token-driven theming when creating UI styles?

Apply token-driven theming using createStyles and createTokens patterns to define consistent design values. This enables scalable styling across templates and islands while maintaining accessible component patterns throughout the UI.

Can I use story-based testing to validate UI interactions and flows?

Yes, story-based testing validates UI interactions and flows by defining scenarios for templates and islands. This testing workflow ensures component references and behavioral programming coordination work reliably across common design scenarios.

Does this UI pattern data cover FunctionalTemplate and accessible component scenarios?

Yes, the UI pattern data covers FunctionalTemplate scenarios and accessible component patterns. It includes real-world scenarios for form controls, token-driven theming, and cross-island coordination to ensure comprehensive and reliable agent training.