agents-get-started

Scaffold and deploy a new AgentCore project across supported agent frameworks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Start a new AgentCore project from scratch.

Core Features & Use Cases

  • Guided framework selection among Strands, LangGraph, GoogleADK, and OpenAI Agents for new projects.
  • Auto scaffolding, initial deployment, and a first-invocation workflow to get a running agent.
  • Indicates when to use this skill (new projects) vs others like agents-build/connect for adding capabilities.

Quick Start

Run agentcore create with your chosen options to scaffold a new AgentCore project and deploy a running agent.

Frequently Asked Questions about agents-get-started

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

FAQPage Schema
How do I scaffold a new AWS AgentCore project from scratch?

Scaffolding a new AWS AgentCore project involves running the create command with your chosen options, which generates a ready-to-run starter with a minimal example entrypoint and initial deployment configuration.

Which agent frameworks can I choose when getting started with AgentCore?

AgentCore supports guided framework selection among Strands, LangGraph, GoogleADK, and OpenAI Agents, helping you choose the best foundation for your new project based on your specific requirements.

What is the process for the first invocation of an AWS AgentCore agent?

The first invocation workflow completes the initial deployment and tests the running agent, validating that your prerequisites are met and configuration is correct before you start building.

When should I use the AgentCore getting started skill versus build or connect skills?

Use the getting started skill for new projects requiring framework selection and scaffolding, while build or connect skills are for adding capabilities to existing AgentCore projects.

Do I need to validate prerequisites before scaffolding an AgentCore project?

Yes, validating prerequisites is a core step before scaffolding your AgentCore project, ensuring your environment is properly configured for auto scaffolding and the initial deployment workflow.

Can I deploy an AWS AgentCore agent automatically after scaffolding?

Yes, the auto scaffolding process includes the initial deployment and first-invocation workflow, outputting a ready-to-run starter that gets your agent running on AWS quickly.