一键导入
photo-selector
从本地照片文件夹中按专业摄影标准筛选出值得精修的照片。先生成联络表,再做多轮挑片,最后把终选片复制到“精修”文件夹。macOS 默认走原生 JXA,Linux 和 Windows 可走 Python Pillow 后端。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
从本地照片文件夹中按专业摄影标准筛选出值得精修的照片。先生成联络表,再做多轮挑片,最后把终选片复制到“精修”文件夹。macOS 默认走原生 JXA,Linux 和 Windows 可走 Python Pillow 后端。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert rough business requirements into complete, implementation-ready solution blueprints in Chinese. Use this whenever the user asks for 业务实现方案, 技术方案, 架构设计, PRD转实现, 需求拆解, 数据模型, 状态流转, 接口设计, or wants a coding agent to build directly from a high-level requirement, even if the input is incomplete.
Review C#, ASP.NET Core, and .NET 10 pull requests or code diffs with a practical checklist focused on correctness, nullability, async/await, EF Core, DI, security, performance, observability, and tests. Use this skill whenever the user asks for a C#/.NET code review, PR review, diff review, checklist-based review, best-practices validation, 架构审查, or wants actionable findings instead of style-only comments.
Investigate whether a news item, rumor, screenshot claim, social post, statement, image/video description, or link is true, partly true, misleading, false, or still unverified. Use this skill whenever the user asks to 辟谣, 事实核查, 查证真假, verify a claim, analyze a screenshot/link/post, or wants a source-backed judgment instead of a quick opinion, especially for politics, disasters, war, public safety, medicine, finance, law, and other high-risk topics.
根据文字、参考图、公网图片 URL 或本地照片制作可直接打印裁剪的证件照。只要用户提到证件照、报名照、护照照、白底/蓝底/红底换底、1寸/2寸、证件照排版、证件照打印、或想把普通照片变成证件照,都应使用这个 skill。默认优先处理用户已有照片;只有缺图或用户明确要求时,才调用 Liblib 的文生图或图生图。
Classify complex user requests into the right execution loop, define stop conditions, validation checks, token/cost boundaries, and whether to execute or only plan based on current permissions. Use for multi-step coding tasks, automation, monitoring, scheduled work, quality gates, repeated iteration, vague complex goals, or any request where Codex should decide between turn-based, goal-based, time-based, or proactive loops. Do not use for simple factual questions or tiny one-step edits.
Export Markdown files to polished, print-ready PDFs and set up reusable local export scripts. Use this skill whenever the user wants Markdown converted to PDF, asks for one-click export automation, needs reusable styling presets, or wants to tune margins, fonts, images, or page layout for resumes, reports, manuals, proposals, or summaries. Default to a script-based workflow instead of a one-off manual conversion.
| name | photo-selector |
| description | 从本地照片文件夹中按专业摄影标准筛选出值得精修的照片。先生成联络表,再做多轮挑片,最后把终选片复制到“精修”文件夹。macOS 默认走原生 JXA,Linux 和 Windows 可走 Python Pillow 后端。 |
把本地照片挑片任务做成稳定、可复用的执行流程:先盘点素材,再生成联络表完成大范围初筛,随后压缩连拍、复核原图,最后把终选片复制到同级 精修 文件夹。默认直接执行,不停留在抽象建议。
macOS uses bash + osascript + JXA + AppKit by default. Linux and Windows use Python 3 + Pillow. A PowerShell wrapper is included for Windows.
精修 文件夹。1-2 张,避免冗余。osascript + JXA + AppKitbash "{baseDir}/scripts/make_contact_sheets.sh" "/path/to/photos" "/path/to/contact_sheets_16" 4 4 480 360Python 3 + Pillowbash "{baseDir}/scripts/make_contact_sheets.sh" "/path/to/photos" "/path/to/contact_sheets_16" 4 4 480 360Python 3 + Pillowpwsh -File "{baseDir}\scripts\make_contact_sheets.ps1" "<photos-dir>" "<contact-sheets-dir>" 4 4 480 360make_contact_sheets.sh。依赖说明:
python -m pip install pillow.venv,包装脚本会优先使用其中的 Python。make_contact_sheets.sh 会自动选后端,也可以用环境变量强制指定:
PHOTO_SELECTOR_BACKEND=macos-jxaPHOTO_SELECTOR_BACKEND=python-pillowPHOTO_SELECTOR_PYTHON=/custom/python盘点素材
精修 文件夹。生成第一轮联络表
4x4 联络表。bash "{baseDir}/scripts/make_contact_sheets.sh" "/path/to/photos" "/path/to/contact_sheets_16" 4 4 480 360pwsh -File "{baseDir}\scripts\make_contact_sheets.ps1" "<photos-dir>" "<contact-sheets-dir>" 4 4 480 360第一轮初筛
第二轮压缩
3x3 联络表复看候选:
bash "{baseDir}/scripts/make_contact_sheets.sh" "/path/to/photos" "/path/to/round2_sheets" 3 3 640 480 "/path/to/candidate_list.txt"pwsh -File "{baseDir}\scripts\make_contact_sheets.ps1" "<photos-dir>" "<round2-sheets-dir>" 3 3 640 480 "<candidate-list.txt>"原图复核
归档终选
精修 文件夹。详细标准见 references/selection-rubric.md。默认优先级如下:
不要只挑“看镜头”的标准照。玩耍、牵手、对望、奔跑、吃东西、探索环境,这些往往更有价值。
精修 已存在,保留原有内容;新增复制时报告重名或已存在情况,不清空目录。精修 文件夹scripts/contact_sheet.jxa - macOS 原生联络表后端scripts/contact_sheet_pillow.py - Linux / Windows / macOS 通用的 Pillow 后端scripts/make_contact_sheets.sh - Bash 包装器,会自动选择 macOS 或 Python 后端scripts/make_contact_sheets.ps1 - Windows PowerShell 包装器references/selection-rubric.md - 挑片标准与取舍规则