Use this skill for modernization assessments, migration planning, multi-phase modernization execution, quality-gate enforcement, and retrospective process improvement in repositories that follow the modernize workflow.
Install
mkdir -p .claude/skills/modernize && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16293" && unzip -o skill.zip -d .claude/skills/modernize && rm skill.zipInstalls to .claude/skills/modernize
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill for modernization assessments, migration planning, multi-phase modernization execution, quality-gate enforcement, and retrospective process improvement in repositories that follow the modernize workflow.218 chars✓ has a “when” trigger
About this skill
Modernize
Use this skill when the user wants Codex to assess, plan, execute, or retrospect on a modernization effort.
Start Here
- Read
AGENTS.mdfirst for testing, logging, and documentation rules. - Use the lifecycle in references/lifecycle.md.
- Use references/source-map.md for the canonical protocol and script sources.
- Preserve the repo's quality gates; do not weaken them during migration.
Operating Rules
- Follow the lifecycle: assess -> plan -> execute -> retro -> apply improvements.
- Keep specialist separation: coordinator, security, architect, coder, tester, documentation.
- Use repo scripts for dependency analysis, stage testing, validation, and history logging.
- Treat
AGENTS.mdas the primary configuration source; useCLAUDE.mdonly as legacy fallback.
When To Read More
- For workflow sequencing: references/lifecycle.md
- For source mapping and quality gates: references/source-map.md