What problem does it solve?
Maintains cross-repository API contracts through local definitions and type validation. Integrates strictly with Obsidian/Planka via Native MCP to coordinate breaking changes. Use this skill when implementing API endpoints or clients, proposing contract changes, or validating contract adherence across repositories.
Core Features & Use Cases
- Contract discovery and tooling: Before implementing any API endpoint or client, check for contract definitions in api-contract/ or .contracts/. If neither exists and you are implementing API endpoints, propose creating an api-contract/ directory following the standard structure.
- Coordination triad: Aligns changes across Source Code, Obsidian Graph, and Planka board to maintain consensus and track impact.
- Handoff & governance: Document changes, bump versions, and update relevant notes to ensure traceability and governance.
Quick Start
Run a cross-repo contract workflow by locating contract definitions in api-contract/ or .contracts/, aligning changes in version.ts, and updating Obsidian and Planka notes.