wiki

Index session logs into a Markdown knowledge base with retrieval tools.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/alangeb/tau --skill wiki-alangeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/alangeb/tau/tree/main/src/skills/wiki
Command: npx skills add https://github.com/alangeb/tau --skill wiki-alangeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the fragmentation of information by providing a structured, searchable, and maintainable local wiki that integrates directly with your AI agent's session history.

Core Features & Use Cases

  • Knowledge Ingestion: Automatically processes and categorizes past session logs into a structured wiki format.
  • Search and Retrieval: Enables semantic and keyword-based querying across your entire local knowledge base.
  • Maintenance: Includes automated tools for linting, link validation, and orphan detection to ensure your wiki remains accurate and organized.

Quick Start

Use the wiki skill to search for all information related to project architecture and summarize the findings.

Frequently Asked Questions about wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize and search a local knowledge base from session logs?

To centralize a local knowledge base, this Skill indexes your past session logs into Markdown files and provides semantic and keyword-based retrieval tools to query the structured documentation.

What is the best way to maintain technical documentation and prevent orphaned files?

The best way to maintain technical documentation is using automated linting, link validation, and orphan detection tools, which ensure your local wiki remains accurate and properly cross-referenced.

How does automatic knowledge ingestion work for a Markdown wiki?

Automatic knowledge ingestion works by processing and categorizing past session logs into a structured Markdown wiki format, directly integrating your AI agent's history with local file system operations.

Can I query decision logs locally without external database dependencies?

Yes, you can query decision logs locally without external dependencies. The Skill uses standard Python file system operations to manage data integrity and enable retrieval across your knowledge base.

Does link validation work for cross-references in a local Markdown knowledge base?

Yes, link validation works for cross-references in a local Markdown knowledge base. The maintenance tools automatically check links to ensure data integrity and validate cross-references throughout the documentation.