agigante80

Code Refactoring Plan — Development skill for Claude Code

Development community

Analyze code smells and technical debt, producing a prioritized refactoring roadmap.

How to install Code Refactoring Plan

Installs to ~/.claude/skills/agigante80-vibe-coding-prompts-code-refactoring-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agigante80-vibe-coding-prompts-code-refactoring-plan && curl -fsSL https://raw.githubusercontent.com/agigante80/vibe-coding-prompts/HEAD/prompts/code-refactoring-plan.md -o ~/.claude/skills/agigante80-vibe-coding-prompts-code-refactoring-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Code Refactoring Plan does


name: code-refactoring-plan category: development-workflow version: 1.1.0 updated: 2026-08-28 description: Analyze code smells and technical debt, producing a prioritized refactoring roadmap. platforms: [chatgpt, claude, gemini, copilot-chat]

Code Refactoring Plan Generator

**Objective**

Analyze codebase to identify code smells, technical debt, and architectural issues, then generate prioritized refactoring roadmap with effort estimates and risk assessments.


**Assessment

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Implement Plan — You are tasked with implementing an approved technical plan from thoughts/shared/plans/ 10k ★
  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★

Full documentation available on GitHub

View Source Repository