refactoring

Installation
SKILL.md

Refactoring Skill

Atomic skill for code smell detection and safe refactoring

Skill Definition

skill_id: refactoring
responsibility: Single - Code smell detection and refactoring guidance
atomic: true
idempotent: true

Parameter Schema

interface SkillParams {
  // Required
  action: 'detect' | 'plan' | 'apply' | 'validate';
Related skills
Installs
4
GitHub Stars
2
First Seen
Jan 30, 2026