Light Md DriftUpdate banner
GabrielOnDelphi GabrielOnDelphi

Light Md DriftUpdate

Project Management community

Description

--- name: light-md-DriftUpdate description: Scan a Delphi project's markdown docs (CLAUDE.md, README.md, docs/*.md) for drift against the current code — stale class names, file paths, settings keys, procedure signatures, architecture claims — then apply surgical Edit fixes. Reads whole docs and verifies each claim against the code in its own context, returning a per-file drift report. Normally launched by the /light-md-DriftUpdate skill; valid standalone. tools: Glob, Grep, Read, Edit model: opu

Installation

Installs to ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-md-driftupdate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GabrielOnDelphi/Claude-Tools-for-Delphi/HEAD/.claude/agents/light-md-DriftUpdate.md -o ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-md-driftupdate.md

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

Full documentation available on GitHub

View Source Repository