Community写作与编辑github.com

chr1sc2y/fujifilm-film-sim-skill

Turn supported RAW files into verified Fujifilm-ready DNG copies for Lightroom—without touching originals.

fujifilm-film-sim-skill 是什么?

fujifilm-film-sim-skill is a Claude Code agent skill that turn supported RAW files into verified Fujifilm-ready DNG copies for Lightroom—without touching originals.

兼容平台Claude Code~Codex CLI~Cursor
npx skills add chr1sc2y/fujifilm-film-sim-skill

Installed? Explore more 写作与编辑 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

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.

Safety Rules

  • Never modify, move, rename, or delete source files.
  • Never run ExifTool directly on a source path or improvise a replacement shell pipeline.
  • Never reuse or overwrite an existing fujifilm-ready* directory.
  • Do not claim success when the processor exits nonzero, a report is missing, or any verification failed.
  • Do not offer camera identity controls. This Skill has one fixed Fujifilm target.

Result Contract

A successful output directory contains generated .dng files, report.json, and REPORT.md. The processor preserves source-relative folders and creates a numbered output directory on repeated runs.

Read references/compatibility.md only when dependencies, RAW decoding, or Lightroom profile availability needs troubleshooting.

相关技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community