{
  "name": "x-agent-skills",
  "metadata": {
    "description": "Ant Design X intelligent agent skills collection",
    "descriptionZh": "Ant Design X 智能技能库，提供完整的 AI 对话应用开发技能",
    "version": "2.5.0",
    "author": "Ant Design X Team",
    "homepage": "https://github.com/ant-design/x",
    "repository": {
      "type": "git",
      "url": "https://github.com/ant-design/x.git"
    },
    "keywords": [
      "ant-design-x",
      "x-chat",
      "x-request",
      "x-markdown",
      "markdown",
      "chat-provider",
      "ai",
      "react",
      "typescript"
    ]
  },
  "plugins": [
    {
      "name": "x-sdk-skills",
      "description": "Ant Design X SDK core skill package, including complete features such as useXChat, XRequest, and custom Provider",
      "descriptionZh": "Ant Design X SDK 核心技能包，包含 useXChat、XRequest 和自定义 Provider 等完整功能",
      "source": "./",
      "strict": false,
      "skills": ["./skills/use-x-chat", "./skills/x-chat-provider", "./skills/x-request"]
    },
    {
      "name": "x-markdown",
      "description": "Ant Design X Markdown rendering skill package, providing rich text rendering and chat enhancement features",
      "descriptionZh": "Ant Design X Markdown 渲染技能包，提供富文本渲染和对话增强功能",
      "source": "./",
      "strict": false,
      "skills": ["./skills/x-markdown"]
    }
  ]
}
