OpenProse — симуляция выполнения AI-программ
★ 7.5 · general
prose is a Claude Code skill that implements the OpenProse runtime — a programming language for AI sessions where the LLM reads a virtual machine specification and simulates its execution. It activates on any `prose` command (`prose run`, `prose compile`, `prose help`, `prose update`, and others), requests to execute `.prose` files, and mentions of OpenProse. A single skill router loads the required VM components (`prose.md`, `compiler.md`, `help.md`, state backends) and runs programs from local paths, direct URLs, or registry references in `handle/slug` format. The bundle includes 37 example programs covering parallel reviews, pipelines, error handling, and multi-agent scenarios. Designed for developers who want to orchestrate multiple AI agents from a single script or build reusable AI workflow automation.