skill-compose

Orchestrate multi-skill workflows with sequencing, data handoffs, and validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lnittman/skills --skill skill-compose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-compose
Source: https://github.com/lnittman/skills/tree/main/skills/skill-compose
Command: npx skills add https://github.com/lnittman/skills --skill skill-compose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Complex tasks often require capabilities from multiple AI skills, but manually chaining them is cumbersome, error-prone, and inefficient. This skill automates the orchestration of multi-skill workflows, saving time and ensuring consistency.

Core Features & Use Cases

  • Intelligent Sequencing: Determine the optimal order for chaining multiple skills to achieve a complex goal, streamlining execution.
  • Seamless Data Handoffs: Manage the flow of data and outputs between different skills in a chain, eliminating manual transfers.
  • Aggregated Validation: Validate the entire workflow, ensuring the combined output meets quality standards, not just individual steps.
  • Robust Error Handling: Implement fail-fast mechanisms or retries for resilient multi-skill execution, minimizing disruptions.

Quick Start

Chain the 'create-skill', 'skill-improve', and 'consult-deep' skills to create a new skill, improve it, and then validate its quality.