Generate and maintain Agent Skills for the Ant Design ecosystem.
- Focus on agent decision-making and practical usage patterns.
- Avoid end-user tutorials, getting-started steps, and obvious basics.
- Do not invent APIs or rely on undocumented behaviors.
- Keep
SKILL.mdconcise; move advanced detail toreferences/*.md. - Prefer short, focused examples when needed.
.
└── skills/
├── ant-design/
│ ├── SKILL.md
│ └── references/
- ant-design: antd v6 + React 18-19, component selection, theming/tokens, SSR, a11y, performance, plus Pro 5 layouts/routing/access/CRUD and X (AI/chat UI) patterns.
- Read the existing
SKILL.mdand relevantreferences/*.mdfirst. - Keep the main skill as a decision guide; add new details as references.
- Add or update reference files with kebab-case names.
- Update the
Referenceindex table inSKILL.mdwhen adding references. - Ensure version scope and assumptions are explicit and consistent.
- Create
skills/<name>/SKILL.mdandskills/<name>/references/. - Include a clear scope, process, and output format in
SKILL.md. - Keep references short and task-oriented.