Kibsu banner
M-Bajalan M-Bajalan

Kibsu

Development community

Description

What can your agents not do in this repository yet? Measures whether agent instructions can be verified. Writes nothing.

Installation

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

README

Kibsu

[![CI](https://github.com/M-Bajalan/kibsu/actions/workflows/ci.yml/badge.svg)](https://github.com/M-Bajalan/kibsu/actions/workflows/ci.yml) [![CodeQL](https://github.com/M-Bajalan/kibsu/actions/workflows/codeql.yml/badge.svg)](https://github.com/M-Bajalan/kibsu/actions/workflows/codeql.yml) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/M-Bajalan/kibsu/badge)](https://scorecard.dev/viewer/?uri=github.com/M-Bajalan/kibsu) [![PyPI](https://img.shields.io/pypi/v/kibsu)](https://pypi.org/project/kibsu/) [![Python 3.8+](https://img.shields.io/badge/python-3.8%2B-blue)](https://github.com/M-Bajalan/kibsu/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Dependencies: none](https://img.shields.io/badge/dependencies-none-brightgreen)](pyproject.toml) [![OS](https://img.shields.io/badge/OS-linux%20%7C%20macOS%20%7C%20windows-blue)](https://github.com/M-Bajalan/kibsu/actions/workflows/ci.yml)

**What can your agents not do in this repository yet?**

You have written instructions for coding agents — `AGENTS.md`, `CLAUDE.md`, a `skills/` directory, `.cursorrules`. Kibsu reads them alongside your git history and reports which of those instructions anyone could actually verify were followed, and which ones only work when a human remembers.

The read-only commands write nothing — run one, then run `git status`. Four commands write on purpose and say so before they do: `index` (the index file), `install` and `gate --install` (vendored tools plus hook wiring, reversible), `check --receipt` (a receipt file). Everything else — `report`, `audit`, `discover`, `survey`, `guide`, `learn`, `tokens` — reads only.


Run it

No dependencies. Python 3.8+.

python -m kibsu report /path/to/any/repo

`report` is one of twelve subcommands — `python -m kibsu --help` lists them all. It is the one to start with, and the only one you need to read this page.

Real output, against a public repository a