agent-wiki

Solid

Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.

AI & Automation 64 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# agent-wiki 增量式 Obsidian 笔记仓库 Wiki 生成器,为 LLM 优化的知识库管理工具。 ## Prerequisites ```bash pip install PyYAML ``` ## References (load on demand) Detailed specs live under `references/` in this skill directory — read them only when the task needs them: | File | Read when | |------|-----------| | `references/topic-authoring.md` | Authoring/enriching topic pages (type taxonomy, per-type section templates, conflict convention, quality metric detail) | | `references/homepage.md` | Working on `wiki/index.md` (layout templates, managed cards, REST write-through, optional CSS) | | `references/site-export.md` | Running/debugging `gen-site` (design system, page anatomy, determinism guarantees) | | `references/index-schema.md` | Consuming/producing index or frontmatter fields (full `.wiki-index.json` schema, Bases views, capture contract) | ## Execution The skill provides a Python CLI with the following subcommands: ```bash # Initialize wiki structure python scripts/agent_wiki_cli.py init --vault /path/to/vault # Scan for changed sources python scripts/agent_wiki_cli.py scan --vault /path/to/vault # Plan a batched ingest: split pending sources into rounds (default 20/round) python scripts/agent_wiki_cli.py plan --batch-size 20 --vault /path/to/vault # Mark a round complete (verifies every doc in the batch was cache-put) python scripts/agent_wiki_cli.py batch-done --batch 1 --vault /path/to/vault # Get cache entry for a source python scripts/agent_wiki_cli.py cache-get <relative-pat...

Details

Author
Dianel555
Repository
Dianel555/DSkills
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category