New skill: investigating-agentforce-architecture
The investigating-agentforce-architecture skill produces a declared architecture snapshot for a single Agentforce agent, so you can see how a bot is wired together at design time.
What it does
Render a design-time architecture document + Mermaid graph for one Agentforce agent (planner, topics, actions, flows, Apex, prompt templates, NGA plugins).
Details
- Reads design-time metadata only —
BotDefinition+GenAi*Tooling objects + Metadata API retrieve. No runtime audit data. - Input: an
agent_api_name(theBotDefinition.DeveloperName) and an org alias. Optionally pin a version; otherwise the activeBotVersionresolves. - Output: a normalized
metadata_tree.jsonplus a human-readablearchitecture.mdwith an invocation graph rendered as Mermaid. - Fast: 30–45s typical (≤60s hard cap), a 3–5× speedup over a naive sequential implementation.
Example prompts: "document the architecture of MyAgent in my-org-alias" or "draw the invocation graph for MySalesAgent v5".