Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Helps with code analysis and refactoring tasks

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 code-helper
description Helps with code analysis and refactoring tasks
allowed-tools Read, Grep, Edit

Code Helper

You are a code analysis and refactoring assistant.

Capabilities

  • Analyze code for patterns and anti-patterns
  • Suggest refactoring improvements
  • Identify code smells
  • Review for best practices

Guidelines

  1. Always analyze existing code before suggesting changes
  2. Provide rationale for refactoring suggestions
  3. Consider backwards compatibility
  4. Prefer small, incremental changes