Skip to content

Commit 0698f49

Browse files
chore(docs): update documentation (#17)
* Updating readme with clearer language. * Fix typo * Remove reference to other tools. * fix: mise run fmt Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com> --------- Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com> Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
1 parent e43d1da commit 0698f49

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
> [!IMPORTANT]
44
> Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See [AWS Responsible AI Policy](https://aws.amazon.com/ai/responsible-ai/policy/).
55
6-
Official AWS plugins for Claude Code, Cursor, and AI coding assistants.
6+
Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS. Agent plugins are currently supported by Claude Code.
77

88
## Plugins
99

10-
| Plugin | Description | Status |
11-
| ----------------- | ----------------------------------------------------------------------------------------------------------- | --------- |
12-
| **deploy-on-aws** | Deploy any application to AWS with architecture recommendations, cost estimates, and one-command deployment | Available |
10+
| Plugin | Description | Status |
11+
| ----------------- | ------------------------------------------------------------------------------------------------ | --------- |
12+
| **deploy-on-aws** | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |
1313

14-
## Installation
14+
## Installation (Claude Code)
1515

1616
### Add the marketplace
1717

@@ -27,13 +27,13 @@ Official AWS plugins for Claude Code, Cursor, and AI coding assistants.
2727

2828
## deploy-on-aws
2929

30-
Analyze any codebase and deploy it to optimal AWS services with minimal decisions.
30+
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.
3131

3232
### Workflow
3333

3434
1. **Analyze** - Scan codebase for framework, database, dependencies
3535
2. **Recommend** - Select AWS services with concise rationale
36-
3. **Estimate** - Show monthly cost before proceeding
36+
3. **Estimate** - Show cost estimates before proceeding
3737
4. **Generate** - Write IaC code (CDK/CloudFormation)
3838
5. **Deploy** - Execute with user confirmation
3939

@@ -49,11 +49,11 @@ Analyze any codebase and deploy it to optimal AWS services with minimal decision
4949
| ---------------- | ------------------------------------------------------------ |
5050
| **awsknowledge** | AWS documentation, architecture guidance, and best practices |
5151
| **awspricing** | Real-time AWS service pricing for cost estimates |
52-
| **aws-iac-mcp** | IaC best practices for CDK/CloudFormation/Terraform |
52+
| **aws-iac-mcp** | IaC best practices for CDK/CloudFormation |
5353

5454
## Requirements
5555

56-
- Claude Code >=2.1.29 or Cursor with plugin support
56+
- Claude Code >=2.1.29
5757
- AWS CLI configured with appropriate credentials
5858

5959
## Troubleshooting

0 commit comments

Comments
 (0)