ui-skills

Opinionated, evolving constraints to guide agents when building interfaces

Author

Install

Hot:19

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-ui-skills&locale=en&source=copy

UI Skills — AI Agent Interface Construction Constraint Specification

Skill Overview


UI Skills is a set of interface construction constraint specifications designed specifically for AI agents. It provides prescriptive guidance principles to ensure that the interfaces generated by the agent meet high-quality standards.

Applicable Scenarios


  • When developing front-end interfaces using Claude or other AI agents, you need to ensure the generated code follows UI/UX best practices.

  • When reviewing and optimizing AI-generated interface code, covering multiple dimensions such as accessibility, metadata, and motion/animation performance.

  • When establishing unified interface development standards for a team, ensuring that outputs produced by different team members’ AI tools remain consistent.
  • Core Functions


  • baseline-ui — Provides opinionated UI baseline standards to ensure interface code follows consistent coding style and structural conventions.

  • fixing-accessibility — Automatically detects and fixes accessibility issues such as keyboard navigation, label semantics, and focus management.

  • fixing-motion-performance — Optimizes interface animations and transitions, ensuring motion effects are implemented in a performance-first manner.
  • Frequently Asked Questions

    What is UI Skills? What is it for?


    UI Skills is a skills package that can be installed into the Claude environment. It is used to constrain and guide AI agents’ behavior when building interfaces. It includes multiple sub-skills that provide规范 guidance for UI baselines, accessibility, metadata, and motion performance, ensuring that AI-generated interface code reaches professional quality standards.

    How do I install and use UI Skills?


    Install with the npm command: npx skills add ibelick/ui-skills. After installation, you can use commands like /baseline-ui review src/ to review code, or have Claude automatically apply these constraint conditions when building interfaces.

    What sub-skills does UI Skills include?


    UI Skills includes four primary sub-skills: baseline-ui (UI baseline standards), fixing-accessibility (accessibility issue fixes), fixing-metadata (metadata optimization), and fixing-motion-performance (motion performance optimization). You can install all skills with npx ui-skills add --all, or add only the specific skills you need.