One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill prose-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill prose-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and guidance (resource) components.

What problem does it solve?

This Skill enables users to define and execute complex multi-agent workflows using a structured, declarative programming language, moving beyond simple prompts to create robust, repeatable AI processes.

Core Features & Use Cases

  • AI Agent Orchestration: Define, configure, and manage multiple AI agents within a single program.
  • Structured Workflows: Create sequential, parallel, or conditional execution paths for AI tasks.
  • State Management: Persist and pass context between agents using file-based or in-context methods.
  • Use Case: Automate a code review process where one agent identifies issues, another suggests fixes, and a third generates a summary report, all orchestrated by a .prose script.

Quick Start

Use the prose skill to run the example program 'examples/01-hello-world.prose'.

Frequently Asked Questions about prose

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

FAQPage Schema
How do I orchestrate multi-agent workflows with structured programs?

You can orchestrate multi-agent workflows by writing declarative programs that define agent behavior, execution flow, and state management. This enables sequential, parallel, and conditional execution of complex AI automation tasks.

What is a declarative programming language for AI agent orchestration?

A declarative programming language for AI agent orchestration lets you define structured workflows specifying how multiple agents execute. It replaces simple prompts with repeatable programs managing agent behavior and context.

Can I run parallel and conditional execution paths for AI tasks?

Yes, you can define structured workflows that support sequential, parallel, and conditional execution paths for AI tasks. This allows complex automation scenarios where multiple agents operate concurrently or based on specific conditions.

How do I manage state and context between multiple AI agents?

State and context are managed between agents using file-based or in-context methods. This persists data and passes necessary information across sequential steps within your multi-agent automation workflow.

Do I need a specific environment to run multi-agent orchestration scripts?

Yes, executing multi-agent orchestration scripts requires a Prose Complete system capable of spawning subagents and managing context. This underlying environment handles the actual agent execution and state persistence.

When should I use declarative programs instead of simple prompts for AI automation?

Use declarative programs instead of simple prompts when you need robust, repeatable AI processes involving multiple agents. They are essential for complex automation scenarios requiring structured execution flow and persistent state management.