Claude Plugin Pack banner
GzuPark GzuPark

Claude Plugin Pack

Development community

Description

Personal collection of plugins for Claude Code with multi-agent workflows and productivity tools

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 Plugin Pack

A curated collection of plugins to supercharge your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) experience.

Quick Start

# Add marketplace
/plugin marketplace add GzuPark/claude-plugin-pack

Plugins

See [plugins](plugins/) for overview.

[hello-world](plugins/hello-world/)

Essential dev workflow for daily development

Command Description
/commit Create well-structured git commits with conventional format
/interview Conduct technical interviews to generate project specs
/pr Create GitHub PR with automated code review
/simplify Simplify code after completion
/plugin install hello-world@claude-plugin-pack

[heimdall](plugins/heimdall/)

Enhanced statusline for Claude Code *(named after the Norse watchman god)*

Feature Description
/heimdall:bifrost One-command setup (automatic build and configuration)
Dynamic display 3-6 lines based on activity
Tool tracking Color-coded completion counts
MCP tool tracking Separate display for MCP tools (running only)
Agent tracking Running agents with elapsed time
Running activity Separate line with spinner animation
Todo progress Full task description display
Git integration Branch, staged/modified, sync status
MCP server Connection status with tool call count
Context usage Color-coded progress bar
Cost tracking Session cost and line changes
5-hour reset Usage tracking with local time
/plugin install heimdall@claude-plugin-pack
/heimdall:bifrost

[creators](plugins/creators/)

Skills for creating Claude Code extensions

Skill Description
skill-creator Create Agent Skills with SKILL.md
slash-command-creator Create custom slash commands
hook-creator Create event hooks
subagent-creator Crea