vault-knowledge-sync
Synchronizes project documentation, the codebase knowledge graph, and the skills manifest. Use after implementing features or refactoring.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Synchronizes project documentation, the codebase knowledge graph, and the skills manifest. Use after implementing features or refactoring.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | vault-knowledge-sync |
| description | Synchronizes project documentation, the codebase knowledge graph, and the skills manifest. Use after implementing features or refactoring. |
| triggers | ["sync","documentation","graph","repo_map"] |
This skill ensures that the project's "Source of Truth" documents and the automated knowledge graph accurately reflect the current state of the codebase.
When project architecture, standards, or workflows change:
The knowledge graph is the backbone of autonomous navigation. Rebuild it after any significant code or metadata change:
node .agents/scripts/generate_graph.js).The skills manifest (skills.md) is automatically generated from SKILL.md frontmatter:
Before a feature may be marked finalized (Phase 8), the Express merge guard MUST pass:
node .agents/scripts/express_guard.js <featureDir>.@express-* tag or it.todo / describe.skip stub) hard-blocks finalization. Graduate the feature via :promote first.vault-express-mode.)Use the search script to verify the graph's understanding of new symbols:
Implementation patterns for the Vault Toolbox Browser Extension (Manifest V3).
Specialized design challenges for the Vault Toolbox Browser Extension, focusing on VQL prototyping.
Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.
Specialized data grid implementation for the Vault Toolbox Browser Extension using TanStack Table/Virtual.
Specialized design requirements for the Vault Toolbox Browser Extension, focusing on UI visibility.
Specialized testing and dev-server protocol for the Vault Toolbox Browser Extension.