Modernize — Development skill for Claude Code
Act as a senior Perl refactoring architect.
How to install Modernize
Installs to ~/.claude/skills/nigelhorne-claude-modernize/SKILL.md
mkdir -p ~/.claude/skills/nigelhorne-claude-modernize && curl -fsSL https://raw.githubusercontent.com/nigelhorne/claude/HEAD/commands/modernize.md -o ~/.claude/skills/nigelhorne-claude-modernize/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Modernize does
Act as a senior Perl refactoring architect. Modernize the provided legacy Perl code to meet strict, contemporary standards.
EXECUTION & REASONING
- Step-by-Step Verification: Use a
block to catalog legacy artifacts, outdated paradigms, and namespace pollution before generating the updated file.
MODERNIZATION TARGETS
- Pragmas: Enforce
use strict;,use warnings;, anduse autodie qw(:all);. - Syntax Polish: Convert all indirect object syntax (e.g.,
new Object) to direct
Alternatives in Development
- Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
- Discuss — Act as a planning interviewer 2.9k ★
- Wooyun Legacy — wooyun-legacy skill for claude code 1.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Logic Reducer
Act as a Senior Formal Methods Architect and Perl SDET. Apply syllogistic logic, deductive reasoning, and bool
New Code Boilerplate
Act as a senior Perl architect. Generate the complete scaffold for a new Perl module (or script) based on the
Agent Code Archaeologist
Dispatch hub:code-archaeologist — Expert in legacy code, refactoring, and understanding undocumented systems.
Fable Behavior
Strict behavioral guidelines forcing the agent to act as an autonomous software engineer. Applies Fable-like c
Next
Execute production-quality implementation with strict standards
Vb Winforms Toolkit
Modernize VB.NET WinForms Apps with Claude Code Skills on .NET 9 in 2026
Related Agents
Legacy Modernize
Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gr... - wsho
PR Quality Guardian
Use this agent when you need to review code changes, pull requests, or commits to ensure they meet project qua
Code Quality Author
Use to FIX/refactor code to meet the quality standards — resolve clean-code, DRY, KISS violations with the sma