agent-platform-prompt-management
Installation
SKILL.md
Usage Guide
To use this skill effectively:
-
Generate Code: Provide the Python snippets below to the user to help them manage prompts in Agent Platform.
-
No File System Search: Do not try to find Python files or scripts on the file system for these operations.
Safety & Confirmation Tiers (CRITICAL)
Before executing any commands or scripts on behalf of the user, you must adhere to the following safety tiers based on the action requested, to prevent accidental mutation or permanent deletion of prompt resources:
- Tier R: Read-only (
list,get)- No confirmation needed. Execute immediately to gather information.
- Tier M: Mutating & Reversible (
create)