A collection of plugins for Claude Code with tools for Git workflows and web security analysis.
| Plugin | Description |
|---|---|
git-tools | Git productivity tools — PR review and more |
websec | Web security tools — dependency vulnerability analysis and more |
Add the marketplace and install the plugins you want:
# add the marketplace (only needed once)
claude plugin marketplace add marcoscouto/claude-plugins-example
# install the plugins you want
# note: claude-plugins-example becomes "plugins-example" after the "claude-" prefix is stripped
claude plugin install git-tools@plugins-example
claude plugin install websec@plugins-example
If you already have the repo cloned, load plugins for a single session without installing:
claude --plugin-dir ~/path/to/claude-code-plugins/git-tools \
--plugin-dir ~/path/to/claude-code-plugins/websec
claude plugin list # list installed plugins
claude plugin list --available --json # list available plugins from marketplaces
claude plugin disable git-tools # disable a plugin
claude plugin enable git-tools # re-enable a plugin
claude plugin uninstall git-tools # uninstall a plugin
/review-prReviews a GitHub Pull Request — analyzes code changes, flags issues, and gives actionable feedback.
/review-pr 123
/review-pr https://github.com/owner/repo/pull/123
/dependencies-analysisAnalyzes project dependencies for known security vulnerabilities using available audit tools (npm audit, pip-audit, cargo audit, etc.).
/dependencies-analysis
See CONTRIBUTING.md for how to create new plugins, skills, and commands.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimWeb security tools — dependency vulnerability analysis and more
npx claudepluginhub marcoscouto/claude-plugins-example --plugin git-toolsReview pull requests with structured analysis and approve with confidence
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.
this is to analyze the PRs and solve the requested changes in them
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
this is to analyze the PRs and solve the requested changes in them
Reviews pull request changes to provide feedback, check for issues, and suggest improvements before merging into the main codebase.