From c5a264ceaed018277174517c352d016dc93d1bb1 Mon Sep 17 00:00:00 2001 From: krokoko Date: Tue, 17 Feb 2026 10:05:11 -0600 Subject: [PATCH] chore(doc): update documentation for cursor installation --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0157dc7..0e21e66 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,31 @@ Agent Plugins for AWS equip AI coding agents with the skills to help you archite | ----------------- | ------------------------------------------------------------------------------------------------ | --------- | | **deploy-on-aws** | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available | -## Installation (Claude Code) +## Installation -### Add the marketplace +### Claude Code + +#### Add the marketplace ```bash /plugin marketplace add awslabs/agent-plugins ``` -### Install a plugin +#### Install a plugin ```bash /plugin install deploy-on-aws@agent-plugins-for-aws ``` +### Cursor + +Use the official [Cursor marketplace](https://cursor.com/marketplace) to install the plugins from this repository. For additional information, please refer to the [documentation](https://cursor.com/docs/plugins). + +- Open Cursor Settings +- Navigate to `Plugins`, and in the search bar type `aws` +- Select the plugin you want to install, and Click `add to cursor`, then select the scope +- Now the plugin should appear under `Plugins -> installed` + ## deploy-on-aws Equips agents with the skills to accelerate AWS deployment - recommending AWS architectures and services, estimating costs, generating Infrastructure as Code (CDK or CloudFormation), and guiding you through deployment. @@ -53,7 +64,7 @@ Equips agents with the skills to accelerate AWS deployment - recommending AWS ar ## Requirements -- Claude Code >=2.1.29 +- Claude Code >=2.1.29 or Cursor released >= Feb 17 2026 - AWS CLI configured with appropriate credentials ## Troubleshooting