🎯

request-refactor-plan

🎯Skill

from mattpocock/skills

VibeIndex|
What it does
|

A skill that interviews the developer about a refactoring problem, explores the codebase to verify assertions, evaluates alternative approaches, checks test coverage, and creates a detailed GitHub issue with a plan of tiny, incremental commits.

πŸ“¦

Same repository

mattpocock/skills(13 items)

request-refactor-plan

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add mattpocock/skills --skill request-refactor-plan
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add mattpocock/skills --skill request-refactor-plan
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/request-refactor-plan/SKILL.md

SKILL.md

181Installs
-
AddedFeb 13, 2026

More from this repository10

🎯
tdd🎯Skill

Enforces test-driven development with a strict red-green-refactor loop using vertical slices (one test then one implementation at a time), emphasizing behavior verification through public interfaces rather than implementation-coupled testing.

🎯
git-guardrails-claude-code🎯Skill

Sets up Claude Code PreToolUse hooks that intercept and block dangerous git commands (push, reset --hard, clean -f, branch -D, checkout/restore .) before execution, with configurable project-level or global scope installation.

🎯
grill-me🎯Skill

Skill

🎯
write-a-skill🎯Skill

A meta-skill that guides the process of creating new agent skills with proper SKILL.md structure, progressive disclosure, and bundled resources. It helps gather requirements, draft skill files, and write effective descriptions.

🎯
design-an-interface🎯Skill

Based on the "Design It Twice" philosophy, this skill spawns multiple parallel sub-agents to generate radically different interface designs for a module, then compares them on simplicity, depth, flexibility, and ease of use.

🎯
improve-codebase-architecture🎯Skill

Skill

🎯
setup-pre-commit🎯Skill

A skill that sets up Husky pre-commit hooks with lint-staged for Prettier formatting, type checking, and test running, automatically detecting the package manager and configuring the complete pre-commit pipeline.

🎯
edit-article🎯Skill

A edit article skill from Matt Pocock's TypeScript skills for advanced type-level programming.

🎯
migrate-to-shoehorn🎯Skill

A migrate to shoehorn skill from Matt Pocock's TypeScript skills for advanced type-level programming.

🎯
prd-to-plan🎯Skill

A skill that converts a PRD (Product Requirements Document) into a multi-phase implementation plan using tracer-bullet vertical slices, saving the output as a local Markdown file.