Agent skill
The repo ships an Agent Skill bundle at skills/admin-design-system/ — one reference file per component, with paired vanilla HTML and React examples. Once installed, a compatible agent working in a project that uses @aortl/admin-css or @aortl/admin-react pulls it in automatically.
Install with npx skills
Section titled “Install with npx skills”vercel-labs/skills is a small CLI that fetches a skills repo and wires it into whichever agents you have installed. Works with Claude Code, OpenCode, Codex, Cursor, and others.
npx skills add Digital-Udvikling/admin-design-systemYou’ll be prompted for which agents to target. To install once for your user account (rather than the current project) and skip the prompts:
npx skills add Digital-Udvikling/admin-design-system -g -a claude-code -yTo list available skills in the repo without installing:
npx skills add Digital-Udvikling/admin-design-system --listSee the skills CLI README for the full set of flags.
Install as a Claude Code plugin
Section titled “Install as a Claude Code plugin”If you only use Claude Code and prefer its built-in plugin manager, the repo also acts as a single-plugin marketplace. From inside Claude Code:
/plugin marketplace add Digital-Udvikling/admin-design-system/plugin install admin-design-system@digital-udviklingUpdates land when you push commits to main; refresh with /plugin marketplace update digital-udvikling.
See the Claude Code plugins docs for managing installed plugins.
Keeping the skill current
Section titled “Keeping the skill current”The bundle is regenerated from this site on every release.