Official MCP + Copilot AI Skills exist, but no official portable Agent Skill (SKILL.md) found #8061
Replies: 1 comment
|
Confirming the gap is real, and adding context on why it exists + what filling it would get you. The portable SKILL.md format is much newer than MCP — the ecosystem only coalesced around it this year via the open For whoever writes it (maintainer or community), two things that decide whether a skill actually gets used:
Full write-up of both points (description formula + pre-release checks): https://hahaknight.github.io/claude-skills-pro/how-to-write-skills-en.html — working reference implementation of the cross-agent install path: https://github.com/Hahaknight/claude-skills-pro (15 engineering-workflow skills, 7 free/MIT). One design note: since Mermaid already ships the MCP for render/validate, the SKILL.md's job is complementary — syntax-repair workflow, version-compat gotchas, diagram-type selection. MCP = capability, Skill = method. That's how the two formats compose. |
Uh oh!
There was an error while loading. Please reload this page.
Reporting an observation after looking for an official Mermaid skill on
skills.sh:What I found:
https://mermaid.ai/docs/ai/mcp-server-https://mcp.mermaid.ai/mcp//ssewith tools likevalidate_and_render_mermaid_diagramMermaid Chart Connectorin Claude's directoryMermaid-Chart/vscode-mermaid-chart(marketplace commandMermaidChart: Install AI Skills for GitHub Copilot/ settingmermaidChart.aiSkills.enabled). It installs.github/instructions/mermaid.instructions.mdand.github/copilot-instructions.mdWhat I did NOT find:
SKILL.mdformat (e.g..github/skills/mermaid/SKILL.md,.claude/skills/mermaid/SKILL.md) in eithermermaid-jsorMermaid-Chartorgshttps://www.skills.sh/?q=mermaid- only community skills likesoftaworks/agent-toolkit/mermaid-diagramsFor reference:
jgraph/drawio-mcpships both an official MCP atmcp.draw.ioand an official Claude Code plugin / skill (/plugin install drawio@drawio). Mermaid currently has the first part but not the second.Not sure if this gap is intentional (MCP + Copilot instructions covering the need) or if a portable skill is planned. Just reporting it in case it's useful.
Repo searched:
mermaid-js/mermaid,Mermaid-Chart/vscode-mermaid-chart,skills.sh,claude.com/connectors, npm@mermaid-js.Cross-posted: I reported this where the Copilot AI Skills live: Mermaid-Chart/vscode-mermaid-chart#151 - reposting here for visibility in the OSS org.
All reactions