| name | copyflow |
|---|---|
| description | End-to-end content production workflow skill for generating multiple copy variants, creating matching images, organizing review-ready materials, and automating downstream publishing steps. Use when the user wants to turn a topic into reusable social content assets, batch content materials, or a semi-automated publishing pipeline. |
Use this skill to turn a single topic into a small content production workflow.
- generate multiple copy variants from one topic
- pair copy with generated images
- organize materials into review-ready Markdown output
- support downstream publishing automation workflows
Treat the current implementation as a working pipeline prototype.
Implemented today:
- copy generation
- image generation via PonyFlash
- material document generation
- workflow automation via GitHub Actions
Still partial / scaffolded:
- platform publishing adapters
- some end-to-end publishing flows
- broader platform coverage
Do not claim capabilities that the codebase does not actually implement.
- Generate multiple content variants from a topic.
- Generate matching images for each variant.
- Export review-ready materials.
- Optionally connect into publishing workflows.
python copyflow.py run --topic "Your Topic"python copyflow.py generate --topic "Your Topic" --output ./outputpython copyflow.py generate-images --config ./output/copies.json --output ./output/imagespython copyflow.py create-doc --content ./output/copies.json --images ./output/images --output ./output- Present CopyFlow as a content pipeline, not as a finished all-platform publishing SaaS.
- Be explicit about which parts are production-ready vs scaffolded.
- Prefer accurate claims over impressive claims.
- When describing outcomes, separate implemented behavior from roadmap behavior.