
eraserlabs/eraser-io
2 skills3.2k installs44 starsGitHub
Install
npx skills add https://github.com/eraserlabs/eraser-ioSkills in this repo
1Eraser DiagramsEraser Diagrams is an agent skill that teaches the Eraser.io text syntax for cloud and product architecture diagrams—nodes, nested groups, properties like icon and color, and the relationships between components. Solo builders use it when they need a credible system picture for a README, investor one-pager, or internal RFC without spending an afternoon dragging boxes in a GUI. The skill fits the Build phase documentation lane but also helps during Validate when you are scoping what you will actually deploy, and during Launch when you explain topology to early adopters or DevOps hires. Because the format is plain text, your agent can iterate diagrams in git alongside code, regenerate after refactors, and keep naming consistent across environments. That matters for one-person teams who must look larger than they are: clear architecture communication reduces support churn and misbuilt integrations before you scale.2.4kinstalls2Aws Diagramsaws-diagrams is an Eraser Labs agent skill that turns messy AWS reality into shareable cloud architecture diagrams for solo builders documenting a side project or small team aligning on infra. Activate it when you have CloudFormation stacks, pasted output from commands like aws ec2 describe-instances, or a verbal description of EC2, VPC, S3, RDS, and Lambda pieces you need on one canvas. The workflow parses resources, infers relationships across networking and IAM, emits Eraser DSL, and renders through Eraser’s cloud-architecture-diagram API so you skip dragging icons manually in a whiteboard tool. It fits the stretch between “code exists” and “everyone understands the topology”—useful in Build when writing internal docs, in Ship when reviewing launch architecture, and in Operate when onboarding someone to production. You need network access and permission to call the Eraser API; keep templates and CLI dumps free of secrets before sending them to any external renderer.842installs