Agent Wiki banner
xccElephant xccElephant

Agent Wiki

Design community

Description

A persistent, agent-maintained wiki for raw sources, notes, and research. Works with Cursor, Claude Code, and Codex-style agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Wiki

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ![Obsidian Compatible](https://img.shields.io/badge/Obsidian-compatible-7C3AED) ![Cursor](https://img.shields.io/badge/Cursor-supported-111827) ![Claude Code](https://img.shields.io/badge/Claude_Code-supported-111827) ![Codex](https://img.shields.io/badge/Codex-supported-111827)

[English](README.md) | [简体中文](README_zh.md)

A persistent, agent-maintained wiki for raw sources, notes, and research.

Drop source material into `raw/`. Your agent reads it, extracts knowledge, cross-links ideas, and maintains a Markdown wiki that compounds over time.

![Obsidian graph view showing an interlinked wiki grown from ingested sources](assets/obsidian-graph-view.png)

Obsidian is the best viewer for the result, but the knowledge stays in plain Markdown and works with Cursor, Claude Code, and Codex-style agents.

Why This Exists

Most note systems still make you do the bookkeeping yourself:

  • read the source
  • summarize it by hand
  • create concept pages
  • update related notes
  • remember what changed

`agent-wiki` turns that maintenance loop into an agent workflow. You keep the raw sources. The agent maintains the derived wiki.

Quick Start

  1. Clone this repo into a new vault or an empty folder:
git clone https://github.com/xccElephant/agent-wiki.git
cd agent-wiki
  1. Bootstrap the starter files:
./install.sh
  1. Add files to raw/articles/, then open the folder in Obsidian and your coding agent.

Ask your agent to ingest a source, update related wiki pages, or answer questions from the compiled wiki.

What You Get

  • raw/ keeps immutable source snapshots
  • wiki/ stores derived knowledge pages
  • wiki/source-notes/ captures one note per source
  • wiki/entities/, wiki/concepts/, and wiki/synthesis/ separate durable knowledge types
  • logs/log.md records ingest and maintenance history
  • AGENTS.md, CLAUDE.md, and .cursor/rules/ define the