Tanya's Claude Code plugin marketplace
npx claudepluginhub tanyagray/claudeFull GitLab integration for Claude Code using the glab CLI. Install, configure, and use glab to manage merge requests, issues, CI/CD pipelines, and repositories directly from Claude Code sessions.
Full Bitbucket Cloud integration for Claude Code using the bbt CLI. Install, configure, and use bbt to manage pull requests, issues, pipelines, and repositories directly from Claude Code sessions.
Generate AWS preview deployment infrastructure for per-PR ephemeral environments. Creates CloudFormation templates, GitHub Actions workflows, Dockerfile, and bootstrap IAM resources using App Runner, S3 + CloudFront, and ECR.
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A Claude Code plugin marketplace providing GitLab integration tools.
This marketplace offers plugins that integrate GitLab functionality into Claude Code sessions, powered by the glab CLI.
Full GitLab integration for Claude Code. Automatically installs the glab CLI and provides skills for:
/plugin marketplace add <this-repo-url>
/plugin install gitlab@gitlab-tools
glab auth login
/gitlab:gitlab-mr
/gitlab:gitlab-issue
/gitlab:gitlab-ci
Or just ask Claude to help with any GitLab task — the GitLab assistant agent will activate automatically.
.claude-plugin/
marketplace.json # Marketplace catalog
plugins/
gitlab/
.claude-plugin/
plugin.json # Plugin manifest
skills/ # GitLab skills
gitlab-setup/ # Install & configure glab
gitlab-mr/ # Merge request operations
gitlab-issue/ # Issue management
gitlab-ci/ # CI/CD pipelines
gitlab-repo/ # Repository operations
gitlab-project/ # Project administration
agents/ # Specialized agents
gitlab-assistant.md # GitLab workflow assistant
hooks/ # Event hooks
hooks.json # SessionStart + PreToolUse hooks
scripts/ # Utility scripts
install-glab.sh # glab installer
check-glab.sh # glab availability checker
claude --plugin-dir ./plugins/gitlabMIT