workflow-schema-composer

Generate v0.6.3 workflow definitions in Markdown/YAML from skill recommendations.

21|3|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/memorysaver/looplia-core --skill workflow-schema-composer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-schema-composer
Source: https://github.com/memorysaver/looplia-core/tree/main/plugins/looplia-core/skills/workflow-schema-composer
Command: npx skills add https://github.com/memorysaver/looplia-core --skill workflow-schema-composer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms a sequence of recommended skills into a complete v0.6.3 workflow in Markdown/YAML format.

Core Features & Use Cases

  • Generates steps from matcher output
  • Resolves dependencies and data flow
  • Outputs frontmatter and Markdown body ready for execution

Quick Start

Feed the matcher output into this skill to produce a complete workflow definition file.

Frequently Asked Questions about workflow-schema-composer

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

FAQPage Schema
How do I generate a complete workflow definition from skill recommendations?

Workflow-schema-composer takes skill recommendations and generates a complete v0.6.3 workflow in Markdown/YAML format, handling frontmatter, step connections, input/output paths, and validation automatically.

Can I use workflow composition to resolve dependencies and data flow between steps?

Yes. The Skill resolves dependencies and data flow between recommended steps, substituting inputs and outputs correctly so each step connects properly in the final workflow.

What format does the workflow definition output?

Workflow-schema-composer outputs valid v0.6.3 Markdown/YAML workflows ready for execution, including frontmatter and step definitions aligned with the schema specification.

How do I convert matcher output into an executable workflow file?

Feed matcher output directly into workflow-schema-composer to produce a complete, validated workflow definition file with all steps, dependencies, and metadata composed from skill recommendations.

Does workflow composition handle model selection and user preferences?

Yes. Workflow-schema-composer integrates model selection and user preferences into generated steps, ensuring the final workflow reflects both functional requirements and configuration choices.

What validation criteria are applied to generated workflows?

Generated workflows are validated against v0.6.3 schema requirements, including step structure, input/output substitution, dependency resolution, and frontmatter compliance.