unlock-fujifilm-film-simulations

Installation
SKILL.md

Unlock Fujifilm Film Simulations

Overview

Produce verified Fujifilm-profile-ready DNG copies from a photo directory. Keep every source file byte-for-byte untouched and use the bundled processor for deterministic behavior.

Workflow

  1. Resolve the directory supplied by the user. If no directory was supplied, ask for it.

  2. Locate scripts/process.py relative to this SKILL.md. Run python3 scripts/process.py --help from the Skill directory to confirm the processor is available.

  3. Run:

    python3 scripts/process.py "/absolute/path/to/photos" --json
    
  4. If the processor exits 2, read references/compatibility.md. Install a missing dependency only through a standard package manager when the environment permits it, then rerun. Never download and execute an unverified binary.

  5. Inspect the JSON response and <output_dir>/report.json. Exit 0 is complete only when failed is 0 and succeeded equals discovered.

  6. Return the absolute output directory, succeeded/discovered counts, and any failures. Mention that the user can import the generated DNG files into Lightroom.

Installs
2
First Seen
3 days ago
unlock-fujifilm-film-simulations — chr1sc2y/fujifilm-film-sim-skill