Skip to content

Showcase

draw-io-skill ships a few sample diagrams with different jobs: repository onboarding, lint review, and icon-rich presentation. Treat them as copyable starting points when you want a diagram set to feel more like a showcase than an internal scratchpad.

Repository Structure Overview

Repository structure overview

Use this sample when you want to explain how the repository is organized and how the main workflow surfaces connect.

  • assets/draw-io-skill-structure.drawio
  • assets/draw-io-skill-structure.drawio.png
  • assets/draw-io-skill-structure.drawio.svg
  • assets/draw-io-skill-structure.ja.drawio
  • assets/draw-io-skill-structure.ja.drawio.png
  • assets/draw-io-skill-structure.ja.drawio.svg

Lint Review Sample

Shape-aware lint review sample

Use this sample when routing density, text fit, or non-rect shapes need extra care after SVG export.

  • document, hexagon, parallelogram, and trapezoid labels stay easy to review
  • arrow-to-shape and frame-to-shape contact is easier to catch visually after lint
  • the sample pairs well with the fixture-based checks in fixtures/shape-border-overlap and fixtures/shape-text-overflow

Assets:

  • assets/draw-io-skill-structure-shapes.drawio
  • assets/draw-io-skill-structure-shapes.drawio.png
  • assets/draw-io-skill-structure-shapes.drawio.svg

Icon Block Sample

Icon block showcase sample

This sample rebuilds the same flow with role icons embedded inside each block. It is useful when a diagram needs a more polished, presentation-friendly look without losing the editable .drawio source.

  • assets/draw-io-skill-structure-icons.drawio
  • assets/draw-io-skill-structure-icons.drawio.png
  • assets/draw-io-skill-structure-icons.drawio.svg
  • assets/draw-io-skill-structure-icons.ja.drawio
  • assets/draw-io-skill-structure-icons.ja.drawio.png
  • assets/draw-io-skill-structure-icons.ja.drawio.svg

Aesthetic Template Samples

These samples show the default visual direction for diagrams that need to look polished without turning into one-off artwork.

Polished Technical Template

Polished technical template sample

  • assets/aesthetic-template-sample.drawio
  • assets/aesthetic-template-sample.drawio.png
  • assets/aesthetic-template-sample.drawio.svg

Executive Dashboard

Executive dashboard sample

  • assets/aesthetic-sample-executive-dashboard.drawio
  • assets/aesthetic-sample-executive-dashboard.drawio.png
  • assets/aesthetic-sample-executive-dashboard.drawio.svg

AI Pipeline

AI pipeline sample

  • assets/aesthetic-sample-ai-pipeline.drawio
  • assets/aesthetic-sample-ai-pipeline.drawio.png
  • assets/aesthetic-sample-ai-pipeline.drawio.svg

Security Incident

Security incident sample

  • assets/aesthetic-sample-security-incident.drawio
  • assets/aesthetic-sample-security-incident.drawio.png
  • assets/aesthetic-sample-security-incident.drawio.svg

Purpose-Driven Templates

These templates are separated by purpose, not just by palette.

Board Brief

Board Brief template

Use this when the question is: what decision needs to be made, from which premises, by whom?

  • Includes: objective, current signals, risks, next actions, accountable owners
  • Excludes: implementation steps, detailed logs, dependency maps
  • assets/purpose-board-brief-template.drawio
  • assets/purpose-board-brief-template.drawio.png
  • assets/purpose-board-brief-template.drawio.svg

Dependency Orbit Map

Dependency Orbit Map template

Use this when the question is: what depends on the core object, and where is the impact boundary?

  • Includes: core, direct dependencies, indirect signals, external edges
  • Excludes: timelines, daily progress, effort plans
  • assets/purpose-dependency-orbit-template.drawio
  • assets/purpose-dependency-orbit-template.drawio.png
  • assets/purpose-dependency-orbit-template.drawio.svg

Incident Timeline

Incident Timeline template

Use this when the question is: what was observed, what was affected, and how did the response unfold?

  • Includes: timestamps, observed facts, impact, response, evidence IDs
  • Excludes: speculation, unverified causes, architecture-only views
  • assets/purpose-incident-timeline-template.drawio
  • assets/purpose-incident-timeline-template.drawio.png
  • assets/purpose-incident-timeline-template.drawio.svg

Hypothesis Helix

Hypothesis Helix template

Use this when the question is: what should we test next?

  • Includes: hypothesis, experiment, evidence, go/no-go decision, iteration loop
  • Excludes: implementation architecture, calendar timelines
  • assets/purpose-hypothesis-helix-template.drawio
  • assets/purpose-hypothesis-helix-template.drawio.png
  • assets/purpose-hypothesis-helix-template.drawio.svg

Feature Value Matrix

Feature Value Matrix template

Use this when the question is: what should we build first?

  • Includes: impact, effort, delivery risk, priority weight
  • Excludes: project schedules, dependency routes
  • assets/purpose-feature-value-matrix-template.drawio
  • assets/purpose-feature-value-matrix-template.drawio.png
  • assets/purpose-feature-value-matrix-template.drawio.svg

Value Conversion Sheet

Value Conversion Sheet template

Use this when the question is: how does work become user value?

  • Includes: user pain, touchpoint, value delivered, metric, gap
  • Excludes: dependency maps, incident chronology
  • assets/purpose-value-conversion-sheet-template.drawio
  • assets/purpose-value-conversion-sheet-template.drawio.png
  • assets/purpose-value-conversion-sheet-template.drawio.svg

AWS-Ready Layout Pattern

The repository does not ship a single fixed AWS topology, but it does include the parts you need to build one quickly:

  • references/aws-icons.en.md
  • scripts/find_aws_icon.py
  • assets/draw-io-skill-structure-icons.drawio*

Start from the icon block sample when you want a showcase-style architecture diagram. Replace the existing role icons or blocks with service groups such as Route 53 and CloudFront, API Gateway and Lambda, or S3 and DynamoDB, then run the normal export and SVG lint flow from Export And Lint.

If you want a public repository example that already ships both the editable source and the rendered SVG, use this pair from onizuka-game-agi-co:

It is a good real-world reference when you want to compare an editable AWS architecture source with the published SVG that lands in docs.

Short Prompt

text
Create a native draw.io diagram in an AWS reference-style icon view: light theme, dark navy title bar, cyan accents, white cards, official AWS icons, Noto Sans JP, orthogonal routing, and a note that AWS icons are visual references only for local/GitHub/workflow concepts.

Released under the MIT License.