scaffold

Generate runnable agent project scaffolds from basic, multi-agent, RAG, and tool templates.

21|5|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill scaffold-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/aws-samples/sample-agent-greenhouse/tree/main/src/platform_agent/plato/skills/scaffold
Command: npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill scaffold-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate ready-to-run agent project scaffolds from templates that follow the Foundation Agent + Skills pattern, enabling rapid, standardized project creation.

Core Features & Use Cases

  • Generate templates for basic-agent, multi-agent, rag-agent, and tool-agent, producing all required files and a coherent project structure.
  • Enforce platform readiness checks (C1–C12), ensure valid Python packaging, and provide tests and README scaffolding for quick deployment.
  • Use cases include starting new agent projects quickly, maintaining consistency across teams, and providing starter code for Bedrock AgentCore deployments.

Quick Start

Provide a project name and description to generate a ready-to-run scaffold for your agent.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I generate a ready-to-run agent project scaffold from a template?

To generate an agent project scaffold, provide a project name and description to automatically produce all required files, coherent structure, tests, and README scaffolding for quick deployment. This enforces platform readiness checks and valid Python packaging.

What agent templates are available for project generation?

Available agent templates include basic-agent, multi-agent, rag-agent, and tool-agent. Each template generates a complete, runnable project structure conforming to the Foundation Agent + Skills pattern for standardized creation.

Can I use scaffolds for Bedrock AgentCore deployments?

Yes, generated scaffolds provide starter code specifically structured for Bedrock AgentCore deployments. They enforce platform readiness checks from C1 to C12 and ensure valid Python packaging to maintain deployment readiness.

What's the best way to maintain consistency across multiple agent projects?

The best way to maintain consistency is generating standardized project scaffolds from templates. This enforces platform design checks, automated file generation, environment-driven configuration, and documentation templates across all team projects.

Do I need to manually configure Python packaging when creating a new agent project?

No, manual Python packaging configuration is unnecessary. The scaffold generation enforces valid Python packaging automatically, alongside providing testing scaffolds and documentation templates to ensure complete deployment readiness.

What is the Foundation Agent + Skills pattern for project generation?

The Foundation Agent + Skills pattern is a standardized architecture for agent projects. Generating scaffolds from templates following this pattern enables rapid project creation by producing required files and coherent structures automatically.