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.
Claude Code 内置记忆系统(.claude/projects/)按项目隔离,无法跨项目共享知识。本方案基于 Obsidian Vault 构建统一个人知识库,通过 MCP Server 提供结构化存储、全文索引和代码图谱能力,辅以一份轻量 Skill 做路由指令。工作或生活中解决的问题、学到的知识,一句话就能按 Vault 模板持久化,后续在任何项目中都能检索复用。
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
A session-logging skill that writes a conversation summary, decisions, and to-dos to a Vault using the current project directory to identify the project.
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
A skill for searching Vault notes with FTS5, a built-in SQLite system for fast full-text searches.
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.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: