What problem does it solve? Taking an AWS Bedrock AgentCore agent from development to production requires reviewing IAM scoping, inbound authentication, secrets handling, session lifecycle, cold start performance, and service quotas — a checklist that is easy to get wrong and costly to miss. ## Core Features & Use Cases - Security hardening: Scope down IAM execution roles, configure SigV4 or CUSTOM_JWT inbound auth, audit InvokeAgentRuntimeCommand permissions, and eliminate hardcoded secrets or plaintext env-var credentials. - Performance and lifecycle tuning: Optimize cold starts via session reuse and package size budgets, configure idleRuntimeSessionTimeout and maxLifetime per workload, and keep long-running background tasks alive with the async task API. - Quota diagnosis and increase requests: Map throttling and maxVms errors to the right quota, apply mitigations before requesting increases, and submit Service Quotas requests with a ready-made justification template. - Use Case: Before launching a customer-facing support agent, run this skill to produce a project-specific production readiness checklist covering auth config, secret storage, session lifecycle, and quota headroom. ## Quick Start Ask the agent to run a production readiness review of your AgentCore project and generate a hardening checklist.