List available Looplia workflows
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-plugins-looplia-core@memorysaver/looplia-core# List Workflows Show all available workflows in the `workflows/` directory. ## Usage ## Execution 1. **Scan workflows directory** - Read all `*.md` files in `workflows/` - Parse YAML frontmatter from each 2. **Extract metadata** - name - description - outputs (list of step names) - final output name 3. **Display results** - Table format with workflow info - Show example usage ## Example Output ## No Workflows Found If no workflows exist: 1. Report that no workflows are available 2. Suggest using `/build-workflow` to create one 3. Provide example: `/buil...