prose

Orchestrate OpenProse program execution, compilation, and workflow routing.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill prose-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/enclawed/enclawed-oss/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill prose-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse can feel like a full language runtime, and this Skill gives you a single entry point for understanding, running, compiling, and authoring those workflows without hunting through the repository.

Core Features & Use Cases

  • Program Execution: Load the VM semantics and run .prose files end to end.
  • Compilation and Validation: Check syntax, resolve ambiguous constructs, and normalize programs before execution.
  • Workflow Authoring: Use the guidance docs, examples, and alternates to design agent orchestration, imports, loops, parallel blocks, and stateful runs.
  • Use Case: Ask it to execute a program, explain the language, or help you write a new workflow that coordinates agents, persistent memory, and file-based state.

Quick Start

Ask me to run, compile, or help write an OpenProse program, and I will load the right docs, interpret the workflow, and guide execution.

Frequently Asked Questions about prose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run and compile OpenProse workflows with agent orchestration?

OpenProse workflows are run and compiled by loading VM semantics to execute .prose files end to end, resolving agent coordination, parallel blocks, and state bindings. The skill handles program execution, syntax validation, and state management normalization.

What is OpenProse state management and how does the virtual machine execute programs?

OpenProse state management relies on the OpenProse VM and language references to resolve persistent agents, bindings, and execution semantics. The VM interprets .prose files, coordinating agent state, imports, and parallel execution blocks during program runs.

How do I author .prose files with loops, imports, and parallel blocks for agent coordination?

Authoring .prose files involves using guidance docs, examples, and alternates to design agent orchestration, imports, loops, parallel blocks, and stateful runs. The skill loads reference materials to help construct workflows with persistent memory and file-based state.

Do I need SKILL.md frontmatter and VM references to execute OpenProse programs correctly?

Yes, executing OpenProse programs requires SKILL.md frontmatter plus the OpenProse VM and language references to correctly resolve state, bindings, persistent agents, and execution semantics during workflow orchestration.

Why does my OpenProse workflow fail during compilation and how do I resolve ambiguous constructs?

OpenProse workflow compilation failures often stem from ambiguous constructs or syntax errors. The skill checks syntax, resolves ambiguous constructs, and normalizes programs before execution to ensure the VM processes state and bindings correctly.