architecture-overview

Explain AssureX system architecture, data flows, and multi-tenant design.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrustXinc/assurex-workspace --skill architecture-overview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-overview
Source: https://github.com/TrustXinc/assurex-workspace/tree/main/.claude/skills/architecture-overview
Command: npx skills add https://github.com/TrustXinc/assurex-workspace --skill architecture-overview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understanding a complex, multi-repository platform like AssureX can be daunting for new team members or when making critical design decisions. This Skill provides a comprehensive, high-level overview of the entire system, clarifying how different components interact, how data flows, and the underlying technology stack. It streamlines onboarding and empowers informed architectural choices.

Core Features & Use Cases

  • System Architecture Diagrams: Visualizes the high-level structure, repository responsibilities, and key interactions between services.
  • Data Flow Patterns: Explains critical processes like user authentication, integration configuration & sync, and Profile360 analytics processing.
  • Multi-Tenant Design Deep Dive: Details how tenant isolation is achieved in PostgreSQL and Neo4j, ensuring data security and scalability.
  • Technology Stack Details: Provides specifics on the frontend (React/Cloudflare), infrastructure (Serverless/AppSync), backend (FastAPI/Neo4j), and analytics (Python/Bedrock) technologies.
  • Use Case: As a new developer, you need to quickly understand how a user logs in and how their data is isolated across the platform. This Skill provides clear diagrams and step-by-step explanations of the authentication flow and the multi-tenant database schema, accelerating your onboarding and productivity.

Quick Start

Example: Verify tenant isolation in the database

./scripts/db-connect.sh SELECT schema_name FROM information_schema.schemata WHERE schema_name LIKE 'tenant_%';