Instructions file
Claude Code instructions for gzlance/vault-mcp-server, covering vault mcp server, 项目架构, 分层架构, 数据库设计(6 表) and 13 个 mcp 工具.
Instructions file
Claude Code instructions for gzlance/vault-mcp-server, covering vault mcp server, 项目架构, 分层架构, 数据库设计(6 表) and 13 个 mcp 工具.
Skill Claude CodeCodex
A thin routing layer that turns natural-language instructions into calls to Vault MCP tools. MCP is a standard way for an assistant to use external tools.
Skill Claude CodeCodex
A Chinese-language tool for deleting notes by title and removing related data with them. It calls a vaultdelete function, optionally scoped to a project.
Skill Claude CodeCodex
A skill for building a code graph, a map of relationships among files and code elements in a project.
Skill Claude CodeCodex
A tool for finding named pieces of code, such as functions or classes, in a code graph. It can search for exact or approximate symbol names.
Skill Claude CodeCodex
A code-graph status skill that reports the build status of a project's code graph. A code graph maps relationships between parts of a codebase.
Skill Claude CodeCodex
A skill that initializes a Vault directory structure and SQLite index by calling vaultinit, with an optional project name.
Skill Claude CodeCodex
A knowledge-saving workflow that extracts general information from conversations and stores it in a permanent directory. It uses `vaultsave` with an empty project field.
Skill Claude CodeCodex
A structured note browser for a knowledge base, with filters and pagination. Pagination means viewing results in smaller pages using a limit and an offset.
Skill Claude CodeCodex
写入会话日志到 Vault。调用 vaultlog(project, summary, decisions?, todos?)。 AI 从对话提取 summary/decisions/todos,project 从 CWD 推断。.
Skill Claude CodeCodex
A knowledge-base check for notes with no incoming or outgoing links. It calls `vaultorphan()` to find isolated notes.
Skill Claude CodeCodex
A command for restoring project context from recent session logs, architecture notes, and unfinished tasks. It identifies the project from the folder where it is run.
Skill Claude CodeCodex
A way to save knowledge notes to a Vault. It can extract the title, tags, type, and content from a conversation, and infer the project from the current working folder.
Skill Claude CodeCodex
FTS5 全文搜索 Vault 笔记。调用 vaultsearch(query, tags?, project?, type?, limit?, offset?)。.
Skill Claude CodeCodex
A statistics view for a knowledge base. It calls `vaultstats()` and returns the knowledge-base statistics dashboard.
Skill Claude CodeCodex
A skill that returns a list of tags and how often each tag is used, with fuzzy search through a vaulttags query.
Skill Claude CodeCodex
A knowledge-base action that removes a to-do record by its ID. It calls `vaulttododelete(id)`.
Skill Claude CodeCodex
A skill for marking a to-do item as completed using the vaulttododone action.
Skill Claude CodeCodex
A project to-do listing that can filter items by status. The project is inferred automatically from the current working folder.
Skill Claude CodeCodex
A task-status action whose name means “restore a to-do to pending” in Chinese.
Skill Claude CodeCodex
A knowledge-base action that changes a to-do item's status to in progress by calling `vaulttodoprogress(id)`.
Skill Claude CodeCodex
A note-editing skill for updating the main text of a note, either by replacing it or adding text to it.
Skill Claude CodeCodex
A knowledge-base skill covering notes, conversations, to-do items, and code relationships through the /kb route.
MCP server Claude CodeCodexCursor
MCP server "vault-mcp-server" as configured in gzlance/vault-mcp-server. Runs locally from the vault-mcp-server Python package.