skill-composer

Compose multiple skills into YAML or Markdown workflows with chained outputs.

11|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mupengi-bot/mupengism --skill skill-composer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-composer
Source: https://github.com/mupengi-bot/mupengism/tree/main/skills/skill-composer
Command: npx skills add https://github.com/mupengi-bot/mupengism --skill skill-composer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of executing complex, multi-step tasks that cannot be handled by a single AI skill, by allowing the combination and orchestration of multiple skills into a cohesive workflow.

Core Features & Use Cases

  • Workflow Definition: Define multi-step processes using simple YAML or Markdown files.
  • Skill Chaining: Connect the output of one skill as the input to another, creating automated pipelines.
  • Use Case: Automate the entire process of generating a weekly business report by chaining together skills for trend analysis, competitor monitoring, report generation, and email delivery.

Quick Start

Execute the 'weekly report' workflow by saying "Run the weekly report workflow".

Frequently Asked Questions about skill-composer

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

FAQPage Schema
How do I automate a multi-step workflow by chaining multiple skills together?

You can automate a multi-step workflow by defining processes in YAML or Markdown files, chaining one skill's output as another's input to create a unified pipeline. This allows complex tasks to execute sequentially without manual intervention.

Can I define automation pipelines using YAML or Markdown files?

Yes, you can define automation pipelines using simple YAML or Markdown files. These files specify the multi-step processes and skill connections required to orchestrate complex tasks into a cohesive workflow.

How does inter-skill communication work within an orchestrated pipeline?

Inter-skill communication within an orchestrated pipeline works by integrating with an event bus. This allows skills to exchange messages and trigger subsequent steps dynamically during the workflow execution.

What is the best way to orchestrate complex tasks that a single AI skill cannot handle?

The best way to orchestrate complex tasks exceeding a single skill's capacity is composing multiple skills into a cohesive workflow. This approach connects individual skill outputs to subsequent inputs, automating the entire pipeline.

Can I use this to automate report generation by connecting analysis and delivery steps?

Yes, you can automate report generation by connecting analysis, monitoring, and email delivery skills into a single pipeline. The workflow chains these steps together, executing the entire process from data gathering to final delivery automatically.