Claude Code Plugins

Community-maintained marketplace

Feedback

Common refactoring patterns and code transformations

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name refactor-helper
description Common refactoring patterns and code transformations

refactor-helper

Overview

Common refactoring patterns and code transformations

This skill was converted from a bash script to follow Anthropic's Agent Skills best practices.

Usage

refactor-helper <command> [options]

Commands

TODO: Extract and document commands from the script

Run refactor-helper --help to see available commands.

When to Use

TODO: Add specific use cases

Scripts

  • scripts/main.sh - Main functionality (converted from original refactor-helper)

Claude can execute this script directly without loading it into context.

Additional Resources

For detailed information, see:

Progressive Disclosure

Consider adding these reference files:

  • reference/api-reference.md - Detailed command documentation
  • reference/troubleshooting.md - Common issues and solutions