mcp-workflow-composition

Installation
SKILL.md

MCP Workflow Composition

Advanced patterns for combining multiple MCP tools into powerful automated workflows.

Core Concept: Tool Composition

Philosophy: Individual tools are powerful; combined tools are transformative.

Key Insight: The @j0kz/mcp-agents toolkit is designed for composition:

  • Each tool handles one concern well
  • Tools communicate via structured JSON
  • Output from one tool feeds into another
  • MCPPipeline orchestrates the flow

Example: Code quality workflow

  1. smart-reviewer identifies issues
  2. test-generator creates missing tests
  3. refactor-assistant applies fixes
  4. doc-generator updates documentation
Installs
4
Repository
j0kz/mcp-agents
First Seen
Jan 26, 2026
mcp-workflow-composition — j0kz/mcp-agents