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)