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
More from pluginagentmarketplace/custom-plugin-software-design
design-patterns
Identify, implement, and teach GoF design patterns
10domain-driven-design
Model business domains using DDD tactical and strategic patterns
6architecture-patterns
Design, evaluate, and document software architecture patterns
6solid-principles
Apply and validate SOLID principles in object-oriented design
5tdd-practices
Guide TDD workflow, design tests, and create mocking strategies
4clean-code
Analyze and improve code quality, readability, and maintainability
4