ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration.
Cursor Integration: This skill is auto-discovered by Cursor. It activates based on the task description matching the skill's capabilities.
ゆっくりMovieMaker (YMM4) video production skill with character animation, scene management, and MIDI integration. Automates video production workflows for VTuber content creation using YukkuriMovieMaker.
This skill uses the following Cursor-native tools:
| Tool | Purpose |
|---|---|
Read | Read files from the codebase |
Grep | Search for patterns in code (regex) |
SemanticSearch | Find code by meaning, not exact text |
Write | Create new files |
StrReplace | Edit existing files with precise replacements |
Shell | Execute terminal commands |
WebSearch | Search the web for documentation/references |
WebFetch | Fetch content from URLs |
Task | Launch subagents for complex parallel work |
ReadLints | Check for linter errors after edits |
ymm4-project/
├── project/
│ └── project.ymmp
├── characters/
│ ├── character1/
│ │ ├── pose1.pose
│ │ ├── pose2.pose
│ │ └── motion.motion
│ └── character2/
├── backgrounds/
│ ├── bg1.png
│ └── bg2.jpg
├── audio/
│ ├── bgm/
│ ├── se/
│ └── voice/
├── effects/
│ ├── videoeffects/
│ └── audioeffects/
└── output/
└── rendered_video.mp4
YMM4 supports plugins via COM interface:
// Example YMM4 Plugin Interface
public interface IMovieMakerPlugin
{
void Initialize(IMovieMakerApi api);
void OnSceneChanged(SceneChangedEventArgs args);
void OnRenderProgress(RenderProgressEventArgs args);
}
| Type | Description | Extension Point |
|---|---|---|
| AudioEffect | Audio processing | [AudioEffect] |
| VideoEffect | Video processing | [VideoEffect] |
| Full Plugin | Complete integration | IMovieMakerPlugin |
ゆっくり characters have:
The yukkuri-movie agent provides:
YMM4 project configurations
Character animation setups
Scene transition scripts
Render job configurations
Export packages
$ the skill-install skill https://github.com/zapabob/codex-yukkuri-movie-skill` Version: 1.0.0