@servicenow/agent-pack-horizon-design-knowledge
v2.0.0
Published
Package containing instructions, assets, and resources that agents can discover and use to implement accessibility and motion accurately and efficiently
Readme
Horizon Design Knowledge (Nexus) Agent Pack
Agent Skills that teach AI coding assistants how to build applications that are motion-compliant, use the correct DaisyUI components, and follow cross-cutting UI patterns.
Contains skills for motion/animation, component generation/selection, and UI patterns — all following the Agent Skills Specification for seamless integration with Claude Code, Cursor, VS Code Copilot, Windsurf, Gemini CLI, and other compatible tools. (Accessibility, internationalization, and localization now live in the aiux agent pack.)
Skills
| Skill | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| motion | Apply and audit the motion design system for CSS transitions and animations |
| components | Component generation and selection — routes to the correct sheet for any DaisyUI primitive (button, card, modal, input, etc.) |
| patterns | Always-on index of cross-cutting UI patterns — status/severity color, truncation + tooltip, form validation, RTL icon flip, etc. |
| compositions | Composition assemblies — routes to the correct spec (card, form, dialog, data table, tab group, notification, action set, contextual actions, overflow) and validates multi-region surfaces |
Agent Skills Specification
Skills in this package follows the Agent Skills Specification — an open standard for packaging instructions, references, and templates that AI coding assistants can discover and use. Skills are defined with a SKILL.md file containing frontmatter metadata and markdown instructions.
Build
From the skills/ workspace root:
pnpm run buildOr from within this package:
pnpm run buildThe build script compiles skills/ into dist/ for publishing.
