Claude Code Marketplace banner
Dev-GOM

Claude Code Marketplace

Productivity

Description

Claude Code plugins & extensions - Hooks, commands, and agents for developer productivity and workflow automation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Plugins

**[Website →](https://dev-gom.github.io/claude-code-marketplace/)**

**Version**: 2.31.0 | **Last Updated**: 2025-12-02

**Language**: [English](README.md) | [한국어](README.ko.md)

**⚠️ 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: true` in hooks.json. Stop hook messages can be controlled via `.plugin-config/[plugin-name].json` with `"showLogs": false` (default). Set to `true` to enable. See [Configuration](#configuration) for details.

A collection of powerful productivity plugins for Claude Code to automate common development workflows.

![Claude Code Session Log](images/claude-code-session-log.png)

Included Plugins

1. 🔄 [Git Auto-Backup](plugins/hook-git-auto-backup/README.md)

📖 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`

**[Read Full Documentation →](plugins/hook-git-auto-backup/README.md)**


2. 📋 [TODO Collector](plugins/hook-todo-collector/README.md)

📖 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`

![TODO Report Example](images/todos-report.png)

**[Read Full Documentation →](plugins/hook-todo-collector/README.md)**


3. 📊 [Code Complexity Monitor](plugins/hook-complexity-monitor/README.md)

📖 Plugin Details (Click to expand)

Monitors code complexity metrics and warns when thresholds are exceeded.

**Quick