# Canva Resize For Social

> Use when resizing one design into multiple social placements/sizes from the channel matrix.

- Skill: `metinduraktr-44/canva-resize-for-social` (Agent Skill)
- Install (CLI): `npx skillmds@latest add metinduraktr-44/canva-resize-for-social`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metinduraktr-44/canva-resize-for-social/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: metinduraktr-44 (https://skillmd.com/u/metinduraktr-44)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/metinduraktr-44/canva-resize-for-social

---


# Canva Resize For Social

## Instructions
1. Read target placements/sizes from `MATRIX/PRODUCTION_GRID.csv`.
2. Mode gate: dry-run lists intended resize jobs; `CANVA:ON` runs the Canva resize job (Magic Resize / Connect resize).
3. For each target: create a resized variant, then `spec-dogrula` for exact pixels/ratio.
4. Register every variant in `DESIGN_REGISTRY.csv`.

## Examples
- "Resize `DAF-123` for IG feed, IG story, and FB feed" → 3 spec-checked variants.

## Performance Notes
- Submit resize as a job and poll; do not block on a single synchronous call.

## Troubleshooting
- Off-spec output → reject + log to `VALIDATION.log`; adjust and retry.

