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.

Included Plugins
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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 →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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

Read Full Documentation →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
Monitors code complexity metrics and warns when thresholds are exceeded.
Quick Info: Tracks cyclomatic complexity, function/file length, nesting depth | Hook: PostToolUse (Edit|Write)

Read Full Documentation →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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

Read Full Documentation →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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

Read Full Documentation →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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 →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
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 →
</details>
<details>
<summary><strong>📖 Plugin Details</strong> (Click to expand)</summary>
Comprehensive Unity game development toolkit with intelligent scripting assistance, code refactoring, performance optimization, UI Toolkit support, compile error resolution, and test automation.