prose-gen

Generate OpenProse workflow code from plain English descriptions.

2|2|Updated Jan 5, 2021
One-click install
npx skills add https://github.com/kentoje/dotfiles --skill prose-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose-gen
Source: https://github.com/kentoje/dotfiles/tree/main/.config/claude/skills/prose-gen
Command: npx skills add https://github.com/kentoje/dotfiles --skill prose-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProse enables translating plain English descriptions into executable workflows, eliminating manual coding and accelerating automation design.

Core Features & Use Cases

  • Generate OpenProse code from natural language descriptions.
  • Validate syntax and structure against the OpenProse reference.
  • Use cases include rapid prototyping of agent workflows, automation pipelines, and task sequences.

Quick Start

Provide a plain English description of the desired workflow. The skill will output a valid OpenProse code block (fenced with the prose language tag), suggest a filename (for example workflow.prose), and include run instructions using prose run <filename>.

Frequently Asked Questions about prose-gen

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

FAQPage Schema
How do I generate OpenProse workflows from plain English descriptions?

To generate OpenProse workflows from plain English, provide a natural language description of your desired automation pipeline or agent workflow. The output includes a valid fenced code block, a suggested filename like workflow.prose, and execution instructions.

What is OpenProse used for in automation pipelines?

OpenProse is used for translating plain English descriptions into executable workflows, eliminating manual coding. It is applied to drafting agent workflows, automation pipelines, and procedural guides to accelerate automation design and rapid prototyping.

How do I run a workflow after generating the prose code?

To run a workflow after generating the prose code, use the command `prose run <filename>` in your terminal. The generation process automatically suggests a filename, such as workflow.prose, to execute your natural language automation pipeline.

Can I use natural language to draft agent workflows without manual coding?

Yes, you can use natural language to draft agent workflows without manual coding. By providing a plain English description of your task sequences, the tool validates syntax against the OpenProse reference and outputs executable workflow code directly.

Does the generated OpenProse code validate syntax against the reference automatically?

Yes, the generated OpenProse code validates syntax and structure against the OpenProse reference automatically. This ensures your natural language descriptions are accurately translated into structurally sound and executable automation pipelines without syntax errors.