用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/tomes --skill graphmind命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
> Use when this capability is needed.
Use when writing kernel, account, or note MASM code that reads from or writes to the advice provider (advice stack / advice map) — validate advice data.
Use when writing a Rust test that exercises a failure path or a MASM test that expects a `panic` / `assert` — assert on the specific expected error variant or error code.
基于 SOC 职业分类
正在显示 SKILL.md
| name | graphmind |
| description | > Use when this capability is needed. |
Before using Grep, find, rg, ag, or reading files to understand code: You MUST query graphmind first. Only fall back to grep/find if graphmind cannot answer (e.g., string literals, config values, non-code patterns).
| Need | Command | MCP tool |
|---|---|---|
| Find a symbol | graphmind fn <symbol> | gm_fn |
| Search by intent | graphmind search "<query>" | gm_search |
| File dependencies | graphmind deps <file> | gm_deps |
| Who calls X | graphmind query <symbol> | gm_query |
| Blast radius | graphmind fn-impact <symbol> | gm_fn_impact |
| Git change impact | graphmind diff-impact | gm_diff_impact |
| Project overview | graphmind map | gm_map |
| File outline | graphmind outline <file> | gm_outline |
| Raw file content | graphmind file <file> | gm_file |
| Who calls chain | — | gm_who_calls_chain |
| Dead code | — | gm_dead_code |
| Cross-project | graphmind cross query <symbol> | gm_cross_query |
| Memory search | graphmind memory search "<query>" | gm_memory_search |
Check: graphmind status
Register if not: graphmind register .
Query before touching any code:
graphmind fn <symbol> or MCP gm_fngraphmind deps <file> or MCP gm_depsgraphmind fn-impact <symbol> --no-testsgraphmind diff-impactgraphmind mapgraphmind outline <file> or MCP gm_outlinegm_who_calls_chainQuery for context, decisions, conventions:
graphmind memory search "<query>" or MCP gm_memory_searchAUTO-RECALL: The hook automatically searches memory on each prompt. Use gm_memory_search for deeper/targeted recall.
AUTO-SAVE: When the conversation reveals any of the following, immediately save via gm_memory_add:
Save rules:
project=<slug> for project-specific factsglobal=true for user preferences, team conventions, cross-project knowledgeRead source files only when editing or when the graph doesn't have the answer.
When a symbol or pattern might exist in another project:
graphmind cross query <symbol> or MCP gm_cross_query
Start of session: run graphmind session start → loads graph summary + recent memory
End of session: run graphmind session save → saves decisions and progress to memory
git merge with structural changesgraphmind build (fast, SHA256-cached)~/.graphmind/Source: aouicher/graphmind — distributed by TomeVault.