yurgeno

Kaut — AI skill for Claude Code

AI community

KAUT — Knowledge Actualization Under Trust: self-maintaining, AI-first project knowledge for AI agents.

How to install Kaut

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yurgeno/kaut and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Kaut does

KAUT — Knowledge Actualization Under Trust: self-maintaining, AI-first project knowledge for AI agents. Source-bound docs, git-computed freshness verdicts, a gated write path, zero dependencies, MCP server included.

Alternatives in AI

  • WeKnora — Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, an 26.9k ★
  • Codex Plugin — 's /codex:adversarial-review command 9.6k ★
  • macOS App Skills — AI coding agent skills for building, shipping, and maintaining native macOS apps 657 ★

README

KAUT — Knowledge Actualization Under Trust

[![test](https://github.com/yurgeno/kaut/actions/workflows/test.yml/badge.svg)](https://github.com/yurgeno/kaut/actions/workflows/test.yml) [![release](https://img.shields.io/github/v/release/yurgeno/kaut)](https://github.com/yurgeno/kaut/releases) [![license](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE) ![node](https://img.shields.io/badge/node-%E2%89%A5%2020-339933?logo=nodedotjs&logoColor=white) ![platforms](https://img.shields.io/badge/platforms-linux%20%7C%20macos-informational) ![runtime deps](https://img.shields.io/badge/runtime%20deps-0-success) [![OKF](https://img.shields.io/badge/OKF-v0.2-blueviolet)](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md)

**Makes legacy codebases AI-native.** KAUT is self-maintaining, AI-first documentation for your project — a knowledge layer that makes undocumented, weak-context code legible to AI agents. Not a memory of conversations — a knowledge base about the system itself: what it does, how it is structured, and why. It turns what agents learn while working into living documentation — so no session starts from zero.

Zero-dependency Node.js (≥ 20, developed on 24), Apache-2.0. **Developed and tested on macOS and Linux** (CI runs Linux, Node 20 and 24); Windows is not supported.

**A complete, standalone product.** One `git clone` is the whole install; point your harness at the bundled MCP server (or call the CLI from any skill/prompt) and it works — no orchestrator, no framework, no services, no accounts, nothing else to deploy. It composes with the sibling [TAUT](https://github.com/yurgeno/taut) orchestration framework (TAUT drives agents, KAUT is what they know) — but that integration is optional, not a dependency.

**Status: v0.9.0 — the full loop is live.** Reading: `lookup` (one-call ready answer) with freshness verdicts (merge-base-anchored, never crying "fresh" when unsure), trust tiers, and the `altitude` co