What problem does it solve? Adding capabilities like cross-session memory, VPC networking, browser automation, code execution, or payments to an existing AWS AgentCore agent project requires knowing the right CLI commands, IAM policies, framework-specific wiring code, and deployment caveats. This Skill routes the developer's intent to the correct workflow and generates validated, production-aware code. ## Core Features & Use Cases - Capability Routing: Maps natural-language requests ("remember user preferences", "call from React app", "run pandas in the agent") to one of ten workflow references covering memory, app integration, VPC, multi-agent/A2A, migration, browser, code interpreter, payments, and teardown. - Framework-Specific Code Generation: Produces wiring code tailored to the detected framework (Strands, LangGraph, OpenAI Agents SDK, Google ADK, Claude Agent SDK), including IAM policies and session lifecycle handling. - Pre-flight Validation: Verifies CLI version (>=0.9.0), locates agentcore.json, and validates resource names against CLI limits before generating commands. - Use Case: A developer says "add memory so my agent remembers user preferences" — the Skill reads the project config, helps choose a memory strategy (SEMANTIC, USER_PREFERENCE, etc.), runs agentcore add memory, and generates Strands or LangGraph wiring code that degrades gracefully in local dev. ## Quick Start Ask the agent to add a capability to your existing AgentCore project, for example: "add cross-session memory to my agent" or "add the browser tool so my agent can scrape websites".