agentforce-architecture-analyze
Editor's pickDeclared architecture snapshot for one Agentforce agent: planner, topics, actions, flows, Apex, prompt templates, and NGA plugins. Renders a human-readable architecture document and Mermaid invocation graph from design-time metadata (not runtime audit rows). TRIGGER when user asks to describe, diagram, inventory, audit, document, or diff (e.g. v3 vs v5) the architecture / action tree / topic structure / tool inventory of a specific agent by agent API name in a specific org. DO NOT TRIGGER for ru
- Type
- skill
- GitHub stars
- ★ 302
- Repository
- forcedotcom/sf-skills
- Category
- enterprise
Install
1Quick install (skills CLI)
npx skills add forcedotcom/sf-skills --skill agentforce-architecture-analyze --agent claude-codeInstalls agentforce-architecture-analyze into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.