fossflow-diagrams
Installation
SKILL.md
FossFLOW Isometric Diagrams
Overview
Generate isometric architecture diagrams using the FossFLOW/Isoflow compact JSON format. This format uses minified keys for token efficiency while producing valid importable diagrams.
Iron Rule: The compact format structure defined in llm-generation-guide.md (in this skill directory) is the ONLY valid output format. No variations, no "improved" formats, no object-based alternatives. The exact structure must be respected at all costs.
Canonical reference: https://raw.githubusercontent.com/stan-smith/FossFLOW/refs/heads/master/LLM-GENERATION-GUIDE.md
When to Use
- User asks for an architecture diagram, infrastructure diagram, or system topology
- User mentions FossFLOW, Isoflow, or isometric diagrams
- User wants to visualize cloud infrastructure (AWS, Azure, GCP)
- User wants to visualize Kubernetes deployments
- User wants a visual representation of microservices, data pipelines, or any system architecture
When NOT to use: For UML diagrams, sequence diagrams, flowcharts, or non-isometric visualizations (use Mermaid or PlantUML instead).
Related skills