pli-migration-analyzer
Installation
SKILL.md
PL/I Migration Analyzer
Analyzes legacy PL/I programs and generates Java migration strategies. Extracts business logic, data structures, procedures, and dependencies to produce actionable migration plans.
Workflow
1. Discover PL/I Programs
Find PL/I source files in the workspace:
find . -name "*.pli" -o -name "*.PLI" -o -name "*.pl1"
2. Analyze Program Structure
For each PL/I program, extract: