From wiki-skills
Queries personal wiki built with wiki-init/wiki-ingest: reads index/pages, synthesizes cited answers for facts/comparisons/how-tos, flags gaps, offers to save as new pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wiki-skills:wiki-queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask a question. Read the wiki. Synthesize with citations. Offer to file the answer back.
Ask a question. Read the wiki. Synthesize with citations. Offer to file the answer back.
Find SCHEMA.md (search from cwd upward, or ~/wikis/). If not found, tell the user to run wiki-init first. Read it to get wiki root path and cross-reference convention.
wiki/index.md firstScan the full index to identify which pages are likely relevant. Do NOT answer from general knowledge — the wiki is the source of truth here, even if you think you know the answer.
Read the identified pages in full. Follow one level of [[slug]] links if they point to pages that seem relevant to the question.
Write a response that:
[[slug]] for every claim sourced from a specific pageFormat for the question type:
After answering, say:
"Worth saving as
wiki/pages/<suggested-slug>.md?"
If yes:
tags: [query, analysis], sources: [all cited slugs]wiki/index.md under the correct category (Analyses or similar)wiki/log.md:
## [<today>] query | <question summary>
Filed as: [[<slug>]]
If no:
wiki/log.md:
## [<today>] query | <question summary>
Not filed.
[[slug]].npx claudepluginhub kfchou/wiki-skills --plugin wiki-skillsAnswers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.
Build, maintain, and query a personal LLM-managed markdown wiki where the LLM owns all writing, cross-referencing, and bookkeeping while the user curates sources. Includes idempotent scripts for ingest, query, and lint.