dev-gom/claude-code-marketplace

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

56 stars5 forksUpdated Jan 17, 2026
npx skills add dev-gom/claude-code-marketplace

README

Claude Code Plugins

Website →

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

Language: English | 한국어

⚠️ 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 for details.

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

Claude Code Session Log

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

Read Full Documentation →


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

TODO Report Example

Read Full Documentation →


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)

Complexity Log Example

Read Full Documentation →


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

Project Structure Example

Read Full Documentation →


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

Session Summary Example

Read Full Documentation →


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

Read Full Documentation →


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

Read Full Documentation →


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

...

Read full README

Publisher

dev-gomdev-gom

Statistics

Stars56
Forks5
Open Issues0
LicenseApache License 2.0
CreatedOct 13, 2025