run-upl-prompts
Installation
SKILL.md
Run UPL Prompts
Use this skill to discover and execute prompts written in Universal Prompt Language (UPL).
UPL prompts are .txt or .upl files containing typed parameters, conditionals, loops, and a prompt body. The upl CLI renders a prompt into its final text.
Core rules
-
Always use the JSON-based UPL execution interface.
- Use
upl build-from-json <prompt> <json-file>. - Never use
upl build,upl b, the interactive browser, or interactive parameter collection. - Never manually interpret or render UPL syntax when the CLI is available.
- Use
-
Prompt discovery is recursive.
- The default prompt library is
~/.upl/prompts. - Search all nested directories recursively.
- Recognize both
.txtand.uplfiles.
- The default prompt library is