What problem does it solve?
Cross-platform parity drift between web and desktop implementations in a Foundry monorepo can cause feature drift, inconsistent UX, and wasted effort. This Skill helps teams audit and enforce alignment across apps/web and apps/desktop, ensuring shared packages are used consistently.
Core Features & Use Cases
- Drift audits across web and desktop to detect identical components, similar functionality, and opportunities for extraction into shared packages.
- Layer placement checks to ensure code resides in the correct layer (apps, packages) and adheres to project conventions.
- Abstraction seams validation to enforce proper interfaces and adapters between UI and backend components.
- Parallel implementation detection to surface duplication and guide consolidation.
- Schema readiness checks to ensure Convex schemas and runtime considerations are aligned for cross-platform execution.
Quick Start
Run a full parity audit on a pull request that touches both web and desktop code paths to surface drift, layer violations, and seam issues.