Refactor
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill refactorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Structured code restructuring preserving functionality with continuous validation
SKILL.md
0.8 KB, as published. Nobody here has run it
Intelligent Refactoring Engine
I'll help you restructure your code systematically - preserving functionality while improving structure, readability, and maintainability.
Arguments: $ARGUMENTS - files, directories, or refactoring scope
Token Optimization
Expected range: 1,500–4,000 tokens (initial), 400 tokens (resumed session)
Caching: Caches refactoring patterns in .claude/cache/refactor/patterns.json for 7 days. Invalidated when source files change.
Early exit: Returns immediately for resumed sessions, skipping already-completed changes.
Patterns used: Grep-before-Read, early exit, git diff scope default, caching, progressive disclosure