Dependency Direction Sweep banner
zanix-io zanix-io

Dependency Direction Sweep

Development community

Description

--- name: dependency-direction-sweep description: Periodic sweep across all Zanix repos for a real, existing violation of the ecosystem's own tier-ordering/dependency-direction rules — a sideways or upward @zanix/* import, or an actual cross-repo circular import chain — as opposed to guidance for avoiding one when adding a new import. Also covers a second, structurally separate axis, checked per-repo rather than cross-repo — a real intra-package circular import between plain relative-imported fi

Installation

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

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

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

Full documentation available on GitHub

View Source Repository