📚
WritingPython

Knowledge Base Management

by chubbyguan

Knowledge Base Management is a Writing skill for Claude Code, published by chubbyguan in chubbyskills.

637 stars90 forkson chubbyguan/chubbyskillsAdded 2026/08/24+2% in starsRepository updated 2026/08/19
agent-skillsai-agentschineseclaude-codeknowledge-basemcpobsidiansecond-braintranscriptionxiaohongshu
Install in seconds
Install Knowledge Base Management
Copy Knowledge Base Management into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/chubbyguan/chubbyskills/tree/main/knowledge-base-management ~/.claude/skills/knowledge-base-management

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/chubbyguan/chubbyskills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
knowledge-base-management/SKILL.md in chubbyguan/chubbyskills
Installs to
~/.claude/skills/knowledge-base-management
Collection
One of 14 skills cataloged from this repository
Category
Writing1012 skills

What Knowledge Base Management does

Knowledge Base Management manages an Obsidian vault across intake, wiki curation, audit, and archiving. Use it to classify source material, keep notes traceable, and check vault health.

Knowledge Base Management is cataloged under Writing on DirSkills. Knowledge Base Management comes from a repository tagged agent-skills, ai-agents, chinese, claude-code and knowledge-base.

Documentation

README

Knowledge Base Management — 知识库全生命周期管理

核心架构

三层架构

素材库/  → Layer 1: 不可变原始素材(AI 只读)
wiki/    → Layer 2: AI 编译的结构化知识(AI 维护)
产出/    → Layer 3: 按需生成的视图(不持久化)

核心原则:素材库是事实源(不可变),Wiki 是 AI 编译的投影(必须溯源),产出是按需生成的视图(不持久化)。

Vault 配置

vault 路径通过环境变量配置,不写死在脚本里:

export VAULT_DIR="$HOME/Documents/your-vault"   # 你的 Obsidian vault 根目录
  • 健康检查 cron:建议每周日 9:00 运行 scripts/vault_health_check.py(见第 2 节)

1. 素材入库 (Ingest)

新素材处理流水线

用户丢素材 →
  ① 判断类型 → 存入素材库/对应子目录
  ② 提取关键信息 → 决定是否建 wiki 页面
  ③ 如果值得:建选题(打 SHARP 分)或更新项目页
  ④ 更新 wiki/index.md 索引

素材分级 (ABC Grading)

等级 标准 处理
A 核心方法论/框架/系统 优先编译为选题
B 有洞察但不够系统 备选,作为 A 的补充
C 水货/重复/与定位无关 归档,不主动编译

公众号文章处理

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Knowledge Base Management

  • What else does chubbyguan publish alongside Knowledge Base Management?

    Knowledge Base Management is one of 14 skills that DirSkills catalogs from chubbyguan/chubbyskills, the repository it ships in. Its siblings there include Bilibili Transcribe, Content Enrich and Douyin Transcription. Each one is a separate skill with its own page in this directory, installs the same way Knowledge Base Management does, and is maintained by chubbyguan in that same repository. The rest of the collection is listed on the chubbyguan/chubbyskills page.

  • How does Knowledge Base Management compare to other Writing skills?

    Knowledge Base Management ranks #649 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Knowledge Base Management against them. Open each page to compare what they document and how they install.

More from chubbyguan/chubbyskills

Knowledge Base Management is one of 14 skills cataloged on DirSkills from chubbyguan/chubbyskills.

See all 14 skills
🎬
1w ago

Bilibili Transcribe

Bilibili Transcribe downloads B 站 videos, prefers official or auto subtitles, and falls back to audio transcription when needed. Use it to convert a BV number or URL into a Markdown transcript file.
Automation
63790
📝
1w ago

Content Enrich

Content Enrich adds a summary, key points, tags, and a value judgment to imported notes or transcripts. It writes metadata to frontmatter and inserts a summary block at the top for easier review and knowledge base use.
Writing
63790
🎙️
1w ago

Douyin Transcription

Douyin Transcription downloads Douyin video audio, transcribes it with SenseVoice-Small, and saves the result as Markdown. Use it for short or full links when you need a text transcript without cookies or login.
AI Engineering
63790
📡
1w ago

Industry Intelligence Radar

Industry Intelligence Radar scans HN, V2EX, RSS, X, and 即刻 for keyword-matched signals, then filters and detects trends for a daily intelligence brief. Use it for industry monitoring, competitor tracking, and spotting emerging topics.
Data
63790
🧠
1w ago

Learning Notes Automation

Learning Notes Automation turns transcripts from videos, podcasts, and articles into study notes, flashcards, and knowledge graph updates. Use it when you want to extract key points and export Anki-ready cards from learning material.
AI Engineering
63790
🎙️
1w ago

Podcast Transcribe

Podcast Transcribe downloads podcast audio and converts it to Markdown transcripts. Use it for single episode links or RSS batch processing from platforms like 小宇宙 and 喜马拉雅.
Automation
63790