Skip to content
kiloloop tools & skills
Tools & Skills

Tools that make agent work checkable.

No auto-fix. No magic. Just findings.

Deterministic. Versioned. Fixture-tested.

small, sharp, standalone · separate from the OACP protocol line

Catalog 05 entries
Running OACP? The operating-loop skills live at oacp.dev ↗

kiloloop-skills

collection v0.3.0

Every skill is a unit that can be falsified.

Agent-discipline skills for coding-agent runtimes (Claude Code, Codex): self-contained, versioned, fixture-tested. Each skill is an independent unit carrying its own instructions, deterministic scripts, and falsifiable fixtures.

Self-contained means independently installable. A skill either vendors its implementation or wraps an exact version of a published package. Neither form may depend on an unpublished repository or a floating dependency — no exceptions.

skills/
├── memory-lint/ wrapper · pinned memory-lint==0.1.0
├── usage-cost/ vendored
├── verify-numbers/ vendored · new in 0.3.0
└── proof-before-done/ vendored · new in 0.3.0
each unit: SKILL.md · scripts/ · fixtures that can fail

A release is a snapshot of the whole collection. Skills ship together and install independently; the changelog records which release carried which pin.

Release
0.3.0
Skills
04
License
Apache-2.0
git clone https://github.com/kiloloop/kiloloop-skills.git github ↗ changelog ↗
Deterministic

Same corpus in, same findings out. Nothing here asks a model what it thinks.

Versioned

Every skill pins the exact tool version it wraps. Upgrades are a decision, not a surprise.

Fixture-tested

Each unit ships fixtures that can fail. A skill that cannot be falsified is a suggestion.

A tool joins this catalog when it ships — a version on PyPI or a tagged repo, fixtures that pass, and a license. Nothing is listed before it exists.