One-click install
npx skills add https://github.com/corca-ai/claude-plugins --skill refactor-corca-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refactor
Source: https://github.com/corca-ai/claude-plugins/tree/main/plugins/refactor/skills/refactor
Command: npx skills add https://github.com/corca-ai/claude-plugins --skill refactor-corca-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, jq, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinate comprehensive refactor workflows across marketplace plugins and their skills, enabling consistent quality and safer maintenance.

Core Features & Use Cases

  • Quick Scan Mode for a broad structural check across all plugins.
  • Code Tidying Mode to identify safe, parallelizable cleanup opportunities.
  • Deep Review Mode for thorough cross-skill analysis and recommendations.
  • Holistic/Docs checks: ensure documentation alignment and quality across the marketplace.

Quick Start

Run the refactor workflow to scan all marketplace skills and surface actionable improvements.

Frequently Asked Questions about refactor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code refactoring for multiple plugins at once?

You can automate code refactoring for multiple plugins by running a coordinated workflow that applies quick scans, code tidying, and deep reviews across all installed marketplace plugins to identify improvement opportunities.

What is the best way to tidy up plugin code without risking destructive changes?

The best way to tidy up plugin code safely is to use a code tidying mode that enforces defensive, non-destructive changes with gating on file existence, identifying parallelizable cleanup opportunities without breaking existing structures.

How does a deep code review work across interconnected skills?

A deep code review works by performing thorough cross-skill analysis across all installed plugins, enforcing progressive disclosure and structured outputs to generate holistic recommendations and ensure documentation alignment.

Do I need git and python3 installed to run automated refactoring workflows?

Yes, you need git, python3, and jq installed in your environment, as these are the required dependencies for executing the automated refactoring workflows and processing the structural outputs.

Can I check documentation quality across all my installed marketplace plugins?

Yes, you can check documentation quality by running holistic and docs checks that scan all installed marketplace plugins to ensure documentation alignment and surface actionable quality improvements.

When should I use a quick structural scan instead of a deep review for my code?

You should use a quick structural scan for a broad, fast check across all plugins to surface immediate actionable improvements, and switch to a deep review when you need thorough cross-skill analysis and comprehensive recommendations.