Files
magnus919_agent-skills/color-management
Magnus HedemarkandGitHub 24f21c64e3 test(evals): complete canonical coverage
Squash-merge the verified #412 eval coverage implementation. Required validate and paired evaluation checks passed at exact head b43ac564a5919a0f23fdab49ba052d7c514915cb; droid-review BYOK failure had no findings and is advisory.
2026-09-01 19:58:35 -04:00
..
2026-07-11 09:24:58 -04:00

Color Management — ICC Profiles, Color Spaces & Gamut Analysis

Expert-level color management for open-source workflows. Covers ICC profiles, working spaces, gamut mapping, and color science fundamentals.

Why Install This Skill

When your agent loads this skill, it becomes a color management specialist who can:

  • Inspect ICC profiles — check metadata, primaries, TRC curves, and well-behaved status
  • Convert between color spaces — sRGB, ProPhotoRGB, ACEScg, Rec.2020, and more
  • Analyze gamut — check which image colors fall outside a target color space
  • Compare sRGB variants — understand differences between sRGB profiles from different vendors
  • Calculate color difference — compute dE between images or color values
  • Generate comprehensive color reports with visualizations

What You Get

Directory Purpose
SKILL.md Quick reference table mapping tasks to scripts and references
scripts/ 6 Python scripts: profile inspect, well-behaved check, color space convert, gamut check, sRGB compare, color difference, color report
references/ 5 reference files: overview, ICC operations, working spaces, soft-proofing workflow, tool commands, monitor calibration, dcraw pipeline

Triggers

Load this when inspecting ICC profiles, converting between color spaces, checking gamut clipping, validating working spaces, or troubleshooting color workflows.

Requirements

ImageMagick, Exiftool, ArgyllCMS, LittleCMS (all platform-independent). Python scripts require Python 3.8+.

Quick Start

Start with the setup and first workflow in SKILL.md, then use the linked resources for the specific task you need to complete.