A skill for AI Agents which makes use of TangleGuard to develop maintainable codebases.
It teaches the agent to query the codebase's real architecture (layers, packages, dependency graph) instead of guessing it from file paths — and to preflight every import with check-import before writing it, so dependencies that violate your rules or close a cycle never enter the codebase.
You have to have to TangleGuard CLI installed. The recommended way to install it is via Homebrew:
brew install --cask tangleguard-cliSee the documentation for alternative installation methods.
This repo is a Claude Code plugin and its own marketplace:
/plugin marketplace add TangleGuard/Agent-Skill
/plugin install tangleguard@tangleguard
The skills follow the Agent Skills format — point your agent's skill loader at the skills/ directory (architecture, validate, untangle), or copy it into your project's skills folder (e.g. .claude/skills/, .codex/skills/).