dev-gom/claude-code-marketplace
Claude Code plugins & extensions - Hooks, commands, and agents for developer productivity and workflow automation
npx skills add dev-gom/claude-code-marketplaceREADME
Claude Code Plugins
Version: 2.31.0 | Last Updated: 2025-12-02
⚠️ Important Notice (>= v2.0.17) There is a known issue where hook logs stack in the chat window. Until this is resolved, PostToolUse hook outputs are hidden using
suppressOutput: truein hooks.json. Stop hook messages can be controlled via.plugin-config/[plugin-name].jsonwith"showLogs": false(default). Set totrueto enable. See Configuration for details.
A collection of powerful productivity plugins for Claude Code to automate common development workflows.

Included Plugins
1. 🔄 Git Auto-Backup
📖 Plugin Details (Click to expand)
Automatically creates git commits after each Claude Code session to prevent work loss.
Quick Info: Auto-commits all changes with timestamps when session ends | Hook: Stop
2. 📋 TODO Collector
📖 Plugin Details (Click to expand)
Scans your entire project and collects all TODO, FIXME, HACK, XXX, NOTE, and BUG comments into a detailed report.
Quick Info: Supports multiple languages, generates markdown report | Hooks: PostToolUse (Write|Edit|NotebookEdit), Stop

3. 📊 Code Complexity Monitor
📖 Plugin Details (Click to expand)
Monitors code complexity metrics and warns when thresholds are exceeded.
Quick Info: Tracks cyclomatic complexity, function/file length, nesting depth | Hook: PostToolUse (Edit|Write)

4. 📝 Auto Documentation Generator
📖 Plugin Details (Click to expand)
Automatically scans and documents your project structure with directory tree, scripts, and dependencies.
Quick Info: Generates project structure documentation, tracks file changes, extracts package.json info | Hooks: PostToolUse (Write), Stop

5. 📊 Session File Tracker
📖 Plugin Details (Click to expand)
Tracks all file operations during a session and generates a summary report with directory tree visualization.
Quick Info: Classifies files by operation type (Created, Modified, Read) | Hooks: PostToolUse (Write|Edit|Read|NotebookEdit), Stop

6. 🤖 AI Pair Programming Suite
📖 Plugin Details (Click to expand)
Complete AI pair programming experience with slash commands, expert agents, and intelligent hooks integrated together.
Quick Info: 5 slash commands + 4 expert agents + 3 intelligent hooks | Commands: /pair, /review, /suggest, /fix, /explain | Agents: @code-reviewer, @bug-hunter, @architect, @performance-expert
7. 📋 Spec-Kit Integration
📖 Plugin Details (Click to expand)
GitHub Spec-Kit integration for Specification-Driven Development (SDD). Define WHAT and HOW before coding.
Quick Info: 10 slash commands for structured development workflow | Commands: /spec-kit:init, /spec-kit:constitution, /spec-kit:specify, /spec-kit:plan, /spec-kit:tasks, /spec-kit:implement | Workflow: Constitution → Specification → Plan → Tasks → Implementation
8. 🎮 Unity Dev Toolkit
📖 Plugin Details (Click to expand)
Comprehensive Unity game development toolkit with intelligent scripting assistance, code refactoring, performance optimization, UI Toolkit support, compile error resolution, and test automation.
Quick Info: 4 expe
...