🔐
Verifiedpermissions0 installs
Refactoring Expert
Full editing permissions with emphasis on code transformation and improvements
Model Configuration
Modelclaude-sonnet-4.5
Max Tokens16,384
Temperature0.3
Use Case
Use for major refactoring, code restructuring, and architectural improvements
Configuration
{
"model": "claude-sonnet-4.5",
"max_tokens": 16384,
"temperature": 0.3,
"safety_checks": true,
"tools_allowed": [
"all"
],
"track_changes": true,
"tools_restricted": [
"delete"
],
"backup_before_edit": true,
"require_confirmation": true
}Installation
Via StackShack CLI
npx stackshack install refactoring-expertManual Configuration
Add this configuration to your claude_settings file:
{
"model": "claude-sonnet-4.5",
"max_tokens": 16384,
"temperature": 0.3,
"safety_checks": true,
"tools_allowed": [
"all"
],
"track_changes": true,
"tools_restricted": [
"delete"
],
"backup_before_edit": true,
"require_confirmation": true
}Tags
#refactoring#transformation#code-quality#improvement
Quick Actions
Stats
Installs0
Categorypermissions
Statuspublished