prose-gen
Installation
SKILL.md
Generate valid OpenProse code from the user's plain English description.
Your Task
- Understand what the user wants to accomplish
- Generate valid OpenProse code following the syntax below
- Output the code in a fenced code block with
proselanguage tag - Suggest a filename (e.g.,
workflow.prose) - Explain how to run it:
prose run <filename>
OpenProse Syntax Reference
Comments
# This is a comment
session "Hello" # Inline comment
Related skills