mermaid-github-safe-area
Mermaid GitHub Safe-Area
Use this skill when editing Mermaid diagrams for GitHub README rendering to prevent the bottom-right navigation/zoom controls from overlapping diagram content, using only %%{init: ...}%% configuration.
Constants
CONTROLS_HEIGHT_PX = 110BUFFER_PX = 20SAFE_PX = 130
Use SAFE_PX as the minimum safe-area value.
Style keyword support: "handrawn style"
If the user asks for "handrawn style" or "hand drawn style":
- Always set a handwritten-style font stack via top-level
fontFamily:fontFamily = "virgil, excalifont, segoe print, bradley hand, chalkboard se, marker felt, comic sans ms, cursive"
- For flowcharts (and other supported types), also set
look = "handDrawn". - For sequence diagrams, do not set
look(ignored/not supported there); rely onfontFamilyonly.
Rules
More from alessandrobologna/codex-skills
learn
Research a user-specified topic with current authoritative sources and package the findings as a reusable topic-kb skill (for example, kinesis-kb). Use when a user asks to learn about a topic, build a knowledge-base skill, or convert web research into reusable guidance.
4waylog-journal
Summarize `.waylog/history/*.md` into a sanitized per-session cache + a condensed, chronological `.waylog-journal/summary.md` journal.
3git-worktree-feature-flow
Create a feature branch in a Git worktree, work independently, then merge back and clean up safely.
3