Best use case
Use Serverless Cost Optimizer when you need to split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost, especially when the work is driven by serverless cost and cold start.
Architecture · Global library
Split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost.
Best use case
Use Serverless Cost Optimizer when you need to split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost, especially when the work is driven by serverless cost and cold start.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show serverless-cost-optimizerUse
orchestrator-mcp skills export serverless-cost-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/serverless-cost-optimizer ./your-agent-skills/serverless-cost-optimizer
# or open skills/serverless-cost-optimizer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency
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