概要
This skill provides a specialized framework for updating Foundry Virtual Tabletop codebases to the V13 architecture. It assists developers in converting legacy CommonJS to ECMAScript Modules (ESM), replacing deprecated data access patterns with structured DataModels, and correcting breaking changes in hook signatures and manifest configurations. By implementing these industry-standard patterns, developers can ensure their modules are performant, valid, and fully compatible with the latest Foundry core updates while avoiding common pitfalls like incorrect hook arguments or legacy data structures.