Jc koubo shuping
剪辑竖屏口播 mp4+srt:快速检样、正式成片、局部返修;用 Remotion 与 preserve-source 工艺输出。From its SKILL.md
npx -y skills add jincheng2026/jc-koubo-shupingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.0 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it
jc-koubo-shuping
Boundary
只处理 竖屏口播 mp4 + srt -> Remotion 透明 overlay -> ffmpeg preserve-source 成片。
不要用于横屏剪辑、纯转码、参考视频拉片、剪映工程或无口播主体的视频。参考风格分析先用 video-style-replicator。
Hard Rules
- 先选模式:首次看效果用
fast_preview,人工通过后用production,局部修改用repair。 fast_preview:一个写入 Agent、4–6 张检样、最多渲染 2 次和自动修复 1 次,然后WAIT_USER。production执行静态图、10–15 秒样片、全片、技术终检和人工验收;未过前一闸门不得继续。repair只使受影响的依赖失效,旧产物保留,新产物写入新 attempt;更换源视频必须新建 case。- 先校对 SRT 错别字、专有名词和重叠时间,不静默改写原意;保存修订稿和差异记录。
- Remotion 只渲透明 UI、字幕和 chrome;ffmpeg 只合成、编码和封装,源视频不得在 Remotion 重绘。
- 禁止默认使用
-shortest;原音频在未改时序时必须 stream copy。 - 一个 beat 只允许一个可阅读 hero;字幕是跟读层,不是总结卡。
- 中英字幕各单行、各用独立黑色半透明圆角底板;长句先拆 cue,不用换行、小字、黄色高亮或粗描边掩盖。
motion map是语义与 MG 文案唯一真源;draftNodes不可渲染,manifest.nodes只能由compile-motion-map.mjs生成。- canonical workflow 只接受 schema v3;旧 case 先运行
migrate-case-v3.mjs。 - 用户纠正、QA 缺陷或返工先查错题集;新类型本轮补入并回归。
- ASR 只在字幕存在明确语义疑点时按片段启用;快速检样不做默认全片 ASR,不因一两个词并行调用多模型。
- 技术通过不等于发布通过;发布必须有用户明确验收。
Mode Router
- 用户说「先看看效果、检样、快速出一版」:读
references/fast-preview.md。 - 用户确认静态图或样片并要求继续成片:读
references/production.md和既有发布合同。 - 用户说「字太大、卡片挡脸、只改某处」:读
references/repair.md,先运行repair-case.mjs。
Canonical Commands
- 创建 case:
node scripts/create-case.mjs --video /abs/in.mp4 --srt /abs/in.srt --out /abs/case。 - 编译 caption plan,再按
semantic-copy-contract.md写 motion map 并运行compile-motion-map.mjs。 - 到
motion_map_ready后运行node scripts/run-fast-preview.mjs /abs/case/case_manifest.json。 - 返修运行
node scripts/repair-case.mjs /abs/case/case_manifest.json --target caption --apply,只执行失效节点。 - 人工通过检样后按
references/production.md生成样片、全片并执行发布门。 - 修改 Skill 后运行
verify-fast-preview.mjs和verify-install.mjs。
Resource Routing
- 输入与字幕:
references/input-contract.md - 全流程与状态机:
references/workflow-contract.md - 极速检样:
references/fast-preview.md - 正式成片:
references/production.md - 局部返修:
references/repair.md - 语义分段与 MG 文案:
references/semantic-copy-contract.md - 固定画质工艺:
references/preserve-source-quality.md - 视觉、布局与字幕:
references/visual-contract.md - 渲染与合成:
references/render-contract.md - QA 与人工验收:
references/qa-contract.md - 错题登记与关闭:
references/error-bank.md - 发布门:
references/release-gates.md - 机器错题集:
evals/error-cases.json - Remotion 运行模板:
assets/remotion-template/ - 默认公开基线锁:
assets/baselines/default-single-line-bilingual/baseline-lock.json
Completion Contract
缺 motion map、两次人工闸门、Remotion provenance、QA、preserve-source 证据或用户明确验收,不得报告「剪辑完成」。验收 JSON 不能证明填写者身份。
What ships with it: 73 files
364.6 KB alongside SKILL.md, 31 of them executable
agents/
- interface.yaml1.0 KB
- openai.yaml366 B
assets/
- baselines/0708-0721-approved-baseline-v2/baseline-lock.json715 B
- baselines/0708-0721-approved-baseline-v3-single-line/baseline-lock.json1.6 KB
- baselines/0721-approved-baseline-v4-multi-mg/baseline-lock.json1.5 KB
- baselines/0726-approved-assembly-mono-v1/baseline-lock.json1.9 KB
- remotion-template/package.json700 B
- remotion-template/src/AssemblyMonoHero.tsx14.0 KB
- remotion-template/src/index.tsx474 B
- remotion-template/src/MgHero.tsx18.2 KB
- remotion-template/src/mg-layout.json1.6 KB
- remotion-template/src/Root.tsx1.1 KB
- remotion-template/src/TalkingHeadOverlay.tsx11.5 KB
- remotion-template/src/theme.tsruns1.2 KB
- remotion-template/src/types.tsruns1.7 KB
- remotion-template/tsconfig.json450 B
docs/
- verification-report.md2.6 KB
evals/
- error-cases.json26.5 KB
- semantic_config.json2.4 KB
- trigger_cases.json1.8 KB
references/
- error-bank.md1.9 KB
- fast-preview.md1.8 KB
- input-contract.md1.7 KB
- mg-variant-contract.md2.7 KB
- preserve-source-quality.md2.1 KB
- production.md1.1 KB
- qa-contract.md3.2 KB
- release-gates.md1.8 KB
- render-contract.md2.3 KB
- repair.md1.1 KB
- semantic-copy-contract.md4.2 KB
- CHANGELOG.md15.3 KB
- CONTRIBUTING.md1.1 KB
- doctor.shruns1.3 KB
- .gitignore179 B
- install.shruns1.4 KB
- LICENSE797 B
- manifest.json971 B
- NOTICE.md701 B
- README.md11.9 KB
33 more files not listed here. See all 73 in the repository.