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
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
enhance-skills
Use when reviewing SKILL.md files for structure and trigger quality.
suggest-awesome-github-copilot-skills
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.
aws-skills
AWS development with infrastructure automation and cloud architecture patterns
designing-workflow-skills
Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or any multi-step workflow. Also applies when reviewing or refactoring existing workflow skills for quality.
videodb-skills
Upload, stream, search, edit, transcribe, and generate AI video and audio using the VideoDB SDK.
makepad-skills
Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.
nanobanana-ppt-skills
AI-powered PPT generation with document analysis and styled images
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.
claude-scientific-skills
Scientific research and analysis 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.
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code