Best use case
Use BFF Pattern Designer when you need to create backend-for-frontend services that optimize APIs for specific client needs, especially when the work is driven by BFF and backend for frontend.
Backend · Global library
Create backend-for-frontend services that optimize APIs for specific client needs
Best use case
Use BFF Pattern Designer when you need to create backend-for-frontend services that optimize APIs for specific client needs, especially when the work is driven by BFF and backend for frontend.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show bff-pattern-designerUse
orchestrator-mcp skills export bff-pattern-designer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/bff-pattern-designer ./your-agent-skills/bff-pattern-designer
# or open skills/bff-pattern-designer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.