Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thatrebeccarae avatar

Tech Diagram

  • 64 installs
  • 93 repo stars
  • Updated May 14, 2026
  • thatrebeccarae/claude-marketing

Helps with ai & agent building tasks.

About

tech-diagram is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • tech-diagram
  • AI & Agent Building
  • AI-coding skill

Tech Diagram by the numbers

  • 64 all-time installs (skills.sh)
  • +9 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #6,160 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thatrebeccarae/claude-marketing --skill tech-diagram

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs64
repo stars93
Last updatedMay 14, 2026
Repositorythatrebeccarae/claude-marketing

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Technical Diagram Generator

Generate technical architecture diagrams and system illustrations as standalone HTML files with embedded CSS + inline SVG. No external dependencies.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/tech-diagram ~/.claude/skills/

Core Capabilities

  • Pipeline flow diagrams (data pipelines, CI/CD, ETL)
  • Layer/stack diagrams (tech stack, OSI model, infrastructure)
  • Component diagrams (microservices, system architecture)
  • Before/after split comparisons
  • Timeline diagrams (roadmaps, migration phases)
  • Metric callout rows (KPI summaries)

Design System

Color Tokens

:root {
  /* Dark mode (default canvas) */
  --bg-deep: #0d1117;
  --bg-surface: #161b22;
  --bg-elevated: #21262d;
  --border-subtle: rgba(240, 246, 252, 0.1);
  --text-bright: #f0f6fc;
  --text-secondary: #8b949e;
  --text-muted: #6e7681;

  /* Accent palette */
  --accent-blue: #58a6ff;
  --accent-green: #3fb950;
  --accent-purple: #bc8cff;
  --accent-orange: #d29922;
  --accent-red: #f85149;
  --accent-cyan: #39d2c0;
  --accent-pink: #f778ba;

  /* Light mode (optional, for embedded diagrams) */
  --bg-light: #ffffff;
  --bg-light-surface: #f6f8fa;
  --text-light-primary: #1f2328;
  --text-light-secondary: #656d76;
}

Color Rules

  • Dark mode is default for all diagrams
  • Each pipeline stage or layer gets a distinct accent color
  • Use --text-secondary for labels and annotations
  • Use --border-subtle for connecting lines and borders
  • Semantic colors: green = healthy/success, red = error/alert, orange = warning

Typography

RoleFontWeightSize
Diagram titlesystem-ui60028-32px
Section/stage labelsystem-ui60016-18px
Description textsystem-ui40013-14px
Annotationmonospace40012px
Metric valuemonospace70036-48px

Canvas

Width:  1200px (default, responsive down to 800px)
Height: auto (content-driven)
Padding: 48px

Component Library

Pipeline Flow

Horizontal or vertical sequence of stages with connecting arrows. Each stage has an icon area, label, and description.

Layer/Stack Diagram

Vertical stack of labeled layers with optional descriptions. Top = highest abstraction, bottom = lowest.

Component Diagram

Grid or freeform layout of service boxes with connection lines. Each component shows name, tech, and status.

Before/After Split

Side-by-side comparison with a vertical divider. Left = before state, right = after state.

Timeline

Horizontal or vertical sequence of milestones with dates, descriptions, and status indicators.

Metric Callout Row

Horizontal row of KPI cards with large numbers, labels, and optional trend indicators.

Key Principles

1. One concept per diagram. If it needs two diagrams, make two files. 2. Labels on everything. Every box, arrow, and region should be labeled. 3. Consistent spacing. Use CSS grid or flexbox, not absolute positioning. 4. No external deps. Everything inline — CSS in <style>, icons as inline SVG. 5. Print-friendly. Include @media print with light background override.

Anti-Patterns

  • No raster images (PNG/JPG) — use inline SVG for all icons
  • No external CSS/JS — everything embedded
  • No gradients as primary fill — use flat colors with subtle borders
  • No more than 8 items in a single row — wrap or use grid
  • No decorative elements that do not convey information

File Conventions

  • Filename: {project}-{diagram-type}.html (e.g., pipeline-architecture.html)
  • Single file: All CSS inline in <style>, all SVG inline
  • Responsive: Works at 800-1400px width range

For complete HTML/CSS patterns and full examples, see REFERENCE.md.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.