By GzuPark
Skills for creating Claude Code extensions: skills, slash commands, hooks, and subagents
Create and configure Claude Code hooks for customizing agent behavior. Use when the user wants to (1) create a new hook, (2) configure automatic formatting, logging, or notifications, (3) add file protection or custom permissions, (4) set up pre/post tool execution actions, (5) configure session initialization or cleanup (SessionStart/SessionEnd), (6) auto- approve or deny permission requests (PermissionRequest), or (7) asks about any of the 10 hook events.
Guide for creating effective skills. Use when users want to create or update a skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating Claude Code slash commands. Use when the user wants to create a new slash command, update an existing slash command, or asks about syntax and options.
Create specialized Claude Code sub-agents with custom system prompts and tool configurations. Use when users ask to create a new sub-agent, custom agent, or task-specific AI workflows.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of plugins to supercharge your Claude Code experience.
# Add marketplace
/plugin marketplace add GzuPark/claude-plugin-pack
See plugins for overview.
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
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
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 | Create custom subagents |
/plugin install creators@claude-plugin-pack
Workplace productivity tools
| Feature | Description |
|---|---|
/recap | Multi-agent work session analysis |
| meeting-insight | Analyze meeting transcripts for patterns |
| video-insight | Extract transcripts, summaries, Q&A from videos |
| image-insight | Generate JSON profiles for AI image recreation |
/plugin install task-forge@claude-plugin-pack
Reusable hook configurations. Ask Claude Code to set them up automatically.
| Hook | Description |
|---|---|
| markdown-lint | Auto-lint .md files on edit |
See hooks/README.md for details.
[!IMPORTANT] Custom plugins do not auto-update. Get the latest version:
/plugin marketplace update claude-plugin-pack
claude-plugin-pack/
├── .claude-plugin/ # Marketplace & plugin manifests
├── plugins/ # Individual plugins
├── hooks/ # Reusable hook configurations
└── README.md
See Claude Code Plugins Documentation.
MIT
npx claudepluginhub GzuPark/claude-plugin-pack --plugin creatorsEssential dev workflow: git commit and GitHub PR with automated code review
Enhanced statusline for Claude Code with tool/agent/todo tracking, Git status, and session monitoring
Workplace productivity tools: meeting analysis, video summaries, work recap, and document insights
Create skills, subagents, hooks, commands, and plugins for Claude Code
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Meta-tools for Claude Code configuration and customization
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer