prose
Declare standing AI jobs as Markdown contracts that run themselves
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install OpenProse?โผ
Run `npx skills add openprose/prose --all -g -y` in your terminal to install the skill globally for your coding agent.
What is OpenProse used for?โผ
It lets you declare standing AI jobs as Markdown contracts, so recurring multi-step workflows run automatically and stay current without re-prompting.
Which AI agents work with OpenProse?โผ
It runs on any Prose-Complete agent host, including Claude Code, Codex CLI, OpenCode, and Amp, with no separate binary required.
Do I need to write code to use OpenProse?โผ
No. Contracts are plain Markdown files with simple sections like Goal, Requires, and Maintains, and your agent handles the execution.
How does OpenProse avoid repeating work?โผ
It fingerprints each contract and its inputs, so a responsibility only re-renders when something actually changed, and every run leaves an inspectable receipt.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core