Best use case
Use Serverless Pattern Architect when you need to design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency, especially when the work is driven by serverless and lambda.
Architecture · Global library
Design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency
Best use case
Use Serverless Pattern Architect when you need to design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency, especially when the work is driven by serverless and lambda.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show serverless-pattern-architectUse
orchestrator-mcp skills export serverless-pattern-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/serverless-pattern-architect ./your-agent-skills/serverless-pattern-architect
# or open skills/serverless-pattern-architect/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost.
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently