What problem does it solve? Managing prompts scattered across codebases and consoles is error-prone and hard to govern. This Skill provides structured, safety-tiered operations for the full lifecycle of managed prompts in Agent Platform, so creation, retrieval, versioning, and deletion happen through controlled, confirmed workflows. ## Core Features & Use Cases - Prompt Lifecycle Management: Create, list, retrieve, version, and delete managed prompts using the Vertex AI prompts SDK with Application Default Credentials. - Safety Confirmation Tiers: Read-only operations run immediately, mutating creates require interactive Yes/No confirmation, and destructive deletes require explicit typed confirmation in a separate turn. - Template Variables & Versioning: Assemble prompts with {{variable}} placeholders and retrieve specific version IDs for production prompt governance. - Use Case: A user asks to create a prompt named "Customer Support Greeting" targeting a specific model with a templated greeting; the Skill presents a confirmation card with all parameters, waits for approval, then executes the creation and reports the new prompt ID and version ID. ## Quick Start Ask the assistant to list all managed prompts in your Agent Platform project by providing your Google Cloud project ID and region.