video-analysis-workflow
Installation
SKILL.md
Video Analysis Workflow
Analysis Commands
# CMJ analysis
uv run kinemotion cmj-analyze <video> [--output debug.mp4]
# Drop Jump analysis
uv run kinemotion dropjump-analyze <video> [--output debug.mp4]
# Batch processing
uv run kinemotion cmj-analyze videos/*.mp4 --batch --workers 4
Quality Presets
| Preset | Use Case | Trade-off |
|---|
Related skills
More from feniix/kinemotion
mediapipe-pose-detection
MediaPipe pose detection expertise. Use when debugging landmark tracking, adjusting confidence thresholds, fixing pose detection issues, working with pose.py and video_io.py, or validating pose detection with manual observation.
51biomechanics-validation
Validates jump metrics against physiological norms. Use when analyzing CMJ or drop jump results, discussing RSI values, jump heights, ground contact times, or when metrics seem unusual.
8kinemotion-development
Apply kinemotion development standards. Use when writing Python code, creating tests, modifying the kinemotion codebase, or reviewing code quality.
5