What problem does it solve?
This skill resolves the ambiguity and risk associated with integrating third-party dependencies into a codebase by providing a structured, evidence-based framework for verifying the connection between local symbols and external contracts.
Core Features & Use Cases
- Paired-Seam Analysis: Simultaneously evaluates local implementation and external dependency behavior to ensure contract alignment.
- Revision-Aware Verification: Enforces the use of specific, locked dependency versions to prevent compatibility drift.
- Use Case: When implementing a custom Serde trait or wrapping an external SDK, use this skill to prove that your local error handling, type mapping, and lifecycle assumptions match the exact version of the library defined in your lockfile.
Quick Start
Use the code-integration skill to trace the seam between the local symbol for the authentication wrapper and the corresponding external SDK method pinned in the lockfile.