跳转到内容

使用 AI 构建

安装 Claude PluginKiro PowerMCP Server 以使 AI 助手能够有效地使用该插件。通过使用这些工具,您可以通过 AI 加速开发工作流程,同时受益于以一致的方式搭建项目,在设置主要组件时花费更少的时间,并受益于插件内置的安全性、可观测性、类型安全和本地开发功能。

Nx AWS 插件作为 Kiro Power 发布,它将 MCP 服务器与引导文档和工作流指南打包在一起。

  1. 在 Kiro 中打开 Powers 面板,点击 Add power from GitHub

  2. 输入以下 URL:

    https://github.com/awslabs/nx-plugin-for-aws/tree/release/0.x/powers/nx-plugin-for-aws
  3. 点击 Install

Kiro 会自动配置 MCP 服务器——无需额外设置。

让您的 AI 助手使用 nx-plugin-for-aws 进行构建!它通常会创建工作区,使用适用的生成器搭建框架,然后填充业务逻辑。

尝试这样的提示:

“Build a multi-agent application using the Nx Plugin for AWS. I want a React frontend that talks to a backend orchestrator agent which delegates to specialised research and writing agents.”

或者从一个更小的起点开始:

“Use the Nx Plugin for AWS to scaffold a React website backed by a tRPC API, with Cognito auth and CDK infrastructure.”

查看 ts#mcp-server 生成器指南 了解如何构建自定义 MCP 服务器的详细信息。