Dependency Drift banner
zanix-io zanix-io

Dependency Drift

Development community

Description

--- name: dependency-drift description: Verifies that code — generated by @zanix/cli, or cited/claimed by a skill's own examples — still compiles against real, currently-published @zanix/* package versions. Merges "API compatibility" and "dependency drift" into one check, since they're the same underlying question. Distinct from dependency-direction-sweep (whether the CURRENT cross-repo import graph obeys tier ordering — a direction/circularity check, not an API-compiles-against-reality one). Us

Installation

Installs to ~/.claude/agents/zanix-io-claude-skills-dependency-drift.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zanix-io/claude-skills/HEAD/.claude/agents/dependency-drift.md -o ~/.claude/agents/zanix-io-claude-skills-dependency-drift.md

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

Full documentation available on GitHub

View Source Repository