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 HEAD only
  • Exclude .wiki/** from git-based source selection
  • Do not assume .wiki/** is git-tracked; use the current .wiki/index.md checkpoint when it exists
  • Every wiki page must have YAML frontmatter
  • .wiki/index.md must be updated on every ingest
  • Do not ask the user before ingesting

Wiki Layout

Installs
27
GitHub Stars
1
First Seen
Apr 13, 2026