gen-ai-workflows

Installation
SKILL.md

End-to-end workflows with gen-ai (CLI & MCP)

This skill covers multi-step creative pipelines that deliver a complete outcome with the current gen-ai CLI command set.

Core patterns

Use these rules for every workflow:

  1. Check pricing first. Use gen-ai pricing <model> and multiply by job count/duration before large runs.
  2. Validate batches. Use gen-ai batch run <manifest.json> --dry-run.
  3. Start cheap, upgrade finals. Draft with cheaper model families; rerender only approved finals with premium models.
  4. Lock identity with references. Pass -i hero.webp, --video clip.mp4, or --audio line.mp3 whenever consistency matters.
  5. Fold brand guidance into prompts. If a repo has brand.md, read it and include the relevant constraints directly in prompts.
  6. Keep batch output local first. Use -o <output-dir> and share or upload the approved files after review.
  7. Resume failed batches with the subcommand. Use gen-ai batch resume <output-dir>.
  8. Use JSON for exact filenames. For one-off generations, use --json --no-input | jq -r '.url' | xargs curl -L -o <file>.

Workflow 1 — Blog-to-visuals

Installs
1
First Seen
13 days ago
gen-ai-workflows — picsart/gen-ai-cli