scaffold-workshop

Scaffold Amazon Bedrock AgentCore workshop directories with boilerplate files and drafted content.

127|38|Updated Aug 8, 2025
One-click install
npx skills add https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding --skill scaffold-workshop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-workshop
Source: https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding/tree/main/.claude/skills/scaffold-workshop
Command: npx skills add https://github.com/aws-samples/sample-amazon-bedrock-agentcore-onboarding --skill scaffold-workshop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new AgentCore workshop directories, generating boilerplate files and drafting initial content to accelerate development.

Core Features & Use Cases

  • Scaffolding: Generates necessary files (READMEs, cleanup scripts) for a new workshop.
  • Content Drafting: Researches AWS documentation and existing patterns to draft workshop content.
  • Use Case: When starting a new AgentCore feature tutorial, use this Skill to set up the project structure and pre-populate READMEs with relevant information.

Quick Start

Use the scaffold-workshop skill to create a new workshop directory named '05_evaluation'.

Frequently Asked Questions about scaffold-workshop

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

FAQPage Schema
How do I scaffold a new Amazon Bedrock AgentCore workshop directory?

To scaffold an AgentCore workshop, this Skill generates boilerplate files including READMEs and cleanup scripts in a new directory, then drafts initial content by researching AWS documentation to accelerate your development setup.

What is the best way to generate boilerplate files for an AgentCore tutorial?

Generating boilerplate files for an AgentCore tutorial is automated by this Skill using Python scripts, which create the necessary project structure and pre-populate READMEs with relevant AWS documentation research.

Can I use custom titles and descriptions when creating an AgentCore workshop?

Yes, you can specify custom titles and descriptions when creating an AgentCore workshop. The Skill uses these inputs to name the new workshop directory and tailor the drafted content accordingly.

Does the scaffolding process research existing AWS documentation automatically?

Yes, the scaffolding process researches AWS documentation automatically. It leverages web research to find existing patterns and relevant information to draft the initial content for your workshop.

What files are generated when I set up a new AgentCore workshop project structure?

When setting up a new AgentCore workshop project structure, the Skill generates necessary boilerplate files such as READMEs and cleanup scripts to establish the foundational directory layout.