Skip to content

Architecture · Global library

Serverless Cost Optimizer

Split long-running serverless logic into edge-safe, cold-start-aware execution paths with lower runtime cost.

CodexClaude CodeKimi Codeorchestrator-mcp

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

serverless costcold startlambda

Validation hooks

audit_cold_start_metrics

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show serverless-cost-optimizer

Use

orchestrator-mcp skills export serverless-cost-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/serverless-cost-optimizer ./your-agent-skills/serverless-cost-optimizer
# or open skills/serverless-cost-optimizer/SKILL.md in a markdown-first client

File patterns

**/api/**/*.ts**/*.lambda.***/functions/**

Model preferences

deepseek-ai/deepseek-v3.2meta/llama-3.3-70b-instructqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code