deploy-on-aws

Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.

Content Preview
{
  "name": "deploy-on-aws",
  "description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.",
  "category": "deployment",
  "source": {
    "source": "git-subdir",
    "url": "https://github.com/awslabs/agent-plugins.git",
    "path": "plugins/deploy-on-aws",
    "ref": "main"
  },
  "homepage": "https://github.com/awslabs/agent-plugins"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/deploy-on-aws.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills