github jeremylongshore/claude-code-plugins-plus v1.4.2
Release v1.4.2 - Community Contributions & Bug Fixes

latest release: v1.4.3
6 days ago

🎉 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.json
  • api-request-logger/assets/example_log_output.json
  • contract-test-validator/assets/pact_contract_template.json
  • deep-learning-optimizer/assets/optimization_config.json
  • clustering-algorithm-runner/assets/config_template.json
  • time-series-forecaster/assets/configuration_template.json
  • classification-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
  • 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

📊 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-plus

Want to contribute? Check out our Contributing Guide or reach out to jeremy@intentsolutions.io

Don't miss a new claude-code-plugins-plus release

NewReleases is sending notifications on new releases.