internalized-wiki
Installation
SKILL.md
Internalized Wiki
Build and maintain a personal LLM wiki for Obsidian. The agent owns source ingestion and compiled knowledge articles; the user owns internalization notes and review readiness.
Core ideas:
- Sources are preserved under
raw/. - Durable synthesized knowledge compounds under
wiki/. - Obsidian YAML tracks internalization and review state.
- The
## 内化section is user-authored and must be preserved.
Architecture
All paths are under the user's project root:
raw/ - Immutable source material. Read existing raw files but do not rewrite them. Organize by topic subdirectories such as raw/machine-learning/.
wiki/ - Compiled knowledge articles. The agent may create and update these files, while preserving user-owned internalization content. Organize one topic level deep: wiki/<topic>/<article>.md.
wiki/index.md - Global index. One row per article, grouped by topic, with link, summary, and Updated date.
Related skills