Give your coding agent a memory and a map.
This is a setup kit that an AI agent (Claude Code, Codex, or free-claude-code)
runs against your machine to build you a personal agentic work system:
It is built by interview, not template-filling: the agent first scans your
machine (read-only, disclosed up front), infers what it can, and asks only what
it can’t. And it is not domain-locked: the wiki’s page-type schema is
composed per user from a catalog of types with a mechanism for minting new
ones — it fits deep-learning research, product engineering, data work, ops,
and long-form writing equally, including all of them at once.
| Without | With |
|---|---|
| Every session starts from scratch; you re-explain your projects, paths, and what you already tried | The agent reads the wiki’s index.md first and answers from filed, cited facts |
| Agent "memory" is confabulated or stale | Only verified facts enter the wiki; every fact carries a provenance tag; uncertainty is marked draft and asked about, never guessed |
| Each machine (and each harness) has its own drifting configuration | One generated instruction stack, versioned in your wiki repo, deployed by copy to every harness and machine, with drift detection |
| Remote machines are re-explained every time, and shared clusters are one confident mistake away from disaster | Each machine is a wiki page that doubles as its operating manual — connection, quirks, and explicit guardrails the agent obeys |
git pull here is always clean.claudecodexThe agent discloses what it will scan, interviews you in short adaptive waves,
proposes a plan, and only then creates anything. Expect 15–40 minutes depending
on how much of your existing world you want ingested on day one.
Already have CLAUDE.md files, an AGENTS.md, or a wiki? Setup adopts and
merges: it reads what you have, maps it onto the schema, and shows you a diff —
your existing rules survive; nothing is overwritten silently. Re-run any time:
your-wiki/ (private git repo — the memory) your machine(s)
├── CLAUDE.md + AGENTS.md wiki schema ~/.claude/CLAUDE.md ┐ deployed
├── index.md catalog: read first ~/.codex/AGENTS.md │ copies of
├── log.md append-only history <work-dir>/CLAUDE.md │ config/
├── wiki/*.md typed, linked, <work-dir>/AGENTS.md ┘ sources
│ provenance-tagged <repo>/CLAUDE.md (optional, per repo)
│ pages <repo>/.git/hooks/pre-commit (size guard)
├── config/ instruction sources ~/.claude/commands/* (optional skills)
└── setup/ your answers, the ~/.codex/prompts/* (optional skills)
decision log, the
deploy manifest
Single machine works fully on day one. Multi-machine (SSH, remote dispatch,
shared-cluster guardrails, secure boxes) is an optional module the interview
offers when it sees the evidence.
| Harness | Reads | Remote steering | Skills / commands |
|---|---|---|---|
| Claude Code | CLAUDE.md (global, work-dir, repo) |
Yes (Claude app / remote control) | Yes — installed on opt-in |
| Codex | AGENTS.md (global ~/.codex/, repo root) |
Yes (cloud tasks / IDE) | Yes — custom prompts, installed on opt-in |
| free-claude-code | CLAUDE.md (same conventions as Claude Code) |
No — plan on tmux/screen + SSH instead | Local slash commands work |
| Anything else | AGENTS.md is vendor-neutral; most harnesses read it |
varies | varies |
Windows, macOS, and Linux are all supported; shipped tooling is Python 3,
standard library only.
.env files, and credential stores are never opened.If you are an AI agent reading this, you have been asked to set up (or tune,
audit, or extend) this user’s agentic work system. Proceed as follows:
CLAUDE.md / AGENTS.md in this directory — the operating contract..wiki-path here. Present ⇒ a setup exists: read<wiki>/setup/ first. Absent ⇒ first run.flows/setup.mdflows/adopt.mdflows/tune.mdflows/audit.mdflows/add.mdImported from gh:Kentucky-Open-Science/LLM-Wiki-Setup. Source last updated 2026-08-26. Synced 2026-08-26.
Source code on GitHub.
Give your coding agent a memory and a map.
This is a setup kit that an AI agent (Claude Code, Codex, or free-claude-code) runs against your machine to build you a personal agentic work system:
It is built by interview, not template-filling: the agent first scans your machine (read-only, disclosed up front), infers what it can, and asks only what it can't. And it is not domain-locked: the wiki's page-type schema is composed per user from a catalog of types with a mechanism for minting new ones — it fits deep-learning research, product engineering, data work, ops, and long-form writing equally, including all of them at once.
| Without | With |
|---|---|
| Every session starts from scratch; you re-explain your projects, paths, and what you already tried | The agent reads the wiki's index.md first and answers from filed, cited facts |
| Agent "memory" is confabulated or stale | Only verified facts enter the wiki; every fact carries a provenance tag; uncertainty is marked draft and asked about, never guessed |
| Each machine (and each harness) has its own drifting configuration | One generated instruction stack, versioned in your wiki repo, deployed by copy to every harness and machine, with drift detection |
| Remote machines are re-explained every time, and shared clusters are one confident mistake away from disaster | Each machine is a wiki page that doubles as its operating manual — connection, quirks, and explicit guardrails the agent obeys |
git pull here is always clean.