Analysis updated 2026-05-18
Pull docs, spreadsheets, API specs, and meeting notes into one searchable knowledge base.
Ask an AI agent questions and get answers sourced from your own team's documentation.
Auto-detect when source documents change and flag stale docs before a push.
| anthonyhann/knowledge-wiki | baiyuetribe/test-heroku | coorasse/vps-setup-skill | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2021-06-30 | 2026-05-21 |
| Maintenance | — | Dormant | Maintained |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an AI coding assistant that supports slash commands to drive the tool.
knowledge-wiki is a tool that pulls a team's scattered documentation, spreadsheets, API specs, code comments, and meeting notes into one structured, searchable knowledge base that an AI agent can search and reason over directly. The problem it targets is familiar to many teams: when someone asks how a piece of the system works or why a past decision was made, people end up digging through several different tools or asking a colleague who may not remember either. It works as a set of commands, prefixed with a slash, that you run through an AI coding assistant. An initialize command sets up a folder structure, generates governance files like CLAUDE.md and CONTRIBUTING.md, installs supporting scripts, and adds a pre push git hook that checks for outdated documentation before you push code. From there you import documents from sources including Lark, Apipost, local code folders, and PDF files, and register external sources so the tool can automatically detect when they change and flag documentation that may be out of date. Once your knowledge base is built, you can ask it questions directly and get answers pulled from your own content, or ask it to reason step by step through more complex, multi part questions. It combines three retrieval techniques, keyword based search, dense vector search, and graph based search, to find relevant information. It can also auto generate wiki style pages that link to each other based on the imported content. The project supports over eleven input formats and documents both an English and a Chinese version of its README. It is aimed at engineering teams who want their internal knowledge to stay current and to be answerable by AI agents rather than scattered and forgotten across many separate tools.
A tool that unifies scattered team docs into one searchable knowledge base an AI agent can query and reason over.
Mainly Shell. The stack also includes Shell, Python.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.