Skip to content

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.

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.

Terminal window
npx skills add Digital-Udvikling/admin-design-system

You’ll be prompted for which agents to target. To install once for your user account (rather than the current project) and skip the prompts:

Terminal window
npx skills add Digital-Udvikling/admin-design-system -g -a claude-code -y

To list available skills in the repo without installing:

Terminal window
npx skills add Digital-Udvikling/admin-design-system --list

See the skills CLI README for the full set of flags.

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-udvikling

Updates land when you push commits to main; refresh with /plugin marketplace update digital-udvikling.

See the Claude Code plugins docs for managing installed plugins.

The bundle is regenerated from this site on every release.