claude-code-plugins

skill
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Warn
  • network request — Outbound network request in plugins/auto-enrich/hooks/auto-enrich.mjs
  • process.env — Environment variable access in plugins/auto-enrich/hooks/lib/cache.mjs
  • process.env — Environment variable access in plugins/auto-enrich/hooks/lib/config.mjs
  • process.env — Environment variable access in plugins/auto-enrich/hooks/lib/discovery.mjs
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Claude Code plugin marketplace with developer productivity hooks

README.md

Claude Code Plugins

Personal Claude Code plugin marketplace.

Plugins

auto-enrich

Auto-enriches submitted prompts with compact context for referenced Jira tickets, GitHub PRs/issues/repos/files, and Sentry issues.

It runs as a UserPromptSubmit hook and uses local CLIs only. No AI calls are made by the plugin itself.

Install

Add the marketplace:

claude plugin marketplace add zhebil/claude-code-plugins

Install the plugin:

claude plugin install auto-enrich@zhebil-tools

Reload plugins or restart Claude Code:

/reload-plugins

Update

claude plugin marketplace update zhebil-tools
claude plugin update auto-enrich@zhebil-tools

Then run /reload-plugins or restart Claude Code.

Develop locally

Validate the marketplace and plugin:

claude plugin validate .
claude plugin validate plugins/auto-enrich
node --check plugins/auto-enrich/hooks/auto-enrich.mjs

Test the hook directly:

printf '%s' '{"session_id":"test","hook_event_name":"UserPromptSubmit","cwd":"'$PWD'","user_prompt":"look at https://github.com/anthropics/claude-code"}' \
  | CLAUDE_PLUGIN_DATA="$(mktemp -d)" node plugins/auto-enrich/hooks/auto-enrich.mjs

Marketplace

This repository is a Claude Code marketplace because it contains:

.claude-plugin/marketplace.json

Claude Code users can install plugins from it with /plugin marketplace add zhebil/claude-code-plugins or the equivalent CLI command.

License

MIT

Reviews (0)

No results found