scaffold-workshop
Installation
SKILL.md
Scaffold Workshop
Generate boilerplate files for a new AgentCore workshop, then draft workshop-specific content by researching AWS documentation and following established patterns.
Usage
/scaffold-workshop 05_evaluation— Scaffold and draft content for step 05/scaffold-workshop 08_policy --title "AgentCore Policy"— Scaffold with a custom title/scaffold-workshop 09_browser_use --title "AgentCore Browser Use" --description "Web automation with persistent browser profiles"— Full custom scaffold
Arguments
$ARGUMENTS contains the workshop directory name and optional flags.
Parse $ARGUMENTS for:
- Positional: directory name (required, e.g.
05_evaluation) - --title: Workshop title (optional, will be inferred from directory name if not given)
- --description: One-line description (optional, will be drafted if not given)
Related skills
More from aws-samples/sample-amazon-bedrock-agentcore-onboarding
sync-ja
Sync Japanese README translations with English source. Use when English READMEs change and Japanese versions need updating, or when improving Japanese translation fluency.
1clean-workshop
Clean up AWS resources created by the AgentCore workshop. Use when someone wants to tear down, clean up, or remove workshop resources.
1run-workshop
Run the AgentCore workshop steps sequentially to test the full attendee experience. Use when someone wants to execute, test, or run through the workshop.
1