Drift Detect banner
agent-sh agent-sh

Drift Detect

Development community

Description

--- description: Deep repository analysis to realign project plans with actual code reality codex-description: 'Use when user asks to "check plan drift", "compare docs to code", "verify roadmap", "scan for reality gaps". Analyzes documentation vs actual code to detect drift and outdated plans.' argument-hint: "[--sources github,docs,code] [--depth quick|thorough] [--output file|display|both] [--file PATH]" allowed-tools: Bash(git:*), Bash(gh:*), Read, Glob, Grep, Task, Write --- # /drift-detect

Installation

Installs to ~/.claude/skills/agent-sh-drift-detect-drift-detect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-drift-detect-drift-detect && curl -fsSL https://raw.githubusercontent.com/agent-sh/drift-detect/HEAD/commands/drift-detect.md -o ~/.claude/skills/agent-sh-drift-detect-drift-detect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository