auto-setup
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Strip AI-generated slop from the current branch.
> /plugin marketplace add rohitg00/pro-workflow > /plugin install pro-workflow@pro-workflow
How it fires
How this command gets triggered: by you, by Claude, or both.
/deslopContext preview
What this command does when you run it.
Strip AI-generated slop from the current branch.
Strip AI-generated slop from the current branch.
1. **Diff the branch against main:**
git fetch origin main git diff origin/main...HEAD --stat git diff origin/main...HEAD
2. **Scan for slop patterns:**
3. **Apply minimal edits** to remove each slop instance.
4. **Verify behavior unchanged:**
git diff origin/main...HEAD npm test -- --changed --passWithNoTests 2>&1 | tail -10
5. **Report** what was cleaned (1-3 sentences).
---
**Trigger:** Use when code feels bloated, before committing, after AI-heavy sessions, or when someone says "clean this up".
Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
Repo: rohitg00/pro-workflow
Auto-detect project type and configure quality gates, permissions, and hooks for a new codebase
Smart context compaction with state preservation — saves critical state before compact and restores after
Track session costs, understand token spend, and get optimization tips