Boilify
Description
boil/heat distortion plugin for DaVinci Resolve
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Boilify
line boil / hand-drawn jitter OpenFX plugin for DaVinci Resolve Studio 20+
install
- download zip from releases
- extract
.ofx.bundle - copy to
/Library/OFX/Plugins(macOS),C:\Program Files\Common Files\OFX\Plugins(windows), or/usr/OFX/Plugins(linux) - restart resolve
tuner
open `tuner/index.html` in a browser to preview and dial in settings before applying in resolve. adjust sliders, copy the json, and use as your preferred defaults.
performance
- multithreaded rendering via OfxMultiThreadSuite
- scales with cpu cores (4-8x faster on 8+ cores)
settings
| parameter | default | effect |
|---|---|---|
| strength | 5.0 | line jitter amount in pixels |
| size | 30.0 | noise scale in pixels. higher = larger wiggle chunks |
| speed | 1.0 | how quickly the pattern changes |
| fps | 12 | posterize-time style. typical: 4-12 |
| complexity | 3 | noise layers. higher = more detail (slower) |
| noise | smooth | smooth for classic boil, ridged for sharper texture |
| seed | 0 | random seed. change for different patterns |
| animate | on | toggle time-based boiling |
transparent pixels are automatically preserved (so graphics/png overlays do not smear into empty alpha).
algorithm
for each pixel:
step = floor((time / frameRate) * boilF
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11