AlastairZeved

The Docket — Development skill for Claude Code

Development community

the-docket is a Claude Code plugin that keeps a repo's decisions from being undone.

How to install The Docket

This entry records only its repository, not the path inside it, so there is no exact command to give. Open AlastairZeved/the-docket and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What The Docket does

the-docket is a Claude Code plugin that keeps a repo's decisions from being undone. A hook prints what governs the region before an edit; a read-only judge checks the diff against the ledger at stop; a witness keeps every citation honest in CI. Rulings live in your repo, never in the plugin.

Alternatives in Development

README


TheDocket

A repo's decisions, kept where the code can find them.
Explore the docs »

Report Bug · Request Feature

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![Version][version-shield]][version-url] [![Node][node-shield]][node-url]


**Who this is for.** A builder who uses a coding agent on one project across many sessions, and who has watched the agent undo a decision that was already made — because nothing made it read the *why* first.

**What you already know.** You keep decisions somewhere, or you mean to. You know a coding agent starts every session from the code as it is, not the argument that made it that way.

**What you will not need to know.** You do not need to have used a decision log before, or to know how a plugin binds to a repo. This page starts there.

**Purpose.** After reading, you can install TheDocket on a repository and record your first ruling, and the next edit to that region will print what governs it before it changes.


Table of Contents
  1. About The Project