Skill library

The 10 workflow definitions that travel with the signed policy bundle. Any session governed by that bundle can use them.

Read them before you install them — that is the point of this page. Each one shows the literal bytes that land on your machine and the SHA-256 your agent checks them against, so nothing here is a description of the artifact standing in for the artifact.

Why these are governed

A skill is instruction text a model loads into its own context, which makes it the supply chain into agent behavior: swapping one changes what every connected agent does, with no code change anywhere. So they are graded for drift exactly like an enforcement hook, they ship non-executable at 0644 with the execute bit refused at validation, and replacing one locally makes your next attestation come back Drifted.

In the current bundle

checkpoint

Preserve and restore session state across compact and resume boundaries.

[resume|list|label] [key-or-issue-ref] · 17910 bytes · 923563ed9482bade

commit-ritual

Run the full commit ritual end to end — verify, stage with hygiene, conventional message + CHANGELOG, never bypass the pre-commit hook, commit as the…

[message-or-intent] (e.g. 'feat: add X' or just describe the change) · 10161 bytes · 33f96133766e926b

davinci

Provide project-planning support without making this session the project manager of record.

[off | mood <preset> | status | standup] · 22363 bytes · 3f4209ff4460c823

decision-tree

Put a consequential set of choices to the human as an interactive HTML decision tree with a closed click-to-resume loop, not a chat wall of options.

takes no arguments · 10182 bytes · 01012113b57f2687

dispatch

Fan work out to sub-agents — auto-briefed, parallel, governed, goal-coupled.

takes no arguments · 20754 bytes · 0faa95bf57eb3dbb

goal-forge

Forge a crisp, hook-checkable session goal — inferring a draft from the conversation plus patterns from past sessions, and/or interviewing to pin the…

takes no arguments · 9973 bytes · d14b612f4951d984

grey-cells

The detective's self-audit — put your OWN claims on trial before declaring work done.

takes no arguments · 9325 bytes · e6a9f5edcd2ef334

report-render

Render a STANDALONE visual artifact to the visual-bar standard — interactive HTML (Plotly charts + vis-network graphs) PLUS a branded PNG companion…

takes no arguments · 10595 bytes · aab06185407efe01

security-lint

Run the severity-tiered security linter over the codebase before committing.

[file-or-directory] [--verbose] · 8366 bytes · 259a2ef59c2eb221

verify-ladder

Walk the verification ladder — a one-way ratchet — when delivering any component (invariant, feature, refactor, fix).

[component or change to verify] · 12555 bytes · 5b54aeb73d7e4e1f

Fetch any of them without enrolling: GET /v1/bundle/stable for the signed manifest, then GET /v1/blob/<sha256> for the bytes. Verifying the bundle signature against the published publisher key needs nothing from us but the key id.