agency-backend-architect

Architect scalable backend systems with microservices, database design, and API development.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-backend-architect-omeraltn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-backend-architect
Source: https://github.com/omeraltn/ice_cream_website_testing/tree/main/.antigravity/agency-backend-architect
Command: npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-backend-architect-omeraltn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides scalable and secure backend architecture guidance to prevent bottlenecks and security gaps in large-scale applications.

Core Features & Use Cases

  • System decomposition and service boundaries for scalable microservices and API design
  • Security-first architecture patterns including authentication, authorization, encryption, and monitoring
  • Performance tuning and observability for high-availability deployments

Quick Start

Lay out a high-level backend architecture for a new service and identify the core services, databases, and APIs required.

Frequently Asked Questions about agency-backend-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a scalable microservices backend architecture for large-scale applications?

Design scalable backend architecture by decomposing systems into modular microservices with clear service boundaries, isolating databases, and defining robust APIs to prevent bottlenecks in large-scale applications.

What is the best way to implement security-first architecture patterns for API development?

Implement security-first architecture by enforcing authentication, authorization, and encryption across API endpoints, combined with continuous operational monitoring to protect backend systems from security gaps.

How do I identify core services and database design requirements for a new backend application?

Identify core services and database requirements by mapping out a high-level backend architecture that establishes modular service boundaries and selects appropriate database structures for the new service.

Does this backend architecture approach support high-availability deployments and performance tuning?

Yes, this backend architecture approach supports high-availability deployments through dedicated performance tuning and observability patterns designed specifically for large-scale cloud infrastructure scenarios.

When should I use microservices architecture over a monolithic backend for cloud infrastructure?

Use microservices architecture for cloud infrastructure when large-scale applications require modular service design, independent scalability, and strict service boundaries to prevent operational bottlenecks.