← スキル一覧に戻る

gcp-deploy
by mapachekurt
Linear Semantic Agent for mapache.app
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: gcp-deploy description: Skill for deploying and managing agents on Google Cloud Platform, specifically Vertex AI Reasoning Engine.
GCP Deployment Skill
This skill provides a standardized way to deploy and manage AI agents on Google Cloud Platform. It handles environment validation, IAM permissions management, and deployment orchestration.
Features
- Environment Validation: Checks for required CLIs (
gcloud), project settings, and authentication. - IAM Management: Automatically audits and grants necessary permissions to deployment service accounts.
- Vertex AI Reasoning Engine Support: Specialized support for deploying Python agents as Vertex AI Reasoning Engines.
- Automated Staging: Handles the creation and configuration of GCS staging buckets.
Usage
When tasked with deploying to GCP, follow these steps:
-
Initialize Environment:
pwsh .agent/skills/gcp-deploy/scripts/validate_env.ps1 -
Fix Permissions:
pwsh .agent/skills/gcp-deploy/scripts/fix_iam.ps1 -
Deploy Agent:
pwsh .agent/skills/gcp-deploy/scripts/deploy.ps1
Configuration
The skill uses environment variables from the project's .env file:
GCP_PROJECT_ID: The GCP Project ID.GCP_REGION: The region for deployment (e.g.,us-central1).GCP_STAGING_BUCKET: (Optional) The bucket used for staging artifacts.
Resources
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です