ToroUI

Skills

AI agent skills for working with Toro UI.


Toro UI provides skills — structured prompts that teach AI agents how to perform specific tasks with the component library.

What are Skills?

Skills are pre-written instructions that give AI assistants specialized knowledge about Toro UI workflows. Instead of relying on general knowledge, a skill provides the exact steps, patterns, and conventions needed for a specific task.

Available Skills

Component Installation

Guides an AI assistant through adding Toro UI components to a project using the shadcn CLI, including resolving dependencies and configuring imports.

Page Building

Teaches the AI how to compose Toro UI components and blocks into complete pages, following the library's composition patterns and styling conventions.

Theme Customization

Instructs the AI on modifying the CSS custom property theme — adjusting colors, radius, and dark mode — while maintaining design consistency.

Form Building

Provides patterns for building forms using the Field component system, including layout orientation, validation with Zod, and error display.

How Skills Work

Skills are designed for use with AI coding assistants that support custom instructions or system prompts. They provide:

  • Context — what Toro UI is and how it works
  • Conventions — the patterns and practices to follow
  • Examples — concrete code showing the right approach
  • Constraints — what to avoid and why

Using Skills

Skills can be loaded into your AI assistant through:

  • MCP Server — the Toro UI MCP server exposes skills as resources
  • llms.txt — the machine-readable documentation includes skill information
  • Direct reference — copy skill content into your assistant's custom instructions

Building Custom Skills

You can create your own skills that extend Toro UI's defaults with your project's specific conventions — your preferred component patterns, naming conventions, and architectural decisions.