plugins marketplace
← All plugins

jeremy-github-actions-gcp

v2.27.0

GitHub Actions CI/CD workflows for Google Cloud and Vertex AI deployments

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/jeremy-github-actions-gcp/ inside the repository.

Layout

plugins/devops/jeremy-github-actions-gcp/
├── .claude-plugin/plugin.json
└── skills/gh-actions-validator/SKILL.md

Skills1

gh-actions-validatorskills/gh-actions-validator/SKILL.md

Validate use when validating GitHub Actions workflows for Google Cloud and Vertex AI deployments. Trigger with phrases like "validate github actions", "setup workload identity federation", "github actions security", "deploy agent with ci/cd", or "automate vertex ai deployment". Enforces Workload Identity Federation (WIF), validates OIDC permissions, ensures least privilege IAM, and implements security best practices.

Manifests1

plugins/devops/jeremy-github-actions-gcp/.claude-plugin/plugin.json
{
  "name": "jeremy-github-actions-gcp",
  "version": "2.27.0",
  "description": "GitHub Actions CI/CD workflows for Google Cloud and Vertex AI deployments",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "github-actions",
    "google-cloud",
    "workload-identity-federation",
    "wif",
    "vertex-ai",
    "agent-engine",
    "deployment",
    "ci-cd",
    "security",
    "best-practices",
    "oidc",
    "iam"
  ]
}