Manages multi-layer knowledge systems across local files, MCP memory, Git repos, and Supabase. Handles ingestion, deduplication, sync, and retrieval for persistent knowledge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:knowledge-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
管理多层知识系统,用于跨多个存储进行知识的摄取、组织、同步和检索。
管理多层知识系统,用于跨多个存储进行知识的摄取、组织、同步和检索。
优先使用活跃工作区模型:
~/.claude/projects/*/memory/当需要捕获新知识时:
这是什么类型的知识?
检查此知识是否已存在:
写入适当的层:
更新任何相关索引或摘要文件。
定期将对话历史同步到知识库:
将重要的工作区配置和脚本镜像到知识库:
当信息影响活跃执行时:
从多个来源拉取知识到一个地方:
# 短期:当前会话上下文
使用 TodoWrite 进行会话内任务跟踪
# 中期:项目记忆文件
写入 ~/.claude/projects/*/memory/ 进行跨会话回忆
# 长期:GitHub / Linear / 知识库
将活跃执行事实放在 GitHub + Linear
将持久综合上下文放在知识库仓库
# 语义层:MCP 知识图谱
使用 mcp__memory__create_entities 存储持久结构化数据
使用 mcp__memory__create_relations 进行关系映射
使用 mcp__memory__add_observations 添加已知实体的新事实
使用 mcp__memory__search_nodes 查找现有知识
在完成任何知识操作之前:
npx claudepluginhub aaione/everything-claude-code-zhManages a multi-layered knowledge system: save, organize, sync, deduplicate, and retrieve across local files, MCP memory, vector stores, and Git repos.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Pulls external context (Linear tickets, repos, or any content) into the second brain. Handles PDFs, images, code, conversations, docs, or raw text.