What problem does it solve?
This Skill provides a unified control plane for managing complex, multi-repository software projects, ensuring consistency, detecting drift, and enforcing development best practices across an entire ecosystem.
Core Features & Use Cases
- Ecosystem Grounding: Understand the current state of all scanned repositories, including contract statuses and recent changes.
- Cross-Repo Impact Analysis: Predict the ripple effects of proposed changes across different services or modules before implementation.
- Automated Verification: Enforce coding standards, prevent hallucinations, and ensure adherence to API contracts.
- Use Case: Before refactoring a shared API endpoint, use
cross-repo-impact to identify all consumers that will be affected, then use anti-slop-gate to ensure the new implementation adheres to all established contracts and conventions.
Quick Start
Use the using-omni-link skill to ground yourself in the ecosystem state before starting work.