jpantsjoha

62 mods across 3 repositories, 16 stars between them.

release-readiness

25

jpantsjoha/ai-native-developer-experience

Skill Claude CodeCodex

Go / no-go gate before any deployment. Checks failure modes, rollback plan, cost, production bar, and definition of done. Trigger before releasing to any environment that carries real consequences.

11 24d ago A 41 tokens original Apache-2.0

sitrep

26

jpantsjoha/ai-native-developer-experience

Skill Claude CodeCodex

Synthesise a status, standup, or situation-report from current work state. Trigger when a team member needs a concise summary of where things stand, what is blocked, and what is next.

11 24d ago A 43 tokens original Apache-2.0

the-architect

28

jpantsjoha/ai-native-developer-experience

Skill Claude CodeCodex

Architecture decisions, trade-off analysis, and ADR authoring. Trigger when a significant technical decision needs to be made, documented, and owned — not when an implementation detail needs a choice.

11 24d ago A 41 tokens original Apache-2.0

using-the-harness

29

jpantsjoha/ai-native-developer-experience

Skill Claude CodeCodex

Session-start orientation for this team harness. Load first, before any work. Explains the operating contract, when each skill triggers, and how installed companion plugins supply agent-craft capabilities while this harness supplies the team contract. Trigger at the start of every session and whenever unsure which…

11 24d ago A 63 tokens original Apache-2.0

googlecloud-plugin

31

jpantsjoha/googlecloud-plugin

Plugin Claude Code

A full Google Cloud delivery team for your coding agent: vendor-objective solution designer, GCP architect, agentic-systems architect (ADK / Agent Runtime / MCP / A2A / AP2), plus security, SRE, and QA — wired into a design-first, security-first delivery gate. Eleven service skills (Cloud Run, GKE, IAM, BigQuery…

4 24d ago A tokens not measured original MIT

gcloud

32

jpantsjoha/googlecloud-plugin

MCP server Claude CodeCodexCursor +2

Model Context Protocol (MCP) Server for interacting with GCP APIs. Runs locally from the @google-cloud/gcloud-mcp npm package. Needs 1 environment variable to run.

4 24d ago A tokens not measured original MIT

toolbox

33

jpantsjoha/googlecloud-plugin

MCP server Claude CodeCodexCursor +2

A CLI tool for running a toolbox server. Runs locally from the @toolbox-sdk/server npm package. Needs 3 environment variables to run.

4 24d ago A tokens not measured original MIT

jpantsjoha/googlecloud-plugin

Instructions file CodexOpenCode

Instructions for jpantsjoha/googlecloud-plugin, covering agents.md — googlecloud plugin (codex always-on adapter), design before generate, the gate (sequential — do not skip), non-negotiable safety rules and routing.

4 24d ago A 426 tokens original MIT

jpantsjoha/googlecloud-plugin

Instructions file Gemini CLI

Instructions for jpantsjoha/googlecloud-plugin, covering gemini.md — googlecloud plugin (always-on rules), design before generate, the gate (sequential — do not skip), non-negotiable safety rules and routing.

4 24d ago A 559 tokens original MIT

agent-architect

36

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Agentic systems architect for the Gemini Enterprise Agent Platform (GEAP, formerly Vertex AI). Tier 2 specialist alongside gcp-architect: owns agentic application design AND agent evaluation execution. Covers ADK, Agent Runtime (formerly Agent Engine), the MCP/A2A/AP2 protocol stack, multi-agent topologies…

4 24d ago A 163 tokens original MIT

bigquery

37

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Query and manage data in Google BigQuery. Covers dataset and table management, IAM, cost-safe querying (dry-run first), partitioning, clustering, and bq CLI patterns. Always estimates cost before executing queries — BigQuery bills by bytes processed. Use when the user mentions: bigquery query, analytics on GCP…

4 24d ago A 89 tokens original MIT

cloud-run

38

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Deploy and manage containerized workloads on Cloud Run. Covers service creation, traffic splitting, IAM, VPC connectivity, secrets integration, auto-scaling, and gcloud CLI patterns. Warns before billable deployments. Use when the user mentions: deploy to cloud run, create cloud run service, serverless container…

4 24d ago A 87 tokens original MIT

cloud-storage

39

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Manage object storage on Google Cloud Storage. Covers bucket creation, IAM, uniform access control, lifecycle policies, signed URLs, and gsutil/gcloud CLI patterns. Enforces private-by-default: never creates public buckets without explicit intent and gcp-security sign-off. Use when the user mentions: GCS, upload to…

4 24d ago A 78 tokens original MIT

gcp-architect

40

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

100% Google Cloud focused architect. Receives the GCP-scoped portion of the solution-designer HLD. Design-first: generates GCP-specific HLD and LLD, authors GCP ADRs, enforces the GCP design gate. Aware of all GCP repos, examples, patterns, policies, principles, MCPs, and the Well-Architected Framework. Does not make…

4 24d ago A 169 tokens original MIT

gcp-ops

41

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

GCP Operations and SRE persona. Defines SLOs, alerting policy, runbooks, and incident response. Knows what healthy looks like in production for every GCP service. Validates that observability exists before any production release. Owns the operational readiness gate. Use when the user mentions: SLA, monitoring setup…

4 24d ago A 119 tokens original MIT

gcp-qa

42

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

GCP QA and review persona. Critiques and evaluates designs, implementations, and release candidates against acceptance criteria. Owns linting, freshness checks, link validation, and smoke tests. Raises blockers before release. Quality gate authority for both the plugin itself and solutions built with it. Use when the…

4 24d ago A 92 tokens original MIT

gcp-security

43

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

GCP security enforcer. Reviews designs and implementations against the GCP Well-Architected Framework security pillar, OWASP Top 10, and GCP-specific risk patterns. Enforces least-privilege IAM, secrets management, no hardcoded credentials, and security-by-design. Also reviews solution-designer output for cross-cloud…

4 24d ago A 134 tokens original MIT

gke

44

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Deploy and manage Kubernetes workloads on Google Kubernetes Engine (GKE). Covers Autopilot and Standard modes, Workload Identity, node pool management, networking, security, and gcloud/kubectl CLI patterns. Warns before cluster creation (billable). Use when the user mentions: kubernetes on GCP, create GKE cluster, GKE…

4 24d ago A 90 tokens original MIT

iam

45

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Google Cloud IAM — identity, access management, service accounts, and policy authoring. Enforces least-privilege by default. Covers roles, conditions, service account patterns, Workload Identity Federation, and gcloud CLI. Never grants owner or editor roles. Use when the user mentions: iam policy, grant access, least…

4 24d ago A 106 tokens original MIT

logging-monitoring

46

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Configure observability on GCP using Cloud Logging, Cloud Monitoring, Cloud Trace, and Cloud Profiler. Covers log sinks, log-based metrics, alerting policies, dashboards, and uptime checks. Owns the operational readiness evidence for gcp-ops. Use when the user mentions: logging setup, monitoring setup, alerting…

4 24d ago A 109 tokens original MIT

mcp-servers

47

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Configure, install, and maintain Google-managed and self-hosted MCP servers for GCP. Covers setup, auth (ADC and SA key), capability map, troubleshooting, and version tracking. Every MCP entry includes a gcloud CLI fallback. Use when the user mentions: MCP setup, google MCP, model context protocol GCP, MCP install…

4 24d ago A 88 tokens original MIT

networking

48

jpantsjoha/googlecloud-plugin

Skill Claude CodeCodex

Design and manage GCP networking: VPC, subnets, firewall rules, Cloud Load Balancing, Cloud Armor, Private Google Access, and Shared VPC. Deny-by-default firewall posture. Warns before creating external load balancers (billable). Use when the user mentions: networking GCP, cloud load balancer, VPN GCP, cloud NAT…

4 24d ago A 82 tokens original MIT