💡 Summary
A set of skills for AI agents to review and improve UI code for baseline quality, accessibility, metadata, and motion performance.
🎯 Target Audience
🤖 AI Roast: “It's a UI polish kit that's great at pointing out your flaws but might leave you wondering how to actually fix them.”
The skill likely executes code on the user's filesystem to analyze UI components. This poses a risk if the skill or its dependencies are compromised, allowing arbitrary code execution. Mitigation: Run in a sandboxed environment and audit the specific skill's code before use.
UI Skills

A set of skills to polish interfaces built by agents.
Installation
npx skills add ibelick/ui-skills
Add a specific skill
npx ui-skills add baseline-ui npx ui-skills add fixing-accessibility npx ui-skills add fixing-metadata npx ui-skills add fixing-motion-performance npx ui-skills add --all
Usage
/baseline-ui review src/
Available skills
| Skill | Purpose | |------|---------| | baseline-ui | opinionated UI baseline | | fixing-accessibility | keyboard, labels, focus, semantics | | fixing-metadata | correct titles, meta, social cards | | fixing-motion-performance | safe, performance-first UI motion |
License
Licensed under the MIT license.
Pros
- Targets critical UI quality areas (a11y, metadata, motion)
- Modular design allows adding specific skills
- Simple CLI integration for agents
Cons
- README lacks detailed examples of skill output
- No clear explanation of the 'opinionated baseline'
- Dependency on external skill definitions not shown
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author ibelick.
