Skip to content

Commit e3d7e0e

Browse files
committed
feat(marketplace): add beautiful-mermaid skill
Add beautiful-mermaid to the skills marketplace: - Render Mermaid diagrams as beautiful SVGs or ASCII art - 5 diagram types: flowchart, sequence, class, ER, state - 15 built-in themes + Shiki/VS Code theme integration - Zero DOM dependencies, works in Node.js/Bun/Deno/browsers Source: rohitg00/beautiful-mermaid
1 parent 6cbbdab commit e3d7e0e

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

marketplace/skills.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "./schema.json",
33
"version": 1,
4-
"updatedAt": "2026-01-26",
5-
"totalSkills": 15064,
4+
"updatedAt": "2026-02-02",
5+
"totalSkills": 15065,
66
"curatedCollections": 31,
77
"skills": [
88
{
@@ -33112,6 +33112,23 @@
3311233112
"k8s"
3311333113
]
3311433114
},
33115+
{
33116+
"id": "rohitg00/beautiful-mermaid/beautiful-mermaid",
33117+
"name": "Beautiful Mermaid",
33118+
"description": "Render Mermaid diagrams as beautiful SVGs or ASCII art. 5 diagram types, 15 themes, Shiki integration, zero DOM dependencies.",
33119+
"source": "rohitg00/beautiful-mermaid",
33120+
"tags": [
33121+
"mermaid",
33122+
"diagrams",
33123+
"visualization",
33124+
"flowchart",
33125+
"sequence",
33126+
"uml",
33127+
"ascii",
33128+
"svg",
33129+
"themes"
33130+
]
33131+
},
3311533132
{
3311633133
"id": "itsmostafa/aws-agent-skills/cognito",
3311733134
"name": "Cognito",

0 commit comments

Comments
 (0)