feat(flowchart-maker): Add flowchart-maker skill - #170
Draft
shellmayr wants to merge 1 commit into
Draft
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
flowchart-makerskill: 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.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 withuv run.assets/fontswith its SIL Open Font License so rendered output needs no network.references/examples, one per pattern..claude/settings.jsonand theclaude-settings-auditallowlist.