agents-get-started
Installation
SKILL.md
get-started
Walk a developer from zero to a running agent on AWS.
When to use
- Developer wants to build an agent on AWS and doesn't know where to start
- Developer wants to create a new AgentCore project
- Developer is choosing between frameworks (Strands, LangGraph, GoogleADK, OpenAI Agents)
- Developer just ran
agentcore createand wants to know what to do next
Do NOT use for:
- Environment/prerequisite issues (CLI not found, credentials broken) → use
agents-debug - Adding capabilities to an existing project (memory, tools, policies) → use
agents-buildoragents-connect - Migrating an existing Bedrock Agent → use
agents-build(loadsreferences/migrate.md)