Agent skill · Workflow & Productivity

knowledge-base-management

Obsidian 知识库全生命周期管理:三层架构、素材入库(ABC分级)、健康检查、GBrain/GraphRAG/LLM Wiki 三件套集成、目录整理

chubbyguan576★ · +14/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add chubbyguan/chubbyskills --skill knowledge-base-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 10 KB
Bundled scripts: yes
Version: 1.0
Path: knowledge-base-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 590 · +14 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Knowledge Base Management — 知识库全生命周期管理 ## 核心架构 ### 三层架构 ``` 素材库/ → Layer 1: 不可变原始素材(AI 只读) wiki/ → Layer 2: AI 编译的结构化知识(AI 维护) 产出/ → Layer 3: 按需生成的视图(不持久化) ``` **核心原则**:素材库是事实源(不可变),Wiki 是 AI 编译的投影(必须溯源),产出是按需生成的视图(不持久化)。 ### Vault 配置 vault 路径通过环境变量配置,不写死在脚本里: ```bash export VAULT_DIR="$HOME/Documents/your-vault" # 你的 Obsidian vault 根目录 ``` - **健康检查 cron**:建议每周日 9:00 运行 `scripts/vault_health_che

More from chubbyskills
All skills →
About this skill
What does the knowledge-base-management skill do?

Obsidian 知识库全生命周期管理:三层架构、素材入库(ABC分级)、健康检查、GBrain/GraphRAG/LLM Wiki 三件套集成、目录整理

How do I install it?

Run `npx skills add chubbyguan/chubbyskills --skill knowledge-base-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From chubbyguan/chubbyskills, a repository with 590 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going