eraser-diagrams

Generate architecture diagrams from code, infrastructure, or descriptions via the Eraser API.

32|7|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/eraserlabs/eraser-io --skill eraser-diagrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eraser-diagrams
Source: https://github.com/eraserlabs/eraser-io/tree/main/skills/eraser-diagrams
Command: npx skills add https://github.com/eraserlabs/eraser-io --skill eraser-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of architecture diagrams from code, infrastructure configurations, or natural-language descriptions, reducing manual diagramming effort.

Core Features & Use Cases

  • Generate diagrams from Terraform, AWS, Azure, or other infrastructure files
  • Visualize system architectures from code or textual descriptions
  • Produce and share diagrams for design reviews, documentation, and onboarding

Quick Start

Ask the AI to diagram your Terraform, AWS/Azure infrastructure, or a textual description to generate a diagram.

Frequently Asked Questions about eraser-diagrams

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

FAQPage Schema
How do I generate architecture diagrams from Terraform configurations?

You can generate architecture diagrams from Terraform by providing your infrastructure configuration. The skill analyzes the Terraform files, converts them into Eraser DSL code, and renders visual cloud infrastructure diagrams via the Eraser API.

Can I create cloud architecture diagrams from natural language descriptions?

Yes, you can create cloud architecture diagrams from natural language descriptions. The skill parses your textual system descriptions, translates them into Eraser DSL, and renders them into architecture diagrams suitable for documentation and onboarding.

Does this approach support visualizing AWS and Azure infrastructure deployments?

Yes, this approach supports visualizing AWS and Azure infrastructure deployments. It processes your cloud infrastructure files and configurations to render deployment diagrams, helping facilitate architecture design reviews and onboarding.

Do I need an Eraser API key to render architecture diagrams?

Yes, you need an Eraser API key to render architecture diagrams. The skill issues an authenticated POST request to the Eraser render endpoint using your API key and the generated Eraser DSL code to produce the final visual output.

What is the best way to automate system architecture documentation from code?

The best way to automate system architecture documentation from code is using a skill that parses your codebase, generates Eraser DSL, and renders it into shareable diagrams. This reduces manual diagramming effort for design reviews and onboarding.