excalidraw

Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).

  • Excalidraw
  • Diagrams
  • Flowcharts
  • Architecture
  • Visualization
  • JSON

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/optional-skills/creative/excalidraw'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

references/colors.md

references/colors.mdBrowse 5 files
View on GitHub
← Back to SKILL.md

Excalidraw Color Palette

Use these colors consistently across diagrams.

Primary Colors (for strokes, arrows, and accents)

NameHexUse
Blue#4a9eedPrimary actions, links, data series 1
Amber#f59e0bWarnings, highlights, data series 2
Green#22c55eSuccess, positive, data series 3
Red#ef4444Errors, negative, data series 4
Purple#8b5cf6Accents, special items, data series 5
Pink#ec4899Decorative, data series 6
Cyan#06b6d4Info, secondary, data series 7
Lime#84cc16Extra, data series 8

Pastel Fills (for shape backgrounds)

ColorHexGood For
Light Blue#a5d8ffInput, sources, primary nodes
Light Green#b2f2bbSuccess, output, completed
Light Orange#ffd8a8Warning, pending, external
Light Purple#d0bfffProcessing, middleware, special
Light Red#ffc9c9Error, critical, alerts
Light Yellow#fff3bfNotes, decisions, planning
Light Teal#c3fae8Storage, data, memory
Light Pink#eebefaAnalytics, metrics

Background Zones (use with opacity: 30-35 for layered diagrams)

ColorHexGood For
Blue zone#dbe4ffUI / frontend layer
Purple zone#e5dbffLogic / agent layer
Green zone#d3f9d8Data / tool layer

Text Contrast Rules

  • On white backgrounds: minimum text color is #757575. Default #1e1e1e is best.
  • Colored text on light fills: use dark variants (#15803d not #22c55e, #2563eb not #4a9eed)
  • White text: only on dark backgrounds (#9a5030 not #c4795b)
  • Never: light gray (#b0b0b0, #999) on white -- unreadable
Referenced from SKILL.md