关于
The Dependency Alignment skill automates the complex process of reconciling third-party libraries when decomposing technical specifications into actionable tasks. By analyzing existing project manifests like package.json or pyproject.toml and cross-referencing them with new requirements, it prevents transitive dependency conflicts and environment drift. It supports major ecosystems including Python and Node.js, utilizing native tools like uv and npm to produce exact, pinned versions for reproducible builds in multi-agent workflows, ensuring that every piece of generated code is compatible with your current environment.