Guide the migration of legacy AdvPL (Advanced Programming Language) code to modern TLPP (TOTVS Language Plus Plus). Covers feature comparison, syntax transformation, include/namespace adoption, typing, Try-Catch, REST migration, long identifiers, JSON inline, named parameters, access modifiers, and StaticCall removal. Use when user says 'migrate to TLPP', 'convert AdvPL', 'modernize .prw to .tlpp', 'add typing'.
$npx -y skills add totvs/engpro-advpl-tlpp-skills --skill advpl-to-tlpp-migrationInstalls into the current project.
Run `npx skills use "https://github.com/totvs/engpro-advpl-tlpp-skills" --skill "totvs/engpro-advpl-tlpp-skills/advpl-to-tlpp-migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/totvs/engpro-advpl-tlpp-skills" that are relevant to the current task. Run `npx skills add "https://github.com/totvs/engpro-advpl-tlpp-skills"` and select the relevant skills, then follow their instructions.