edge-architect

Design and document edge routing topologies with API gateways and middleware chains.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Muath2000/TradeStation --skill edge-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-architect
Source: https://github.com/Muath2000/TradeStation/tree/main/.claude/skills/edge-architect
Command: npx skills add https://github.com/Muath2000/TradeStation --skill edge-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexity of understanding and documenting how external requests enter your system, ensuring security, performance, and reliability at the network edge.

Core Features & Use Cases

  • Topology Mapping: Visualizes the complete request path from client to internal services.
  • Middleware Auditing: Documents security (auth, rate limiting, CORS) and operational (logging, tracing) middleware chains.
  • Use Case: Before deploying a new microservice, use this Skill to generate a definitive map of all entry points, verify that authentication and rate limiting are correctly applied at the gateway, and ensure correlation IDs are propagated for tracing.

Quick Start

Map the edge entrypoints for the public API routes.

Frequently Asked Questions about edge-architect

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

FAQPage Schema
How do I map my API edge architecture and visualize the request path?

Mapping API edge architecture involves documenting the complete request path from public clients to internal services. This includes visualizing API gateways, BFF layers, ingress controllers, and reverse proxies to ensure secure and performant request handling.

How do I audit middleware chains for rate limiting and CORS policies?

Auditing middleware chains requires analyzing security and operational configurations along the network edge. You must document authentication, rate limiting, CORS policies, logging, and tracing to verify correct application at the gateway level.

What is the best way to document TLS termination and ingress controller routing?

Documenting TLS termination and ingress controller routing requires detailed code evidence for all configured paths. You must analyze edge routing topologies to verify secure request handling from public entry points to internal services.

How do I verify authentication and correlation IDs are correctly applied at the API gateway?

Verifying authentication and correlation IDs at the API gateway requires mapping the middleware chains. You must analyze the edge routing topology to ensure correlation IDs are propagated for tracing and security policies are enforced.

Can I use this to generate a map of all public API entry points before deploying a new microservice?

Yes, you can generate a definitive map of all public API entry points before deploying a new microservice. This process verifies that edge routing topologies, authentication, and rate limiting are correctly applied at the gateway.

Do I need detailed code evidence to document edge routing topologies?

Yes, detailed code evidence is required for all documented paths and configurations. Analyzing edge routing topologies, including API gateways and reverse proxies, demands concrete code evidence to ensure accurate and reliable documentation.