One-click install
npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill prose-balaraj74
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prose
Source: https://github.com/balaraj74/F.R.I.D.A.Y/tree/main/extensions/open-prose/skills/prose
Command: npx skills add https://github.com/balaraj74/F.R.I.D.A.Y --skill prose-balaraj74

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to define and execute complex multi-agent workflows using a structured, declarative programming language, turning AI interactions into reproducible and manageable processes.

Core Features & Use Cases

  • Define AI Workflows: Write .prose files to orchestrate sequences, parallel tasks, loops, and error handling for AI agents.
  • Agent Management: Define reusable agent configurations with specific models, prompts, and permissions.
  • Use Case: Automate a code review process where one agent identifies potential bugs, another checks for style guide adherence, and a third synthesizes feedback into a single report for the developer.

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 AI workflows with structured control flow?

You orchestrate multi-agent AI workflows by writing declarative `.prose` program files that define sequences, parallel tasks, loops, and error handling for agent execution. This approach turns AI interactions into reproducible, manageable processes with structured state persistence and context passing.

What is declarative AI orchestration and when do I need it for agent workflows?

Declarative AI orchestration is the process of defining multi-agent workflows through structured program files rather than imperative code. You need it when managing agent lifecycles, context passing, and complex control flow patterns like parallel execution or conditional logic for sophisticated AI systems.

Can I define reusable agent configurations with specific models and prompts?

Yes, you can define reusable agent configurations with specific models, prompts, and permissions within the workflow program files. This allows you to assign distinct roles to different agents, such as having one identify bugs while another checks style guide adherence.

How do I run a multi-agent workflow using a declarative programming language?

You run a multi-agent workflow by executing structured `.prose` program files that contain your declarative workflow definitions. You can start by running the included example program 'examples/01-hello-world.prose' to see how the language orchestrates agent sequences and context passing.

Does this approach support parallel execution and error handling for AI agents?

Yes, the declarative workflow language supports parallel execution, loops, conditional logic, and error handling for AI agents. These complex control flow patterns allow you to build sophisticated orchestration processes, such as automating a multi-step code review and feedback synthesis.

What's the best way to automate a multi-step code review process with AI agents?

The best way to automate a multi-step code review is to define a declarative workflow where one agent identifies bugs, another checks style adherence, and a third synthesizes feedback into a single report. This structured program manages agent lifecycles and state persistence automatically.