Skip to content

Architecture · Global library

Serverless Pattern Architect

Design scalable, event-driven applications using serverless functions with optimal cold start and cost efficiency

CodexClaude CodeKimi Codeorchestrator-mcp

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

serverlesslambdafunction as a serviceFaaScold startevent-drivenserverless framework

Validation hooks

cold-start-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show serverless-pattern-architect

Use

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

Export

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

File patterns

*serverless**lambda**function**FaaS**.ymlserverless.yml

Model preferences

claude-sonnet-4claude-haikugpt-4o

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