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 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
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/cli-matrix.md` | Need a subcommand's exact inputs or JSON output shape | | `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, MCP → file write decision chain, 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 /pa...

Details

Author
Dianel555
Repository
Dianel555/DSkills
Created
7 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

llm-wiki

Build and maintain a persistent markdown wiki from raw sources using incremental ingest, indexed pages, and append-only logging.

132 Updated today
HybridAIOne
AI & Automation Listed

llm-wiki

Guide users through setting up a personal LLM-maintained wiki — a persistent, compounding knowledge base where the LLM incrementally builds and maintains interlinked markdown pages from raw sources. Use this skill when the user wants to: set up a personal knowledge base, create a research wiki, organize notes with LLM help, build a "second brain", set up an Obsidian + LLM workflow, create a persistent knowledge graph from documents, plan research priorities and next steps, or mentions "LLM wiki". This skill asks questions to understand the user's domain and goals, then scaffolds the entire wiki structure, schema, and workflows tailored to their needs. It also helps plan ongoing research by analyzing knowledge gaps and creating actionable todo lists. For a one-shot structural map of an existing repo or vault without authoring new content, prefer the infranodus skill.

118 Updated 2 days ago
infranodus
AI & Automation Listed

use-llm-wiki

Discover and use a locally-available LLM-wiki through its `wiki` CLI — from any project, not just inside the vault. Read the knowledge base to ground answers in the operator's own compiled knowledge; diagnose pipeline health; contribute back (capture context, record a hard fact, ingest a source); run maintenance (compile, lint, review); or report engine bugs upstream. Step 1 locates the wiki (env var, walk-up, or registry) — if none is found, the skill does not apply and exits cleanly. Use when: an agent in any project should consult, feed, diagnose, or report on the operator's knowledge base — "check the wiki", "what does my wiki say about X", "add this to the wiki", "ingest this", "compile the wiki", "wiki health", "vault status", "is the pipeline healthy", "file a bug against the engine", "report this to lx-0/llm-wiki".

3 Updated 1 weeks ago
lx-0