一键导入
mermaid-diagrams
Effective Mermaid diagrams. Use when creating markdown documents with human audiences.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Effective Mermaid diagrams. Use when creating markdown documents with human audiences.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and fix RepoQL issues. Use when a RepoQL tool call fails or errors, results seem wrong or incomplete, indexing or queries are slow, a directory isn't being indexed or isn't recognized as a workspace, an imported repo won't appear, semantic search or explain returns nothing, or the host is unresponsive.
How to write clear, verifiable, discoverable documents for LLMs and humans. Always use when writing north-star, gestalt, reference, research, design, plan, flow, findings, concepts, or process documents.
Search patterns for RepoQL - semantic search, scoping, and question reranking.
Core guidance for RepoQL - when to use it vs raw file reads, and the explore workflow.
Build a Claude Code status line powered by RepoQL — blend the session transcript with the indexed graph (cost, cache, tools, index state, dashboard link) and avoid the footguns that make a status line break or lie. Use when writing or extending a status-line script.
Effective use of RepoQL — the workflow, the techniques, and the wild magic. Use when you want to get more out of RepoQL or need to understand what's possible.
| name | mermaid-diagrams |
| description | Effective Mermaid diagrams. Use when creating markdown documents with human audiences. |
Diagrams reveal relationships that prose cannot express efficiently. Never diagram linear sequences.
Skill files are irreducible — they cannot be summarized and still communicate what they need to. Browse what's available, then read each file you need with => content to get full text — never structure.
read("help:///skills/mermaid-diagrams/** => tree: headlines", 5000)
Then read each file you need:
read("help:///skills/mermaid-diagrams/SKILL.md => content", 10000)