Skip to content

CCPlugins v1.6.0

Choose a tag to compare

@brennercruvinel brennercruvinel released this 25 Jul 16:21
· 60 commits to main since this release

What's New

🚀 Features

  • 11 productivity commands that save 2-3 hours per week
  • Cross-platform support (Windows, macOS, Linux)
  • Simple installation with automatic backup
  • Kimi K2 compatibility (experimental)

📦 Commands Included

  • /cleanproject - Remove debug artifacts
  • /commit - Smart git commits
  • /format - Auto-format code
  • /test - Run tests with auto-fix
  • /review - Code review
  • /remove-comments - Clean up obvious comments
  • /cleanup-types - Fix TypeScript types
  • /fix-imports - Fix broken imports
  • /find-todos - Find TODOs/FIXMEs
  • /session-start - Track coding sessions
  • /session-end - Summarize work

🛠️ Installation

Mac/Linux:

curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash

Windows/Cross-platform:

python install.py

📝 Full Changelog

See CHANGELOG.md