ant

Generates implementation-ready design system guidelines based on Ant Design tokens and accessibility standards.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/MANR255926/GARAGE --skill ant-manr255926
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ant
Source: https://github.com/MANR255926/GARAGE/tree/main/.agents/skills/ant
Command: npx skills add https://github.com/MANR255926/GARAGE --skill ant-manr255926

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams building data-dense enterprise web applications often lack consistent, actionable design guidance, leading to inconsistent spacing, inaccessible components, and ad-hoc styling decisions. ## Core Features & Use Cases - Token-Based Foundations: Provides concrete color, typography, and spacing tokens (e.g., primary #1677ff, 4/8/12/16/24/32 spacing scale) so rules are anchored to values, not vague adjectives. - Component-Level Rules: Defines anatomy, variants, states (default, hover, focus-visible, active, disabled, loading, error), and responsive behavior for UI components. - Accessibility & QA Gates: Enforces WCAG 2.2 AA requirements with testable acceptance criteria and a code-review-ready QA checklist. - Use Case: When building a new data table component, ask for Ant-style guidance and receive structured rules covering tokens, interaction states, keyboard behavior, anti-patterns, and migration notes for legacy UI. ## Quick Start Ask the AI to generate Ant Design system guidelines for a specific component, such as a form input or data table, including states and accessibility requirements.

Frequently Asked Questions about ant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create design system guidelines for enterprise web apps?▼

Start by defining tokens for color, typography, and spacing, then specify component anatomy, states, and interaction behavior. This Skill produces Ant Design-based guidance with accessibility criteria and a QA checklist for code review.

What design tokens does Ant Design use?▼

Ant Design uses a primary color of #1677ff, a typography scale of 12/14/16/20/24/32 with Plus Jakarta Sans, and a spacing scale of 4/8/12/16/24/32. Semantic tokens for success, warning, and danger states are also defined.

Does this Skill cover accessibility requirements?▼

Yes, it enforces WCAG 2.2 AA compliance, keyboard-first interactions, and visible focus states. Every accessibility rule must be testable in implementation, and conflicts between aesthetics and accessibility are resolved in favor of accessibility.

What component states should design guidelines define?▼

Guidelines should define default, hover, focus-visible, active, disabled, loading, and error states as relevant. They should also describe keyboard, pointer, and touch interactions plus responsive behavior and edge cases like long labels and empty states.

When should I not use a token-based design system approach?▼

Token-based systems are less suitable for one-off marketing pages or highly experimental visuals where consistency across a product suite is not a goal. They add the most value in data-dense applications with many shared components.