agent-platform-prompt-management

Create, version, list, and delete prompts in the Agent Platform with safety tiers.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-prompt-management-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-prompt-management
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/agent-platform-prompt-management
Command: npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-prompt-management-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-aiplatform, google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need to efficiently create, manage, list, retrieve, version, and delete managed prompts in the Agent Platform, streamlining the management of prompt resources.

Core Features & Use Cases

  • Prompt Management: Facilitates the creation, modification, and deletion of prompts in the Agent Platform.
  • Version Control: Allows versioning of prompts for historical and traceability purposes.
  • Safety Tiers: Adheres to safety tiers for each operation to prevent accidental mutations or deletions.
  • Environment Setup: Includes detailed steps for proper environment setup and configuration for execution.

Quick Start

Initialize the virtual environment and install the required SDKs as per the instructions provided in the skill document, then proceed to manage your prompts using the Python snippets in the scripts/ directory.

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 prompts in the Agent Platform using Python?

You can manage prompts in the Agent Platform by using a Python SDK to create, list, retrieve, version, and delete prompt resources directly through provided scripts.

How does prompt versioning work in the Agent Platform?

Prompt versioning in the Agent Platform allows you to track historical modifications and maintain traceability, ensuring you can reference and manage specific iterations of your prompts.

What is the safest way to delete prompts in the Agent Platform?

Safe prompt deletion in the Agent Platform is enforced through explicit confirmation mechanisms and safety tiering, which prevents accidental mutations or deletions of your managed resources.

Do I need the google-genai SDK to perform prompt management?

Yes, prompt management requires setting up a Python environment and installing specific dependencies, including the google-cloud-aiplatform and google-genai SDKs, before executing operations.

Can I automate prompt creation without manual confirmation?

Prompt creation and other mutations adhere to predefined safety tiers, requiring explicit confirmation to prevent accidental changes and ensure safe orchestration within the platform.