refactor: move remaining nested skills to root
- picture-it from creative/ to root - plan, requesting-code-review, skill-augmentation-from-source, subagent-driven-development, systematic-debugging, writing-plans from general/ to root - Remove old test-driven-development (root version is newer) - Delete empty creative/ and general/ folders
This commit is contained in:
49
skills/picture-it/references/pipeline-templates.json
Normal file
49
skills/picture-it/references/pipeline-templates.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"blog-hero": {
|
||||
"description": "Dark cinematic blog hero with logo overlay",
|
||||
"estimated_cost": "$0.043",
|
||||
"pipeline": [
|
||||
{ "op": "generate", "prompt": "<scene_description>", "size": "1200x630" },
|
||||
{ "op": "edit", "prompt": "place Figure 1 as a large glowing element in center", "assets": ["logo.png"] },
|
||||
{ "op": "grade", "name": "cinematic" },
|
||||
{ "op": "vignette" }
|
||||
]
|
||||
},
|
||||
"product-comparison": {
|
||||
"description": "Side-by-side product comparison with remove-bg",
|
||||
"estimated_cost": "$0.01",
|
||||
"pipeline": [
|
||||
{ "op": "generate", "prompt": "clean gradient backdrop, professional lighting", "size": "1200x630" },
|
||||
{ "op": "remove-bg", "assets": ["product-a.png"] },
|
||||
{ "op": "compose", "overlays": "comparison-layout.json" },
|
||||
{ "op": "grade", "name": "clean" }
|
||||
]
|
||||
},
|
||||
"youtube-thumbnail": {
|
||||
"description": "Bold text-behind-subject YouTube thumbnail",
|
||||
"estimated_cost": "$0.07",
|
||||
"pipeline": [
|
||||
{ "op": "generate", "prompt": "<scene>", "size": "1280x720" },
|
||||
{ "op": "edit", "prompt": "place text '<title>' behind the subject, keep subject fully visible", "assets": [] },
|
||||
{ "op": "grade", "name": "cinematic" },
|
||||
{ "op": "vignette" }
|
||||
]
|
||||
},
|
||||
"instagram-square": {
|
||||
"description": "Clean Instagram square post",
|
||||
"estimated_cost": "$0.003-0.15",
|
||||
"pipeline": [
|
||||
{ "op": "generate", "prompt": "<prompt>", "size": "1080x1080" },
|
||||
{ "op": "grade", "name": "vibrant" }
|
||||
]
|
||||
},
|
||||
"social-card": {
|
||||
"description": "Text overlay on generated background",
|
||||
"estimated_cost": "$0.003",
|
||||
"pipeline": [
|
||||
{ "op": "generate", "prompt": "<background_prompt>", "size": "1200x630" },
|
||||
{ "op": "text", "title": "<title>", "fontSize": 64, "font": "Space Grotesk" },
|
||||
{ "op": "grade", "name": "cinematic" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user