Agent Skills
Enable AI assistants to build mobile UIs with blakeUI Native components
blakeUI Native Skills give your AI assistant comprehensive knowledge of blakeUI Native components, patterns, and best practices for React Native development.
Installation
curl -fsSL https://blakeui.com/install | bash -s @blakeui/nativeOr using the skills package:
npx skills add myblakebox/BlakeUISupport Claude Code, Cursor, OpenCode and more.
Usage
Skills are automatically discovered by your AI assistant, or call it directly using /@blakeui/native command.
Simply ask your AI assistant to:
- Build mobile components using blakeUI Native
- Create screens with blakeUI Native 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 Native installation guide
- All blakeUI Native components with props, examples, and usage patterns
- Theming and styling guidelines with Uniwind
- Design principles and composition patterns
Structure
skills/@blakeui/native/
├── SKILL.md # Main skill documentation
├── LICENSE.txt # Apache License 2.0
└── scripts/ # Utility scripts
├── list_components.mjs
├── get_component_docs.mjs
├── get_theme.mjs
└── get_docs.mjsRelated Documentation
- Agent Skills Specification - Learn about the Agent Skills format
- Claude Agent Skills - Claude's Skills documentation
- Cursor Skills - Using Skills in Cursor
- OpenCode Skills - Using Skills in OpenCode