Minerva · Skill intelligenceTurn agent sessions into skills.
Read the conversation. See the tool calls. Propose the skill the harness should have loaded — then keep that library in sync.
Read the conversation. See the tool calls. Propose the skill the harness should have loaded — then keep that library in sync.
A harness session already contains the workflow: the prompt, the tool calls, the retries, the corrections. Minerva reads those traces and proposes SKILL.md files so the next session does not rediscover the same path.
Minerva does not run your agent. It reads what the harness already wrote to disk, extracts deterministic signals, and drafts skills with evidence.
Claude Code, Codex, Cursor, and others — normalized into one Trace model.
Retries, corrections, load-gaps, repeated tool sequences, shell families.
New, update, or “load this existing skill” — each with session evidence.
Canonical ~/.agents/skills, linked or copied into writable harness dirs.
Four commands get you from a binary to ranked skill proposals.
$ go install github.com/abdul-hamid-achik/minerva/cmd/minerva@latest $ minerva init $ minerva sessions --since 7d $ minerva propose --since 30d