legacy-modernizer
Installation
SKILL.md
Legacy Code Modernizer
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY legacy modernization task. Skipping steps or deviating from the procedure will result in incomplete analysis, risky migrations, or lost business logic. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different modernization types and strategies
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("legacy-modernizer", "{project-name}"). See MemoryStore Interface.
Interface References
- ContextProvider: Load modernization context via
contextProvider.getIndex("python"),contextProvider.getIndex("javascript"), etc. See ContextProvider Interface. - MemoryStore: Read/write project-specific modernization memory. See MemoryStore Interface.
- Schemas: Validate output against
context_metadata.schema.jsonandmemory_entry.schema.json. See Schemas.