agents-deploy

Automates AWS agent deployment with validation, rollback, and canary options.

Updated May 3, 2026
One-click install
npx skills add https://github.com/marktantongco/remotion-video-pro --skill agents-deploy-marktantongco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-deploy
Source: https://github.com/marktantongco/remotion-video-pro/tree/main/skills/aws-agents-deploy
Command: npx skills add https://github.com/marktantongco/remotion-video-pro --skill agents-deploy-marktantongco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agentcore, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment of AWS agents, offering pre-flight validation, error diagnosis, version management, rollback, and canary deployments.

Core Features & Use Cases

  • Pre-flight Validation: Checks configurations and IAM roles before deployment.
  • Error Diagnosis: Identifies issues such as IAM permission errors, CDK bootstrap failures, and ECR authorization errors.
  • Version Management: Manages agent versions, rollbacks, and pinning to specific versions.
  • Canary Deployments: Sets up canary deployments for testing new versions.
  • Use Case: If you're deploying an AWS agent and encounter errors or need to rollback to a previous version, this Skill can help you through the process.

Quick Start

Run the agents-deploy skill with the 'deploy' command to begin the deployment process.

Frequently Asked Questions about agents-deploy

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

FAQPage Schema
How do I diagnose CDK and IAM errors when my AWS agent deployment fails?

Diagnose AWS agent deployment errors by identifying IAM permission failures, CDK bootstrap errors, and ECR authorization issues using this Skill's automated error diagnosis. It triggers on phrases like 'deploy failed' or 'CDK error' to help you resolve specific deployment blockers.

Can I set up a canary deployment for testing new AWS agent versions?

Yes, you can set up canary deployments for testing new AWS agent versions. This Skill manages the canary deployment process, allowing you to gradually roll out new versions and validate them before full release, reducing the risk of introducing breaking changes.

What's the best way to roll back an AWS agent to a previous version?

The best way to roll back an AWS agent to a previous version is using this Skill's version management features. It supports rollbacks and version pinning, allowing you to revert to a stable release quickly when a deployment goes wrong or gets stuck.

Do I need the agentcore CLI to run pre-flight validation before deploying?

Yes, you need the agentcore CLI installed at version 0.9.0 or higher. This Skill requires agentcore to run pre-flight validation, which checks your configurations and IAM roles before deployment to prevent common failure scenarios.

Why does my AWS agent deployment get stuck and how can I redeploy?

AWS agent deployments get stuck due to configuration or IAM role issues. This Skill triggers on 'deploy stuck' or 'redeploy' to diagnose the failure, validate configurations, and automate the redeployment process to get your agent running.