Driftlint banner
alifurkangokce alifurkangokce

Driftlint

Development community

Description

--- description: Scan this repo's agent context files for drift (dead paths, dead commands, invisible skills, stale knowledge) and fix what's found. --- Run driftlint on the current repository and fix the drift it finds. 1. Run the scanner, preferring the published package and falling back to the repo build: - `npx -y @alifurkangokce/driftlint --json --no-fail` - if that fails: `npx -y github:alifurkangokce/driftlint --json --no-fail` 2. If there are no findings, say so and stop — do not

Installation

Installs to ~/.claude/skills/alifurkangokce-driftlint-driftlint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alifurkangokce-driftlint-driftlint && curl -fsSL https://raw.githubusercontent.com/alifurkangokce/driftlint/HEAD/commands/driftlint.md -o ~/.claude/skills/alifurkangokce-driftlint-driftlint/SKILL.md

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

Full documentation available on GitHub

View Source Repository