cleanproject
I'll help clean up development artifacts while preserving your working code.
I'll systematically fix import statements broken by file moves or renames, with full continuity across sessions.
How it fires
How this command gets triggered: by you, by Claude, or both.
/fix-importsContext preview
What this command does when you run it.
I'll systematically fix import statements broken by file moves or renames, with full continuity across sessions.
I'll systematically fix import statements broken by file moves or renames, with full continuity across sessions.
Arguments: `$ARGUMENTS` - specific paths or import patterns to fix
I'll maintain import fixing progress:
**Session Files (in current project directory):**
**IMPORTANT:** Session files are stored in a `fix-imports` folder in your current project root
**Auto-Detection:**
**MANDATORY FIRST STEPS:** 1. Check if `fix-imports` directory exists in current working directory 2. If directory exists, check for session files:
3. If no directory or session exists:
4. Show import issues summary
**Note:** Always look for session files in the current project's `fix-imports/` folder, not `../../../fix-imports/`
I'll detect broken imports:
**Import Patterns:**
**Smart Detection:**
Based on analysis, I'll create resolution plan:
**Resolution Strategy:** 1. Exact filename matches 2. Similar name suggestions 3. Export symbol search 4. Path recalculation 5. Import removal if needed
I'll write this plan to `fix-imports/plan.md` with:
I'll fix imports matching your patterns:
**Resolution Patterns:**
**Ambiguity Handling:**
I'll fix imports systematically:
**Execution Process:** 1. Create git checkpoint 2. Fix import with verification 3. Check for new breaks 4. Update plan progress 5. Move to next import
**Progress Tracking:**
After fixing imports:
**Session Resume:** When you return and run `/fix-imports` or `/fix-imports resume`:
**Progress Example:**
RESUMING IMPORT FIXES ├── Total Broken: 34 ├── Fixed: 21 (62%) ├── Current: src/utils/helpers.js └── Next: src/components/Header.tsx Continuing fixes...
**Start Fixing:**
/fix-imports # Fix all broken imports /fix-imports src/ # Focus on directory /fix-imports "components" # Fix component imports
**Session Control:**
/fix-imports resume # Continue fixing /fix-imports status # Check progress /fix-imports new # Fresh scan
**Protection Measures:**
**Important:** I will NEVER:
1. **Scan completely** - Find all broken imports 2. **Analyze smartly** - Understand move patterns 3. **Fix accurately** - Correct paths precisely 4. **Track thoroughly** - Perfect continuity 5. **Verify always** - Ensure imports work
I'll maintain complete continuity between sessions, always resuming exactly where we left off with consistent resolution patterns.
Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation.
Repo: notlikeDev/CCPlugins
I'll help clean up development artifacts while preserving your working code.
I'll analyze recent operations and create contextual TODO comments in your code.
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
I'll explain this code as a senior developer would, focusing on the why behind decisions.
I'll locate all TODO comments and unfinished work markers in your codebase.