mkit
Installation
SKILL.md
mkit
mkit is a git-like CLI that produces signed, content-addressed objects.
Every commit is Ed25519-signed and named by its BLAKE3 hash, so an object chain
is self-verifying wherever it's stored, and any commit can carry attestations
(in-toto v1 Statements in DSSE envelopes). If you know git, drive
add/commit/log/branch/merge/rebase/diff/status by reflex and
spend your attention on the four differences and the differentiator commands.
For the attestation workflow specifically, reach for /mkit-attest.
Setup
cargo install mkit-cli # install mkit-cli, NOT mkit — a different, unrelated crate
mkit --version # prints: mkit <X.Y.Z>