architect-integration-topology

Generate an architectural view of Salesforce integration patterns from Apex metadata annotations.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill architect-integration-topology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-integration-topology
Source: https://github.com/PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/architect-integration-topology
Command: npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill architect-integration-topology

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps Salesforce architects to visualize, diagnose, and manage complex integration architectures within Salesforce.

Core Features & Use Cases

  • Integration Map Generation: Provides an organized, top-down view of the integration landscape.
  • Event Subscriber Identification: Lists subscribers for specified platform events, such as Apex triggers or Flows.
  • Queueable/Batchable Classes Detection: Identifies queueable, batchable, and schedulable classes within an org.
  • API Surface Visualization: Shows external APIs and methods exposed by the org.
  • Use Case: For a Salesforce org using external data sources, the architect can use this skill to see all the external connections and their configuration, ensuring compliance and performance.

Quick Start

Run the skill and ask: "draw me our integration map".

Frequently Asked Questions about architect-integration-topology

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

FAQPage Schema
How do I visualize Salesforce integration architecture and map external system connections?

You can visualize Salesforce integration architecture by generating a top-down map that extracts Apex metadata annotations, API endpoint configurations, and external system references to diagnose connectivity and data flow patterns.

How do I find all subscribers for a specific Salesforce platform event?

You can identify Salesforce platform event subscribers by listing active listeners such as Apex triggers or Flows that are configured to respond to those specified platform events.

Can I detect queueable, batchable, and schedulable Apex classes within my Salesforce org?

Yes, you can detect queueable, batchable, and schedulable Apex classes within a Salesforce environment by scanning the org's metadata to identify asynchronous processing patterns.

What is the best way to diagnose Salesforce API connectivity and authorization issues?

The best way to diagnose Salesforce API connectivity and authorization issues is to map external API endpoint configurations alongside external system references to review the architectural data flow patterns.

Does this Salesforce integration mapping tool require external dependencies or specific environment setup?

No external dependencies are required to map Salesforce integration patterns, as the diagnostic tool extracts declared Apex metadata annotations and external system references directly from the environment.