repository-wiki

Installation
SKILL.md

Repository wiki

Maintain a small, durable project knowledge base from source documents already available in the repository. Git supplies review, history, and rollback; the agent supplies ingestion, reconciliation, retrieval, and maintenance.

Use one command family:

  • /wiki init
  • /wiki ingest <path...>
  • /wiki query <question> [--save <path>]
  • /wiki context <purpose> [--budget <tokens>] [--save <path>]
  • /wiki check [--fix]
  • /wiki rebuild

Natural-language requests equivalent to these commands use the same workflows. Do not require a knowledge-base application, database, MCP server, custom executable, package installation, or global configuration.

Route the request

  1. Read references/repository-contract.md for the shared layout, manifest, citation, safety, and reporting rules.
  2. Read the one command reference that matches the request:
Installs
1
First Seen
Aug 10, 2026
repository-wiki — corwinm/agent-skills