Nx Plugin For Aws banner
awslabs awslabs

Nx Plugin For Aws

DevOps community

Description

The @aws/nx-plugin is a collection of code generators that automate the creation and configuration of cloud-native applications using AWS, TypeScript, Python and React within the Nx development ecosystem.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Nx Plugin for AWS

Build full-stack AWS apps in minutes

Apache 2.0 License Release badge Commit activity

**@aws/nx-plugin** is a collection of code generators that scaffold full-stack, production-ready AWS applications inside an [Nx](https://nx.dev) monorepo. Every generator produces best-practice application code **and** the infrastructure to deploy it — type-safe, locally runnable, and ready to deploy.

Quick Start

Build with AI

Add the MCP server to your AI assistant and let it build for you.

claude mcp add nx-plugin-for-aws -- npx -y @aws/nx-plugin-mcp
Kiro

Install the [Kiro Power](https://kiro.dev/docs/powers/) for the best experience — no manual MCP configuration needed:

  1. Open the Kiro Powers panel from the sidebar
  2. Click + to add a custom power
  3. Paste: https://github.com/awslabs/nx-plugin-for-aws/tree/main/powers/nx-plugin-for-aws
  4. Click install

Or add the MCP server manually in `.kiro/mcp.json`:

{
  "mcpServers": {
    "nx-plugin-for-aws": {
      "command": "npx",
      "args": ["-y", "@aws/nx-plugin-mcp"]
    }
  }
}
Claude Code