ui-skills
Opinionated, evolving constraints to guide agents when building interfaces
Best use case
ui-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Opinionated, evolving constraints to guide agents when building interfaces
Teams using ui-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ui-skills/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ui-skills Compares
| Feature / Agent | ui-skills | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Opinionated, evolving constraints to guide agents when building interfaces
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Ui Skills ## Overview Opinionated, evolving constraints to guide agents when building interfaces ## When to Use This Skill Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. ## Instructions This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. For more information, see the [source repository](https://github.com/ibelick/ui-skills).
Related Skills
threejs-skills
Create 3D scenes, interactive experiences, and visual effects using Three.js. Use when user requests 3D graphics, WebGL experiences, 3D visualizations, animations, or interactive 3D elements.
videodb-skills
Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.
nanobanana-ppt-skills
AI-powered PPT generation with document analysis and styled images
writing-skills
Use when creating, updating, or improving agent skills.
makepad-skills
Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.
aws-skills
AWS development with infrastructure automation and cloud architecture patterns
claude-scientific-skills
Scientific research and analysis skills
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
firecrawl
Official Firecrawl CLI skill for web scraping, search, crawling, and browser automation. Returns clean LLM-optimized markdown. USE FOR: - Web search and research - Scraping pages, docs, and articles - Site mapping and bulk content extraction - Browser automation for interactive pages Must be pre-installed and authenticated. See rules/install.md for setup, rules/security.md for output handling.
super-search
Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.
super-save
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.
zustand-store-ts
Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reacti...