Agent skill
create-lut
Generate or bake cinematic 3D LUTs (.cube) from reference/source pairs or presets.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-lut
Metadata
Additional technical details for this skill
- short description
- Create cinematic 3D LUTs (.cube)
SKILL.md
create-lut
Programmatically generate or bake cinematic 3D LUTs (.cube).
Usage
./run.sh bake --ref ref.png --source src.png --output match.cube
./run.sh generate --preset "fujifilm_sim" --size 33
Contract
- Input: Image pairs (reference/source) or procedural parameters.
- Output: Single
.cube(3D LUT) file. - Dependencies:
colour-science,numpy,opencv-python.
Features
- Match Grade: Calculate a color transform between a reference frame (learned from a movie) and a generated frame.
- Procedural Simulation: Apply standard film stock mathematical models (e.g., Kodak 2383).
- Identity Export: Generate a clean neutral LUT for pipeline testing.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?