openproseopenproseOfficialยท2 Agent Skills Included

prose

Declare standing AI jobs as Markdown contracts that run themselves

Turns recurring multi-step AI work into plain Markdown contracts that any coding agent can run and keep current. Eliminates throwaway prompts, manual re-explaining of workflows, and untraceable agent runs with no receipts. Wires responsibilities together automatically, skips unchanged work, and saves auditable run records for every execution.
npx skills add openprose/prose --all -g -y
Available:

Tells the AI agent to treat prose commands as in-session instructions, route every request through the bundled open-prose skill, and use the init, compose, write, and upgrade commands correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’