🎉 Claude Code Plugins Hub v1.4.2
👥 Contributors
Huge thanks to our community contributors for this release:
- @aledlie (Alyshia Ledlie) - Fixed 7 critical JSON syntax errors and added production CI/CD patterns from real-world debugging sessions (#117, spotlight)
- @JackReis (Jack Reis) - Contributed neurodivergent-visual-org plugin with ADHD-friendly Mermaid diagrams and accessibility features (#106)
- @terrylica (Terry Li) - Built prettier-markdown-hook with zero-config markdown formatting and comprehensive documentation (#101)
🐛 Bug Fixes
Fixed 7 JSON Syntax Errors (#117)
Fixed missing commas in JSON asset template files that were causing parse errors:
api-rate-limiter/assets/error_message_template.jsonapi-request-logger/assets/example_log_output.jsoncontract-test-validator/assets/pact_contract_template.jsondeep-learning-optimizer/assets/optimization_config.jsonclustering-algorithm-runner/assets/config_template.jsontime-series-forecaster/assets/configuration_template.jsonclassification-model-builder/assets/model_config_template.json
Common issue: Missing commas after property values before _comment fields.
✨ Enhancements
Production CI/CD Patterns (#117)
Added battle-tested patterns to devops-automation-pack ci-cd-expert agent:
- Multi-platform tool detection (Apple Silicon + Intel Homebrew paths)
- Python virtual environment patterns (local, shared, symlinked venvs)
- Enhanced verification scripts with pass/fail counters
- Real-world ast-grep detection examples from AlephAuto bugfix session
📚 Documentation
New: TROUBLESHOOTING.md
Comprehensive troubleshooting guide covering:
- WSL2 path length issues - Fix for "Clone succeeded, but checkout failed" (#105)
- Solution:
git config --global core.longpaths true - Manual shallow clone workaround
- Solution:
- Plugin installation and permission errors
- MCP server build and startup issues
- Marketplace update problems
- Performance optimization tips
Contributors Recognition
Added Contributors section to README.md acknowledging community contributions with:
- GitHub profile links
- Brief contribution descriptions
- Links to PRs and celebration issues
- Contact email for future contributors: jeremy@intentsolutions.io
🐛 Issues Resolved
- Closed #105 - WSL2 clone checkout failure with documented workarounds
- Merged #117 - JSON syntax errors fixed and validated
🎊 Community Highlights
- Created Contributor Spotlight #118 for @aledlie
- Personal thank-you messages sent to all contributors
- Apology for Thanksgiving holiday delay
- Contact information shared: jeremy@intentsolutions.io
📊 Hub Stats
- Total Plugins: 254
- Categories: 18
- New Contributors This Release: 3
- Total Contributors: Growing community
📚 Resources
🚀 Get Started
Visit claudecodeplugins.io to explore all 254 plugins!
/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install devops-automation-pack@claude-code-plugins-plusWant to contribute? Check out our Contributing Guide or reach out to jeremy@intentsolutions.io