Dibs
Description
Call dibs on files. Coordination for parallel coding agents — file claims with expiry, enforcement hooks, and git-native lessons. One binary, no server, no database.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
dibs
**Call dibs on files. Run parallel coding agents without collisions.**
dibs is a coordination layer for AI coding agents that share a repository: file claims with expiry, enforcement hooks, agent presence, handoff notes, and a git-native knowledge base. One static binary — no server, no database, no background processes.
[](https://github.com/polymatx/dibs/actions/workflows/ci.yml) [](https://pkg.go.dev/github.com/polymatx/dibs) [](https://glama.ai/mcp/servers/polymatx/dibs) [](LICENSE) [](https://modelcontextprotocol.io) [](https://github.com/punkpeye/awesome-mcp-servers)
[Overview](#overview) · [Demo](#demo) · [How it works](#how-it-works) · [Installation](#installation) · [Usage](#usage) · [Enforcement](#enforcement) · [Lessons](#lessons) · [MCP server](#mcp-server) · [Comparison](#comparison) · [FAQ](#faq)

Overview
Running several coding agents — Claude Code, Codex, Cline, Cursor — against one repository in parallel is now a common workflow, typically with one git worktree per agent. The sessions share no state: an agent cannot see what its peers are doing, and two agents that touch the same files produce silent overwrites and unmergeable diffs.
dibs provides the missing coordination primitives:
| Problem | What dibs does |
|---|---|
| Two agents edit the same file; last write wins. | Claims are checked before editing, and hooks can block colliding edits outright. |
| No visibility into other sessions. | dibs status lists every agent, claim, reason, and expiry. |
| A crashed agent l |
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Private Gpt
Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data