What problem does it solve?
This Skill addresses the challenge of working with large and verbose Excalidraw JSON files, which can quickly consume the AI's context budget when read directly. It streamlines tasks involving Excalidraw diagrams by using subagent delegation, thus optimizing performance and context usage.
Core Features & Use Cases
- Subagent Delegation: Main agents never read Excalidraw files directly, instead using subagents to process them, preserving context.
- Operation Delegation: Specific tasks such as reading, understanding, modifying, creating, and comparing diagrams are delegated to subagents.
- Token Efficiency: Reduces token usage by providing text-only summaries instead of raw JSON, resulting in significant context savings.
- Use Case: For a user needing to analyze a complex diagram, the skill would delegate the task to a subagent, which would then return a summary of the diagram's components and relationships.
Quick Start
Delegate the task of understanding the architecture diagram in 'architecture.excalidraw.json' to a subagent.