What problem does it solve?
This Skill addresses the complexity of managing multiple framework-specific component implementations by providing a single, unified substrate for adapters, ensuring consistent type analysis and compilation across different frameworks like Vue and Svelte.
Core Features & Use Cases
- Unified Adapter Substrate: Provides a shared contract for framework descriptors, registry management, and surface execution, eliminating the need for per-framework semantic forks.
- Carrier-Generic LSP Routing: Enables framework-agnostic LSP features, ensuring that new frameworks can be integrated without modifying host-level routing logic.
- Use Case: When adding support for a new frontend framework to the Verter toolchain, this Skill provides the necessary registry and executor contracts to ensure the new framework benefits from existing type-provider and compilation infrastructure.
Quick Start
Use the framework-adapters skill to register a new framework descriptor and verify its integration with the shared carrier compiler registry.