agent-platform-prompt-management

Manage the full lifecycle of managed prompts in Google Agent Platform.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-prompt-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-prompt-management
Source: https://github.com/wangx7/skills-collection/tree/main/google-skills/skills/cloud/agent-platform-prompt-management
Command: npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-prompt-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually managing prompts in Google Agent Platform risks accidental deletion of production assets, misconfiguration of prompt templates, and inconsistent versioning that can break downstream AI workflows.

Core Features & Use Cases

  • Tiered Safety Confirmation: Built-in guardrails for read, create, and delete operations to prevent unintended changes, with high-friction confirmation for destructive actions like prompt deletion.
  • Full Prompt Lifecycle Support: Create, list, retrieve, version, and delete managed prompts in Agent Platform using the official Vertex AI preview SDK.
  • Use Case: ML engineers and AI developers maintaining production prompt libraries for customer support bots or content generation tools can safely update prompts without risking service disruption from accidental edits or deletions.

Quick Start

Ask the agent to list all managed prompts in your Agent Platform project to audit existing prompt assets and their versions.

Frequently Asked Questions about agent-platform-prompt-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Vertex AI prompts for production deployments without risking accidental deletion?

You can safely manage Vertex AI prompts using tiered safety confirmations that prevent accidental deletion of production assets and misconfiguration. Built-in guardrails apply high-friction confirmation for destructive actions like prompt deletion.

Do I need google-cloud-aiplatform SDKs to list and version managed prompts in Agent Platform?

Yes, you need the google-cloud-aiplatform and google-genai SDKs to list and version managed prompts in Agent Platform. An activated Python virtual environment and Google Cloud Application Default Credentials are also required.

What is the best way to maintain a production prompt library for AI assistants on Google Cloud?

The best way to maintain a production prompt library is using full lifecycle support to create, retrieve, version, and delete managed prompts. This ensures safe updates without risking service disruption from accidental edits.

Can I audit existing managed prompts and their versions in Google Agent Platform?

Yes, you can audit existing managed prompts and their versions in Google Agent Platform. Ask the agent to list all managed prompts in your project to review existing prompt assets and their version history.

How do I create and delete Agent Platform prompts safely using the Vertex AI preview SDK?

You create and delete Agent Platform prompts safely via the Vertex AI preview SDK with built-in read, create, and delete operation guardrails. Destructive actions require high-friction safety confirmations to prevent unintended changes.