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
- smart-reviewer identifies issues
- test-generator creates missing tests
- refactor-assistant applies fixes
- doc-generator updates documentation