workflow-runner

Execute agency-orchestrator YAML workflows using the active conversation LLM.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/YangYuS8/dev-2026-grading --skill workflow-runner-yangyus8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-runner
Source: https://github.com/YangYuS8/dev-2026-grading/tree/main/.opencode/skills/workflow-runner
Command: npx skills add https://github.com/YangYuS8/dev-2026-grading --skill workflow-runner-yangyus8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables executing agency-orchestrator YAML workflows directly within Claude Code / OpenClaw / Cursor, eliminating the need for API keys and leveraging the current session's LLM as the execution engine.

Core Features & Use Cases

  • Execute user-provided YAML workflows to orchestrate multi-role agent collaboration.
  • Resolve and load role definitions from standard agent directories and manage deterministic tasks through scripted steps or assets if available.
  • Support both single-workflow execution and complex multi-step DAGs with topological ordering to ensure correct dependency handling.

Quick Start

Provision a YAML workflow file or describe the desired multi-role collaboration, and the system will parse, plan, and execute it within the current session.

Frequently Asked Questions about workflow-runner

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

FAQPage Schema
How do I run multi-role YAML workflows inside Claude Code or Cursor?

Multi-role YAML workflows can be executed directly inside Claude Code or Cursor by providing a workflow file or describing the collaboration, using the active conversation LLM as the execution engine without requiring API keys.

Do I need API keys to execute multi-role agent orchestration in my current session?

No, API keys are not needed to execute multi-role agent orchestration. The skill leverages the current session's active conversation LLM as the execution engine, resolving roles from agent directories as needed.

What is YAML workflow orchestration and when do I need multi-role collaboration?

YAML workflow orchestration coordinates multiple AI agent roles to accomplish complex tasks within a single session. You need it when a task requires multi-role collaboration defined in a YAML file and executed through the active LLM.

Can I execute complex multi-step DAGs with topological ordering using this workflow runner?

Yes, complex multi-step DAGs with topological ordering can be executed to ensure correct dependency handling. The system parses the YAML workflow, plans the execution, and manages the topological sequence within the current session.

What are the limitations of running agency-orchestrator workflows without API keys?

Running agency-orchestrator workflows without API keys limits execution to the active conversation LLM's context and capabilities. It relies entirely on the current session and standard agent directories for resolving role definitions and assets.