Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS.",
"version": "1.0.0"
},
"name": "awslabs-agent-plugins",
"name": "agent-plugins-for-aws",
"owner": {
"email": "aws-agent-plugins@amazon.com",
"name": "Amazon Web Services"
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ See `mise.toml` for the full task list and tool versions.
/plugin marketplace add awslabs/agent-plugins

# Install plugin
/plugin install deploy-on-aws@awslabs-agent-plugins
/plugin install deploy-on-aws@agent-plugins-for-aws

# Test locally
claude --plugin-dir ./plugins/deploy-on-aws
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Agent Plugins for AWS equip AI coding agents with the skills to help you archite
### Install a plugin

```bash
/plugin install deploy-on-aws@awslabs-agent-plugins
/plugin install deploy-on-aws@agent-plugins-for-aws
```

## deploy-on-aws
Expand Down
6 changes: 3 additions & 3 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ claude

```bash
# Remove and re-add the marketplace
/plugin marketplace remove awslabs-agent-plugins
/plugin marketplace remove agent-plugins-for-aws
/plugin marketplace add awslabs/agent-plugins
```

Expand All @@ -95,9 +95,9 @@ claude
3. Reinstall the marketplace and plugin:

```bash
/plugin marketplace remove awslabs-agent-plugins
/plugin marketplace remove agent-plugins-for-aws
/plugin marketplace add awslabs/agent-plugins
/plugin install deploy-on-aws@awslabs-agent-plugins
/plugin install deploy-on-aws@agent-plugins-for-aws
```

4. Try the reset procedure
Expand Down