git404hub

what is wiki fr?

plasma-ai/wiki — explained in plain English

Analysis updated 2026-05-18

38PythonAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A command line tool that organizes project knowledge as an indexed tree of markdown files for both humans and AI agents to read.

vibe map

mindmap
  root((plasma-ai wiki))
    What it does
      Organizes knowledge as markdown tree
      Auto maintains index files
      Readable by humans and agents
    Tech stack
      Python
      Markdown
      PyPI package
    Use cases
      Build an agent readable knowledge base
      Keep docs indexes in sync
      Search project content by regex
    Audience
      Developers
      AI coding agent users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build a project knowledge base that an AI coding agent can query efficiently.

VIBE 2

Keep documentation indexes automatically in sync as pages are added or removed.

VIBE 3

Search across a large markdown knowledge base with regex instead of manual browsing.

VIBE 4

Install a wiki skill so Claude Code or Codex can read project knowledge while working.

what's the stack?

PythonMarkdownPyPI

how it stacks up fr

plasma-ai/wikiadewale/skill-eval-harnessanil-matcha/seedream-5-pro-api
Stars383838
LanguagePythonPythonPython
Last pushed2026-07-08
MaintenanceActive
Setup difficultymoderatemoderatemoderate
Complexity3/53/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Install via pip, then run wiki init to scaffold a wiki and wiki config to set up integrations.

Use freely for any purpose, including commercial use, as long as you keep the copyright and license notices.

in plain english

Wiki is a command line tool for building and maintaining a project knowledge base written as plain markdown files, meant to be read by both humans and AI coding agents. Instead of one long document, the knowledge is organized as a tree of folders and pages, where each folder has an index file listing what is inside it, so an agent can look at the index first and only open the specific pages a task actually needs, rather than reading everything. A person can write and edit the markdown pages using a normal editor such as Obsidian, while an agent queries the wiki through this tool's command line interface to ground its work in project specific knowledge. The tool itself keeps the index files up to date automatically as pages are added or removed, generating the links and cross references so a person does not have to maintain that structure by hand. If two people edit the same generated part of an index at the same time, the tool can automatically resolve that specific conflict, though ordinary written content still merges and can conflict like any other text file. Each wiki keeps a hidden settings folder that stores its configuration, a cache of word counts for each page, and related tool state. Page and folder names are flexible by default, accepting spaces, mixed case, and non English characters, though a wiki can be configured to enforce stricter naming rules if desired. The tool can also timestamp when pages are created and last updated, using a configurable timezone and format. The main commands let you set up a new wiki, check it for structural problems, sync its indexes with the actual files on disk, print a tree overview of its contents, search across all its content with a regex pattern, and read a specific named entry. It installs as a Python package from PyPI, and can also be installed as a skill for AI coding agents like Claude Code or Codex through a plugin marketplace, so those agents can call it directly while working on a project.

prompts (copy fr)

prompt 1
Help me set up a new wiki in this project using wiki init.
prompt 2
Walk me through installing the wiki skill for Claude Code from the plugin marketplace.
prompt 3
Explain how wiki update keeps the index files in sync with the files on disk.
prompt 4
Show me how to search this project's wiki content using wiki search with a regex pattern.

Frequently asked questions

what is wiki fr?

A command line tool that organizes project knowledge as an indexed tree of markdown files for both humans and AI agents to read.

What language is wiki written in?

Mainly Python. The stack also includes Python, Markdown, PyPI.

What license does wiki use?

Use freely for any purpose, including commercial use, as long as you keep the copyright and license notices.

How hard is wiki to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is wiki for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.