One-click install
npx skills add https://github.com/escotilha/claude-public --skill wiki-escotilha
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/escotilha/claude-public/tree/main/skills/wiki
Command: npx skills add https://github.com/escotilha/claude-public --skill wiki-escotilha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing valuable information in scattered files, emails, and web pages by continuously ingesting sources and turning them into a persistent, queryable knowledge base.

Core Features & Use Cases

  • Ingest knowledge from URLs, text, and emails: Creates or updates structured wiki pages and a growing index.
  • Query and synthesize answers with citations: Retrieves relevant pages and synthesizes responses across the acervo.
  • Run Socratic “think” to find connections and contradictions: Detects conflicting claims and surfaces gaps for further exploration.
  • Maintain health with linting and stats: Finds orphan/stale pages, broken links, and index inconsistencies.

Quick Start

Ask the wiki to ingest a source by running: /wiki ingest <url-or-text>.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a persistent knowledge base from scattered web pages and emails?▼

You can build a persistent knowledge base by ingesting URLs, text, and emails into structured wiki pages. The system creates a growing, queryable index with cross-references and immutable raw sources for later retrieval and synthesis.

What is Socratic cross-document thinking for knowledge synthesis?▼

Socratic cross-document thinking is a knowledge operation that analyzes your ingested sources to find connections and contradictions. It detects conflicting claims across documents and surfaces informational gaps for further exploration and research.

How do I ingest URLs and text into a structured wiki format?▼

You can ingest URLs and text into a structured wiki format by triggering the ingestion operation. This process acquires sources using controlled web fetch tools, catalogs the indexed pages, and creates cross-references via wikilinks within your VPS-backed storage.

Do I need VPS-backed storage to maintain a living knowledge base?▼

Yes, you need VPS-backed storage to maintain this knowledge base. The storage architecture requires immutable raw sources, indexed page cataloging, and wikilink-based cross-references to ensure data persistence and continuous health checks via linting and statistics.

Can I automatically harvest information from Gmail and URL queues?▼

Yes, you can automatically harvest information from Gmail and URL queues. The system supports automated web harvesting operations that ingest these sources into your knowledge base, creating or updating structured wiki pages and expanding the searchable index.

How do I find orphan pages and broken links in my knowledge base?▼

You can find orphan pages, stale documents, and broken links by running health checks via linting and statistics. This maintenance operation identifies index inconsistencies and isolated pages within your ingested knowledge base to ensure retrieval accuracy.