workflows

Create and execute reusable multi-agent pipelines with YAML frontmatter.

15|6|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/phnx-labs/agents-cli --skill workflows-phnx-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows
Source: https://github.com/phnx-labs/agents-cli/tree/main/skills/workflows
Command: npx skills add https://github.com/phnx-labs/agents-cli --skill workflows-phnx-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex, multi-step agent tasks by allowing you to bundle orchestrator prompts, subagents, and specific tool configurations into a single, repeatable workflow.

Core Features & Use Cases

  • Reusable Pipelines: Encapsulate complex logic into a named workflow that can be invoked with a single command.
  • Multi-Agent Orchestration: Dispatch tasks to specialized subagents for security, style, or correctness checks in parallel.
  • Use Case: Create a standardized code review workflow that automatically triggers security and style subagents whenever a pull request is submitted, ensuring consistent quality across your team.

Quick Start

Run the code-review workflow on the current repository to analyze the latest changes.

Frequently Asked Questions about workflows

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

FAQPage Schema
How do I automate multi-agent pipelines for complex task orchestration?

You can automate multi-agent pipelines by bundling orchestrator prompts with subagents and tool configurations into a single reusable workflow. This allows you to manage complex task automation across project, user, and system-level scopes.

Can I run specialized subagents in parallel for code review workflows?

Yes, you can dispatch tasks to specialized subagents for security, style, or correctness checks in parallel. This enables standardized code review workflows that automatically trigger multiple checks whenever a pull request is submitted.

How do I enforce security boundaries and tool-access controls in automation workflows?

You can enforce strict security boundaries and tool-access controls in your automation workflows through declarative YAML frontmatter. This configuration ensures subagents only access permitted tools during execution.

What is the best way to create reusable CLI automation for multi-step agent tasks?

The best way to create reusable CLI automation for multi-step agent tasks is to encapsulate complex logic into a named workflow. This allows you to invoke the entire multi-agent pipeline with a single command.

Does this multi-agent orchestration tool require external dependencies to manage pipelines?

No, this multi-agent orchestration tool does not require external dependencies to manage pipelines. It operates independently to bundle orchestrator prompts and subagents for task automation.

When should I use declarative YAML frontmatter for workflow automation instead of scripting?

You should use declarative YAML frontmatter for workflow automation when you need to enforce strict security boundaries and manage tool-access controls across project, user, and system-level scopes without complex scripting.