feat(skill): add Mermaid diagram skill to diagramming category#3791
Open
memosr wants to merge 1 commit intoNousResearch:mainfrom
Open
feat(skill): add Mermaid diagram skill to diagramming category#3791memosr wants to merge 1 commit intoNousResearch:mainfrom
memosr wants to merge 1 commit intoNousResearch:mainfrom
Conversation
This file introduces the Mermaid skill for creating various types of diagrams using plain text syntax. It includes instructions for flowcharts, sequence diagrams, ERDs, Gantt charts, and class diagrams, along with usage examples and rendering options.
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.
What does this PR do?
Adds a Mermaid diagram skill to the
skills/diagramming/category,which currently contains only a DESCRIPTION.md and no actual skills.
Mermaid is the most widely supported developer diagram tool — it renders
natively in GitHub READMEs, GitLab, Notion, VS Code, and Obsidian with
no external tools or API keys. It is also referenced in the Hermes
documentation (cron examples use blogwatcher alongside diagram workflows)
but had no skill to guide the agent.
The skill covers: flowcharts, sequence diagrams, ERDs, class diagrams,
Gantt charts, state diagrams, and mindmaps. Includes pitfalls, a quick
reference table, local CLI rendering instructions, and browser preview
options.
Type of Change
Changes Made
skills/diagramming/mermaid/SKILL.md— new skill fileHow to Test
Checklist