vael-ui v0.3.10

AI Agent Skill

A companion package that teaches AI coding agents, including Claude Code, GitHub Copilot, Codex, and Cursor, how to actually use vael-ui: every component's real props/slots/events, every composable, and how to wire up animation, theming, and the vdom/vapor split. Generated straight from the library's own types and docs content, not hand-written, so it stays accurate as the library evolves. Versioned and released independently of vael-ui itself.

Claude Code

Add the marketplace once, then install the skill:

/plugin marketplace add Mini-Sylar/vael-ui-skills
 /plugin install vael-ui@vael-ui-skills

Other agents

Any agent supporting the shared Agent Skills spec, including GitHub Copilot, Codex, Cursor, and 70+ others, can install it via skill.sh:

npx skills add Mini-Sylar/vael-ui-skills

What's included

A compact top-level guide plus a full reference, generated from the same real data the docs site itself is built from:

  • Every component's props, slots, events, and exposed refs
  • Every standalone composable's parameters, return values, and usage examples
  • The animation-agnostic contract (motionCss, forceMount, beforeClose) with real GSAP and motion-v examples
  • Cascade layer ordering and the full CSS variable reference for theming

Source

The skill's source, and instructions for updating it independently of vael-ui's own release cycle, live at Mini-Sylar/vael-ui-skills.