escoffier-labsescoffier-labsOfficial·8 Agent Skills Included

brigade

Trackable coding work, verification receipts, and shared memory

Tracks coding work across tools, repos, and sessions with task claims, verification receipts, and shared memory handoffs. Eliminates lost context between sessions, unverified completion claims, and two workers grabbing the same task. Routes tests through recorded runs so every result carries a real exit code and feeds an outcome-based learning ledger.
npx skills add escoffier-labs/brigade --all -g -y
Available:

Gives the agent operating rules for working in a Brigade-wired repo: run verification through Brigade instead of raw commands, capture outcomes, and write memory handoffs at the end of each session.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Brigade?

Run `npx skills add escoffier-labs/brigade --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Brigade solve?

It keeps coding work trackable across sessions by recording tasks, verification receipts, and memory handoffs, so context and proof of work are never lost.

How do verification receipts work?

Running a check through `brigade work verify run` records the command, its real exit code, and the git state as a receipt, so no one can claim success without evidence.

Does Brigade work with Claude Code and Codex?

Yes. `brigade init --harnesses claude,codex` wires the workspace files and skills into each harness, and the same rules apply across all of them.

Can non-developers use Brigade?

Basic use is command-line driven, but it is built for coding workflows, so some comfort with terminals and git repositories is expected.

Related Repositories in Software Engineering

View All in Software Engineering