mick-gsk/drift

13 stars · Last commit 2026-07-30

Claude Code plugin that tells your agent when it is about to build something that already exists. Two-line install, no dependencies, answers in under 100 ms. Also a standalone static analyzer for structural drift.

README preview

<div align="center">

<img src="https://raw.githubusercontent.com/mick-gsk/drift/main/docs/assets/banner.svg" alt="drift — steer your agent before it ships" width="900">

# Drift

**Your agent is about to build it twice. Drift tells it first.**

```bash
/plugin marketplace add mick-gsk/drift
/plugin install drift@drift
```

<img src="https://raw.githubusercontent.com/mick-gsk/drift/main/demos/guard.gif" alt="A Go function named ValidateToken is written; drift tells the agent that validate_token already exists in a Python file" width="900">

<sub>Not a mock-up — `bash demos/guard-in-30-seconds.sh` runs exactly this on your machine, in under a second.</sub>

Restart Claude Code, then run `/drift:doctor` — it checks the install and, from
the index it just built, names what is already defined twice in your repository:

View full repository on GitHub →