git-wiki
Installation
SKILL.md
Project Wiki
Maintain a local wiki for a code project under .wiki.
Source of truth is always the current git-tracked repository files at HEAD, including tracked documentation in .docs/ and docs/, not the wiki.
The wiki files themselves may be untracked; read and update the live .wiki/ contents from the working tree when present.
Rules
- Operate only on git-tracked files and git history
- Ignore staged and unstaged uncommitted changes; ingest and query verification use committed content at
HEADonly - Exclude
.wiki/**from git-based source selection - Do not assume
.wiki/**is git-tracked; use the current.wiki/index.mdcheckpoint when it exists - Every wiki page must have YAML frontmatter
.wiki/index.mdmust be updated on every ingest- Do not ask the user before ingesting