Marketplace

workflow-executor

This skill should be used when the user wants to execute a looplia workflow, run workflowsteps, or process a workflow.md file. Use when someone says "run the looplia workflow","execute this looplia pipeline", "/run writing-kit", "start the looplia automation", or"process these workflow steps".Architecture: One workflow step triggers one general-purpose subagent call, which theninvokes skills to accomplish the step's mission. Each step = separate context window.Handles sandbox management, per-step orchestration, and validation state tracking.v0.6.9: Unified general-purpose subagent strategy for all providers (context offload).

$ Installieren

git clone https://github.com/memorysaver/looplia-core /tmp/looplia-core && cp -r /tmp/looplia-core/plugins/looplia-core/skills/workflow-executor ~/.claude/skills/looplia-core

// tip: Run this command in your terminal to install the skill