Operational patterns,
packaged as skills.
Nock Skills is the open-source library of operational patterns for AI agent fleets: handoff protocols, review pipelines, and standing orders, packaged as SKILL.md files an agent loads exactly when it needs them.
Animated demo: an agent runs nock skills add handoff-protocol; a SKILL.md file streams in and loads into the agent's context window.
Patterns that
just work.
Each skill is a plain Markdown file, versioned, reviewable, and committed to your repo so policy ships with your code.
When a task is marked done, write the brief and notify the next agent: the protocol does it, every time.
# handoff-protocol when: task complete do: brief + notify next
Multi-stage review pipelines (verify, critique, approve) run before anything merges to main.
# review-pipeline stages: verify, critique gate: approve to merge
Durable rules every agent follows. Commit once; the whole fleet obeys from the next boot.
# standing-orders rule: verify before merge rule: log every decision
Load a playbook.
In four steps.
Nock Skills is a CLI and a registry. Skills are just files; add them, and your agents pick them up.
Browse the skill registry
nock skills search finds community and first-party patterns by name or tag.
Add a skill to your project
nock skills add <name> drops the SKILL.md into your repo. Commit it like any other file.
Agents load skills on demand
When a task matches, the agent pulls the skill into context, no preloading, no bloat.
Write your own and share
Author a SKILL.md, publish it to the registry, and the whole community can run it.
Install
One line. No accounts. No telemetry.
# homebrew (macOS, Linux) $ brew install nocktechnologies/tap/nock-skills # list available skills $ nock skills list # add one to your project $ nock skills add review-pipeline [ok] skill loaded into agent context
Real fleet. Real patterns.
These skills run the founder's 14-agent fleet, the same playbooks, every sprint.
Stop reinventing
the workflow.
Ship a playbook.
The rest of the fleet.
Nock Skills is the playbook. It sits alongside the fence, the memory, and the dashboard that runs the fleet.
Filesystem, network, and secret fencing for AI agents. Three fences, total containment.
Learn more → FREE · OSS NockBrain · the memoryContext persistence. Diary, handoffs, identity documents. 94–99% retention.
Learn more → $29 / MO Nock Terminal · the cockpitMulti-session Claude Code with tabs, status dots, git ops, command palette. macOS native.
Learn more → $97 / MO Nock Command · the dashboardFleet coordination. Sprint planning, /fire dispatch, agent messaging, content pipeline.
Learn more → RUNTIME NockOS · the operating systemLocal runtime for persistent agents. One of many runtimes Command coordinates.
Learn more → ← Back to homepage