plumbkit/plumb

IDE intelligence for AI coding agents, with LSP semantics, tree-sitter indexing, project memory, and concurrency-safe edits.

4Stars on the repository
13Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-lsp-adapter

01

plumbkit/plumb

Skill Claude CodeCodex

Add or validate a language-server adapter in plumb — the base.Adapter shape, the promotion hazard, the conformance and error-contract harnesses, and the experimental-to-validated promotion rule. Use when adding a language or debugging an adapter's diagnostics round-trip.

4 yesterday A 58 tokens original MIT

add-mcp-tool

02

plumbkit/plumb

Skill Claude CodeCodex

Add a new MCP tool to plumb — file layout, Tool interface, WriteDeps, registration, lean-profile decision, tests, and every doc/table that must be updated. Use when creating, renaming, or removing a plumb MCP tool.

4 yesterday A 55 tokens original MIT

plumb-chat

03

plumbkit/plumb

Skill Claude CodeCodex

Talk to another agent working the same plumb workspace — address a peer session by name, hand your turn over while waiting for its reply, and read silence correctly. Use when work has to be coordinated with a concurrent session.

4 yesterday A 49 tokens original MIT

plumb-diagnose

04

plumbkit/plumb

Skill Claude CodeCodex

Work out why a plumb call was refused, or why a change looks broken — read the rejection, get compile truth from diagnostics, and check the daemon and index before blaming the code. Use when a tool call fails or a result looks wrong.

4 yesterday A 56 tokens original MIT

plumb-explore

05

plumbkit/plumb

Skill Claude CodeCodex

Navigate and understand unfamiliar code using plumb MCP tools.

4 yesterday A 15 tokens original MIT

plumb-git

06

plumbkit/plumb

Skill Claude CodeCodex

Run git through plumb's policy-gated git tool — what each tier allows, why a subcommand was refused, and which narrower plumb tool to reach for instead of a destructive git command. Use for any git work in a plumb workspace.

4 yesterday A 56 tokens original MIT

plumb-memory

07

plumbkit/plumb

Skill Claude CodeCodex

Search plumb's per-workspace memories before re-deriving a decision or constraint, and write one after learning something a later session would otherwise rediscover. Use when knowledge outlives the current task.

4 yesterday A 46 tokens original MIT

plumbkit/plumb

Skill Claude CodeCodex

Prove reuse and minimality with plumb evidence before writing non-trivial code.

4 yesterday A 22 tokens original MIT

plumb-refactor

09

plumbkit/plumb

Skill Claude CodeCodex

Rename symbols, move files, and make cross-file edits safely using plumb MCP tools.

4 yesterday A 22 tokens original MIT

plumb-testing

10

plumbkit/plumb

Skill Claude CodeCodex

After changing code with plumb, find which tests to run (topologyaffected) and run them (runtask). Use after any edit, before claiming work is done.

4 yesterday A 40 tokens original MIT