What problem does it solve?
This Skill addresses the complexity of cross-file type resolution in large Vue monorepos, providing a robust, cache-aware system to ensure type safety and IDE performance without redundant parsing.
Core Features & Use Cases
- Project-Global Cache Authority: Manages canonical file states and semantic graphs to prevent redundant AST walks and ensure consistent type inference.
- Demand-Driven Resolution: Implements lazy expansion and prepared declaration caching to optimize memory usage and speed up type checking.
- Use Case: When working on a large-scale Vue project, this Skill allows the compiler to instantly resolve complex type dependencies across barrel files and generic components while maintaining strict type safety.
Quick Start
Use the type-resolution skill to analyze the dependency graph and resolve type definitions for the current project workspace.