Skip to content

feat(flowchart-maker): Add flowchart-maker skill - #170

Draft
shellmayr wants to merge 1 commit into
mainfrom
shellmayr/feat/flowchart-maker-skill
Draft

feat(flowchart-maker): Add flowchart-maker skill#170
shellmayr wants to merge 1 commit into
mainfrom
shellmayr/feat/flowchart-maker-skill

Conversation

@shellmayr

@shellmayr shellmayr commented Sep 7, 2026

Copy link
Copy Markdown
Member
  • Add the flowchart-maker skill: a flat-editorial, line-drawn style for flow-chart illustrations in engineering blog posts, with the token set, node and edge primitives, and composition rules.
  • Bundle scripts/flowfig.py, which renders a Mermaid flowchart subset (process, terminal, store and decision nodes; solid, dashed and failure edges; labels, groups, tone classes) into that style and exports PNG through headless Chrome. Standard library only, run with uv run.
  • Ship the Rubik latin subset under assets/fonts with its SIL Open Font License so rendered output needs no network.
  • Include three example specs with rendered PNGs under references/examples, one per pattern.
  • Register the skill in the README table, .claude/settings.json and the claude-settings-audit allowlist.

Add a skill that draws flat-editorial flowchart illustrations for
engineering blog posts. It bundles the design tokens and markup
primitives of the style, plus scripts/flowfig.py, which renders a
Mermaid flowchart subset into that markup and exports PNG through
headless Chrome. The Rubik latin subset ships under assets/fonts with
its OFL license so output needs no network.

Register the skill in the README table, .claude/settings.json and the
claude-settings-audit allowlist.

Co-Authored-By: Claude <[email protected]>
Claude-Session: https://claude.ai/code/session_01XQqb2CLHz4F89Utoqrq5QM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant