Simplify the transformation skill#7
Conversation
njb90
left a comment
There was a problem hiding this comment.
One comment but otherwise it is definitely an improvement.
strausr
left a comment
There was a problem hiding this comment.
I ran 15 prompts against the new skill (resize, face crop, bg removal, gen fill / 16:9, w_auto, named transforms, baseline strategy, video trim + mute, debugging, g_auto)
First, using only SKILL.md + references, then checking whether the docs-first path (llms.txt) fills the gaps.
Result: path works well (resize, fill crop, overlays, bg removal, f_auto:video, debugging). Without a doc fetch, several common cases were partial or failed: face-focused crops (no g_face), gen fill, w_auto + Client Hints setup, named/baseline URL shape, video trim, and invalid g_auto + c_scale.
Left some comments on where I found some issues.
# Conflicts: # skills/cloudinary-transformations/SKILL.md # skills/cloudinary-transformations/references/advanced-features.md # skills/cloudinary-transformations/references/debugging.md # skills/cloudinary-transformations/references/examples.md # skills/cloudinary-transformations/references/named-transformations.md # skills/cloudinary-transformations/references/responsive-images.md # skills/cloudinary-transformations/references/transformation-costs.md
Simplified cloudinary-transformations into a compact agent playbook that treats Cloudinary docs as the source of truth for exact syntax, current limitations, and costs.
Key changes:
- agent-playbook.md
- debugging-playbook.md
- cost-and-caching.md