converge-diagramslisted
Install: claude install-skill openplaybooks-dev/converge
# Converge Landing Diagrams
Inline SVG diagrams on the Converge landing site are authored as Astro
components under `src/components/diagrams/`, composed from shape-semantic
primitives that share the site's dark-theme palette and styling. One-off
inline `<svg>` blocks inside section components (e.g.
`ConvergenceJourney.astro`) are legacy decoration — always build new
explanatory diagrams with the primitives so they stay consistent across
the page.
## When this skill applies
Apply this skill when:
- Adding a new diagram to a landing-page section (`.astro` under
`src/components/sections/` or `src/pages/`).
- Adding or editing a diagram inside a blog post (`.mdx` under
`src/content/blog/`).
- Editing or replacing an existing diagram component under
`src/components/diagrams/`.
- Reviewing a rendered diagram for layout or style issues.
- Reworking a legacy one-off inline `<svg>` into the primitive system.
Do not apply for:
- Pure decorative animations (e.g. `ConvergenceJourney.astro`) that
exist only to set mood — they aren't trying to explain anything and
don't need shape semantics.
- General SVG editing outside `src/components/diagrams/` (icon files,
social cards, OG images).
## The canonical reference
Read `src/components/diagrams/README.md` **first**. It documents the
shape vocabulary, palette vars from `src/styles/tokens.css`, shared CSS
classes, animation conventions, directory layout, and the MDX/Astro
embedding pattern. This SKILL.md assumes that referen