motion-previs-studio
Installation
SKILL.md
Motion Previs Studio
Assist with Motion Previs Studio v4 — the open-source desktop app for extracting pose, depth, camera motion, and control layers from reference video for AI-film production.
When to use this skill
- Setup & build: Installing dependencies, building from source, cross-platform configuration (Windows, macOS, Linux)
- Feature integration: Adding new pose estimators, depth models, camera solvers, or export formats
- UI/logic debugging: Canvas issues, progress tracking, export pipeline failures, frame encoding problems
- Export & workflow: Troubleshooting bundle output, Seedance/ComfyUI/Blender export compatibility, OpenPose keypoint export
- Performance optimization: Faster frame processing, memory management, encoding bottlenecks
- Project architecture: Understanding MediaHandler, PoseAnalyzer, CameraSolver, ControlLayerGenerator, and bundler components
When not to use this skill
- Pure Blender scripting: Use
blenderordesign-systemskills instead - ComfyUI node development: Use
ai-video-generationor similar AI-video skills - General desktop app UX: Use
ui-design-guidelinesorresponsive-design - CI/CD for unrelated projects: Use
deployment-automationorgit-workflow