feat: Add Quick Wins community plugin for common issues #12356
+955
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎯 Quick Wins Community Plugin
This PR adds a community-driven plugin that provides practical workarounds for common Claude Code issues while official fixes are in progress.
Issues Addressed
Total Impact: 500+ users (based on issue reactions)
Commands Provided
/upgrade-smartAuto-detects npm/pnpm/yarn and runs correct upgrade command
> /upgrade-smart Detected: pnpm Running: pnpm install -g @anthropic-ai/claude-code@latest ✅ Upgraded to 2.0.53/mcp-debugValidates MCP server configurations and shows merged config
/terminal-cleanupFixes green status line persistence after exit (workaround for #12345)
/memory-checkShows current memory usage with thresholds
> /memory-check Current: 2.4 GB Status: ✅ NormalPlugin Structure
Technical Details
Testing
Tested on:
All commands execute successfully and provide expected output.
Why This PR?
These are temporary workarounds for real issues affecting hundreds of users. The plugin:
Related Work
This plugin was created after resolving 21+ GitHub issues with detailed technical analysis. See my comment history for root cause breakdowns on issues like #826 (218 comments), #769 (139 comments), etc.
Future Plans
As more issues are reported, additional commands can be added:
/context-check- Validate token usage/hook-test- Test hook execution/config-validate- Full config file validationNote: This is a community contribution to help users while official fixes are in progress. Happy to iterate on structure/implementation based on team feedback!