strands-agent

Scaffold Strands-based Bedrock AgentCore projects with TypeScript or Python.

12|5|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill strands-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strands-agent
Source: https://github.com/aws-samples/sample-claude-code-plugins-for-startups/tree/main/plugins/aws-dev-toolkit/skills/strands-agent
Command: npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill strands-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to scaffold and bootstrap Strands-based AI agents on Bedrock AgentCore, reducing setup time and ensuring consistent project structure.

Core Features & Use Cases

  • Scaffolds TypeScript and Python agent projects using best practices from the Strands framework.
  • Provides observability integration, eval scaffolds, and clear deployment guidance with the AgentCore CLI.
  • Includes memory configuration patterns and production-ready scaffolding for end-to-end agent development.

Quick Start

Run the Starter Toolkit to scaffold a new Strands agent project and deploy with AgentCore.

Frequently Asked Questions about strands-agent

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

FAQPage Schema
How do I scaffold a Strands AI agent project on Bedrock?

To scaffold a Strands AI agent on Bedrock, run the Starter Toolkit to generate an opinionated project skeleton with memory configuration, OpenTelemetry observability, eval scaffolds, and AgentCore deployment commands.

Can I scaffold my Bedrock agent in both TypeScript and Python?

Yes, you can scaffold your Bedrock agent in both TypeScript and Python. The scaffolding process applies Strands framework best practices to generate production-ready project structures for either language.

What is included in the Strands Bedrock AgentCore project skeleton?

The Strands Bedrock AgentCore project skeleton includes memory configuration patterns, OpenTelemetry observability integration, eval scaffolds, and clear deployment guidance using the AgentCore CLI.

Does the Strands agent scaffold include observability and evaluation setup?

Yes, the Strands agent scaffold includes observability and evaluation setup by providing OpenTelemetry integration for monitoring and dedicated eval scaffolds for testing agent performance end-to-end.

What is the best way to deploy a Strands agent to Bedrock AgentCore?

The best way to deploy a Strands agent to Bedrock AgentCore is using the provided AgentCore CLI deployment commands included in the scaffolded project skeleton.

Do I need the AgentCore CLI to deploy my scaffolded Strands agent?

Yes, you need the AgentCore CLI to deploy your scaffolded Strands agent, as the generated project skeleton provides clear deployment guidance and commands specifically designed for the AgentCore deployment workflow.