agents-deploy

Deploy and diagnose AWS AgentCore deployments with pre-flight validation and rollback.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill agents-deploy-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-deploy
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-agents/skills/agents-deploy
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill agents-deploy-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when deploying your AgentCore agent to AWS, or when a deploy has failed. Handles pre-flight validation, CDK/IAM/quota error diagnosis, version management, rollback, and canary deployments. Triggers on: "deploy my agent", "agentcore deploy", "deploy failed", "CDK error", "rollback", "canary deploy", "pin version", "redeploy", "deploy stuck". Not for production hardening — use agents-harden. Not for adding capabilities before deploy — use agents-build or agents-connect.

Core Features & Use Cases

  • Pre-flight validation to catch config issues before deployment
  • Diagnose deployment failures (CDK, IAM, quotas) and suggest fixes
  • Manage versions, rollbacks, and canary/pin deployments for safe rollouts
  • Triggered by deployment commands and failure signals to streamline recovery

Quick Start

Instruct your AI to run an agentcore deploy command to start the deployment and perform pre-flight checks.

Frequently Asked Questions about agents-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my AWS AgentCore deployment before releasing?

To validate an AWS AgentCore deployment, run pre-flight checks to catch configuration issues. This process verifies IAM permissions and CDK quota limits to ensure your agent is ready for a successful release.

Why does my AgentCore deploy keep failing with CDK or IAM errors?

AgentCore deploy failures from CDK or IAM errors are diagnosed by analyzing deployment logs. The system identifies specific permission gaps or quota exceeded issues and suggests targeted fixes to resolve the deployment block.

How can I safely rollback a failed AWS AgentCore agent version?

To safely rollback a failed AWS AgentCore agent version, use version management commands during deployment troubleshooting. This reverts your agent to the previous stable configuration and stops the failed release.

Can I use canary deployments to test my AWS AgentCore agent?

Yes, you can use canary deployments to test AWS AgentCore agents. Canary deployment triggers gradually shift traffic to the new version, allowing you to monitor stability and automatically rollback if issues arise.

What is the best way to pin a specific version during an AgentCore deploy?

The best way to pin a specific version during an AgentCore deploy is through version management controls. This locks your deployment to a designated agent release, preventing unwanted upgrades and maintaining environment consistency.

When should I not use this deployment Skill for my AWS agent?

You should not use this deployment Skill for production hardening or adding new capabilities. Use agents-harden for security hardening, and agents-build or agents-connect to add features before you deploy your AWS agent.