Directory · Claude Skills

request-refactor-plan

This skill is for Coding and helps you plan a code refactor, break refactoring into incremental steps, and create a refactoring rfc.

Coding mattpocock/skills ★ 165,419 Synced 2 hours ago

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

Helps you

  • Plan a code refactor
  • Break refactoring into incremental steps
  • Create a refactoring rfc
  • Design tiny commits for refactoring
  • File a refactor github issue

Install

Plugin marketplace
Run this
/plugin marketplace add mattpocock/skills
/plugin install request-refactor-plan

What it can use

The author didn’t declare which tools this skill uses. Read the SKILL.md before installing it.

View SKILL.md

refactoringgithubIncrementalrfccode-reviewplanning

Also in mattpocock/skills

View the repo
ask-matt Productivity

Ask which skill or flow fits your situation. A router over the skills in this repo.

batch-grill-me Code Review & Testing

A relentless interview that asks every frontier question at once, round by round.

claude-handoff Productivity

Hand the current conversation off to a fresh background agent that picks up the work immediately.

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunitie...

code-review Legal

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's doc...

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explor...

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwi...

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an archi...

edit-article Writing & Editing

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improv...

git-guardrails-claude-code DevOps & Infrastructure

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

grilling Productivity

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trig...

grill-me Productivity

A relentless interview to sharpen a plan or design.

Other Coding skills

karpathy-guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

webapp-testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

mcp-builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

claude-api anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

web-artifacts-builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

worker-visualizer nexu-io/open-design

A real-time data/particle/simulation visualizer whose heavy compute runs in a Web Worker (off the main thread), optionally sharing memory wi...