Agent Skills

Enable AI assistants to build UIs with blakeUI components

blakeUI Skills give your AI assistant comprehensive knowledge of blakeUI components, patterns, and best practices.

Installation

curl -fsSL https://blakeui.com/install | bash -s blakeui-react

Or using the skills package:

npx skills add myblakebox/BlakeUI

Support Claude Code, Cursor, OpenCode and more.

Usage

Skills are automatically discovered by your AI assistant, or call it directly using /blakeui-react command.

Simply ask your AI assistant to:

  • Build components using blakeUI
  • Create pages with blakeUI components
  • Customize themes and styles
  • Access component documentation

For more complex use cases, use the MCP Server which provides real-time access to component documentation and source code.

What's Included

  • blakeUI installation guide
  • All blakeUI components with props, examples, and usage patterns
  • Theming and styling guidelines
  • Design principles and composition patterns

Structure

skills/blakeui-react/
├── SKILL.md              # Main skill documentation
├── LICENSE.txt           # Apache License 2.0
└── scripts/              # Utility scripts
    ├── list_components.mjs
    ├── get_component_docs.mjs
    ├── get_source.mjs
    ├── get_styles.mjs
    ├── get_theme.mjs
    └── get_docs.mjs

On this page