← ClaudeAtlas

wiki-itlisted

Build and run a knowledge vault -- interlinked markdown+frontmatter pages compiled from sources by agents, made trustworthy through human review, self-describing so any agent can operate it without this skill. Fires on four branches: starting a vault ("build a wiki / knowledge base about X", "make this material navigable"); working inside an existing vault (ingest a source, add or enrich pages -- the vault's own AGENTS.md wins where they disagree); review ("what needs review", work the queue, promote pages); and audit ("lint the vault", find stale, broken, or orphaned pages). Turning a source into agent behavior is distill's job; a one-shot report with no maintenance life needs no vault -- write the report directly.
lroolle/skills · ★ 0 · AI & Automation · score 65
Install: claude install-skill lroolle/skills
# Wiki-it The pipeline is a compiler: `Sources -> Schema -> Compiler (LLM) -> Review gate (human) -> Product (plain files)`. The domain-specific parts are the schema and the sources; the workflow is universal; the product is markdown+frontmatter that outlives the agent, the human, and the tooling. Two tests, and both must pass: - **Reader test:** a person lands on any editorial page and learns something true that makes them want to go deeper. - **Cold-agent test:** an agent lands on the vault with this skill absent and still operates it correctly, because the vault carries its own contract (AGENTS.md, schema.md, llms.txt). The second test is the architecture. This skill is the compiler and toolchain; the vault is the program. Build-time knowledge lives here; the run-time contract ships inside the vault, so it travels with the artifact to every future agent, tool, and fork. ## Gate A vault is a maintenance commitment, not a document. Size the ask before building one: | Situation | Move | |-------------------------------------------------------------|-------------------------------------------------------------------------------------| | One question, one answer | Answer it. No vault. | | Source should change how agents *behave*