Agent Skills
Install elorm/ui agent skills for Cursor, Claude, and Codex — CLI workflows, composition rules, and elorm info --json project context.
Agent Skills#
Teach your AI coding agent elorm/ui conventions, CLI workflows, and composition rules with installable skills.
Why install the skill#
Without a skill, agents guess at elorm-specific patterns — wrong form layout, missing data-icon, incorrect Base UI vs Radix triggers. The elorm skill injects live project context via elorm info --json and per-component docs via elorm docs <name> --json.
Install once globally:
Browse skills at skills.sh.
Install#
For monorepo contributors:
What the skill covers#
The elorm skill helps agents:
- Read live project context with
elorm info --json - Fetch component metadata with
elorm docs <name> --json - Follow elorm styling rules (
Field/FieldGroup,data-icon, semantic tokens, soft identity) - Choose Base UI vs Radix trigger patterns correctly
- Run the full CLI workflow (init, add, search, diff)
Maintainer skill#
The elorm-maintainer skill covers registry builds, docs generation, Fumadocs constraints, and publish workflows for contributors to the elorm/ui monorepo.
Source#
Skills live in the Akarikev/ui repository under skills/.