Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Review local character animation with schema checks, Playwright browser previews, frame sampling, and FFmpeg/ffprobe final output checks.
Use this skill before presenting a character-animation preview or final render.
const browser = await chromium.launch();
const page = await browser.newPage({ viewport: { width: 1280, height: 720 } });
await page.goto(previewUrl, { waitUntil: "networkidle" });
await page.screenshot({ path: "preview.png" });
pass: technical checks pass, acting is readable.revise: fixable rig/timeline issue.fail: missing assets, blank render, runtime failure, or wrong runtime.npx skills add calesthio/OpenMontage --skill character-animation-qaHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.