By tanyagray
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.
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
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.
npx claudepluginhub tanyagray/claude --plugin aws-preview-deployFull 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.
Deployment engineering with Terraform and infrastructure as code
GitHub Actions CI/CD - workflows, authentication, inspection
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
Editorial "DevOps & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>