Agent Skills

Install Duo Design System skills for AI coding agents — components, tokens, styles, icons, and conformance rules.

What are Agent Skills?

Agent Skills provide structured knowledge to AI coding agents. Duo publishes skills for accessible frontend work and for building with the design system.

Skills follow the Agent Skills Discovery RFC and work with Cursor, Claude Code, Codex, GitHub Copilot, Windsurf, and other agents that support the npx skills CLI.

Installation

Terminal window
npx skills add https://design.talentech.io

The CLI lists available skills — select only what your team needs.

Install profiles

Not using Duo yet? Select accessible-frontend only.

Building with Duo? Select build-with-duo and audit-duo-conformance. Add accessible-frontend for broader WCAG coverage.

Contributing to the design-system monorepo? Select create-component and document-component.

Published skills

SkillAudience
accessible-frontendAny frontend developer — WCAG 2.2 AA, semantic HTML, keyboard, ARIA (standalone)
build-with-duoProcedure and non-negotiables before writing UI with Duo
audit-duo-conformanceReview code for token, component, and a11y alignment
create-componentScaffold a new shared component in the monorepo
document-componentDocument a component (Storybook + Astro)

Human-readable accessibility reference: Accessibility guidelines.

Duo-specific skills stay thin — they point at llms.txt and /raw/** for the full catalog.

Alternative: llms.txt

If your tool does not support agent skills:

  • llms.txt — structured index with links to raw markdown
  • /raw/site/, /raw/packages/, /raw/ai/ — full page content

See LLMs.txt setup.