Develop @ant-design/agentic-ui components for AI chat interfaces. Use when creating thought chain visualization, tool call displays, markdown editors, bubble components, workspace panels, or any agentic UI development. Triggers on keywords like bubble, thought chain, tool use, markdown editor, workspace, chat layout, agentic.
@ant-design/agentic-ui 整体开发流程、规范与组件清单。具体组件实现见各 component-xxx Skill。
.cursor/skills/component-xxx/SKILL.md 与 AGENTS.md 一致。| 用途 | 命令 |
| -------- | ---- |
| 文档站点 | pnpm start(http://localhost:8000) |
| 构建 | pnpm run build |
| 单元测试 | 日常 pnpm test(精简);全量 pnpm run test:full(--mode full);覆盖率 pnpm run test:coverage / 全量 pnpm run test:coverage:full(同全量 exclude + --coverage) |
| E2E | pnpm run test:e2e,调试 pnpm run test:e2e:debug |
| 检查 | pnpm run lint、pnpm tsc |
| 格式化 | pnpm run prettier |
src/,单组件目录含 ComponentName.tsx、style.ts、types.ts、index.tsx,子组件/hooks/utils 按需。src/index.ts 按功能分区导出;新增组件需在此处与对应组件 index 中声明。docs/,Dumi 配置 .dumirc.ts。tests/(Vitest)、e2e/(Playwright)。scripts/(如 checkDemoFiles.js、bumpVersion.js、generateDemoReport.js)。src/index.ts 增加导出;如有新组件 Skill,在 .cursor/skills/README.md 中补充一览。开发或排查时优先查 AGENTS.md 与对应 component-xxx Skill,再改源码与入口。
npx skills add antdigital-ai/agentic-ui-development下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer