git404hub

what is agent-wiki fr?

lazymac2x/agent-wiki — explained in plain English

Analysis updated 2026-05-18

40ShellAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A template repository that organizes shared knowledge for AI coding agents, borrowing quality control ideas from manufacturing.

vibe map

mindmap
  root((repo))
    What it does
      Organizes agent knowledge
      Separates wiki from logic
      Self checks consistency
    Tech stack
      Shell scripts
      Markdown wiki
      Git hooks
    Use cases
      Bootstrap new agent project
      Maintain shared knowledge base
      Enforce documentation rules
    Audience
      AI agent builders
      Developers
      Knowledge managers

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

Scaffold a new AI agent project with a shared knowledge wiki attached.

VIBE 2

Enforce consistency rules on documentation with an automated lint and index check.

VIBE 3

Organize domain knowledge separately from project specific business logic.

VIBE 4

Apply manufacturing style quality checks like error proofing to an agent workflow.

what's the stack?

ShellMarkdownGit

how it stacks up fr

lazymac2x/agent-wikiardhaecosystem/rudr9infersports/infersports-skill
Stars404040
LanguageShellShellShell
Setup difficultymoderatemoderateeasy
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

Requires bash and works best via Git Bash or WSL on Windows, scripts enforce LF line endings.

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

in plain english

Agent wiki is a template repository for organizing knowledge that AI coding agents can pull from while they work. Instead of one giant document, it separates a project's business logic, which the README calls a core agent, from a shared wiki of background know-how, domain knowledge, and personal notes. The idea is that an AI agent working on a task can look up just the specific pieces of knowledge it needs at the moment, rather than having everything preloaded at once. A notable idea running through the README is a comparison between manufacturing quality practices and software agent workflows. It maps concepts like standard work instructions, error-proofing devices, and automatic stop mechanisms from factory floors onto equivalent ideas for AI agent systems, such as guardrails, self healing loops, and human review checkpoints. The author frames this as a direct structural match rather than a loose comparison. The repository includes scripts that check its own consistency. One script regenerates index files and a machine readable summary file automatically, and fails a build if someone hand edits those generated files instead. Another script lints the wiki notes for things like broken links, missing information, duplicate entries, and content that runs too long. Together these scripts form a gate that must pass before changes are considered acceptable, and the README states the repository enforces these same rules on itself. The project is organized into folders for agents, the wiki content itself, a folder of methodology documents, individual projects, reusable templates, example prompts, the maintenance scripts, and internal operational notes. It works on macOS, Linux, and Windows through Git Bash or WSL, using shell scripts that are line ending aware to avoid cross platform issues. To get started, you clone the repository, run an installer script to set up a commit check, and then run a script to scaffold a new project either as a lightweight pointer to existing code or as a fully self contained subtree. The project is released under the MIT License, and the README invites contributions as long as the repository's own consistency checks still pass afterward.

prompts (copy fr)

prompt 1
Help me clone agent-wiki and run the install-hooks and check-all scripts to set it up.
prompt 2
Explain how the gen-index script keeps INDEX.md and llms.txt files in sync automatically.
prompt 3
Walk me through creating a new agent-only project versus a buildable project with new-project.sh.
prompt 4
How does the manufacturing to agent harness mapping in this repository work?

Frequently asked questions

what is agent-wiki fr?

A template repository that organizes shared knowledge for AI coding agents, borrowing quality control ideas from manufacturing.

What language is agent-wiki written in?

Mainly Shell. The stack also includes Shell, Markdown, Git.

What license does agent-wiki use?

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

How hard is agent-wiki to set up?

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

Who is agent-wiki for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.