workflow-composer

Compose multiple skills into automated workflows using declarative YAML configurations.

35|5|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glincker/claude-code-marketplace --skill workflow-composer-glincker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-composer
Source: https://github.com/glincker/claude-code-marketplace/tree/main/skills/automation/workflow-composer
Command: npx skills add https://github.com/glincker/claude-code-marketplace --skill workflow-composer-glincker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of automating complex, multi-step processes by allowing users to chain together individual skills into cohesive workflows without writing code.

Core Features & Use Cases

  • Skill Chaining: Connect the output of one skill to the input of another.
  • Parallel Execution: Run multiple skills simultaneously for faster processing.
  • Conditional Logic: Define IF/THEN/ELSE conditions based on skill outcomes.
  • Error Handling: Implement retry mechanisms and fallback strategies for robustness.
  • Use Case: Automate a complete code review process by chaining a linter, a security scanner, and a test runner, with conditional steps to trigger auto-fixing if issues are found.

Quick Start

Create a new workflow named 'project-setup' that scaffolds a new project and generates a README file.

Frequently Asked Questions about workflow-composer

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

FAQPage Schema
How do I automate a multi-step task pipeline without writing custom code?

You can automate a multi-step task pipeline by defining declarative YAML configurations that chain multiple skills together into cohesive, code-free workflows. This approach enables complex orchestration without manual scripting.

Can I run skills in parallel and use conditional logic in my automation workflow?

Yes, automation workflows can run multiple skills simultaneously in parallel and define IF/THEN/ELSE conditions based on skill outcomes. This allows for dynamic execution paths and faster processing.

What is skill chaining and how does it connect outputs to inputs?

Skill chaining connects the output generated by one skill directly to the input of another. This mechanism enables the creation of sequential, reusable automation pipelines for various development and operational tasks.

How do I add error handling and retries to an automated orchestration pipeline?

You can add error handling to an orchestration pipeline by implementing retry mechanisms and fallback strategies within your declarative YAML configuration. This ensures robustness during complex task execution.

Does workflow orchestration support automating a complete code review process?

Yes, workflow orchestration supports automating a complete code review process by chaining a linter, security scanner, and test runner. It can trigger conditional auto-fixing steps if issues are found.