用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill vc-core命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | vc-core |
| description | vc の解析/メタ生成/CLI 基本操作 Use when this capability is needed. |
| metadata | {"author":"101ta28"} |
ローカル動画解析・編集パイプライン(vc)の基礎操作を行うためのスキルです。
vc run の使い方を求めているapps/cli/index.ts が存在するwork/ や outputs/ を生成したいtranscript_segments.json は解析層が生成する(packages/analyze)render.json はメタ層が生成する(packages/meta)vc run は両者の統合パイプラインとして扱うapps/
cli/ # vc CLI
remotion/ # Remotion 描画
packages/
analyze/ # 解析・STT
meta/ # render.json 生成
plan/ # LLM 編集プラン生成
schema/ # 型定義
work/ # 中間成果物
outputs/ # 出力先
bun run build
bun run vc run --in work/source.mp4 --prompt "結論だけ"
--aspect 16:9|9:16: 縦/横どちらかだけ出力したい場合に指定する--out-dir <dir>: 出力ディレクトリ(デフォルト outputs)--plan <path>: plan.yaml を指定して反映--slug <name>: Remotion 用の出力スラッグ(既定はファイル名)--trim-source: plan.yaml のクリップ範囲だけ切り出した source_trim.mp4 を使うwork/<動画ファイル名>/transcript_segments.json
segments[] に startSec / endSec / text / textNormwork/<動画ファイル名>/render.json
outputs[] に horizontal と vertical の出力work/<slug>/render.json(Remotion が --public-dir work で参照)work/ を削除して再実行してよいffmpeg が無い場合は VC_AUDIO_PATH を指定vc proofread を使うと再解析せずに反映できるvc analyze を実行する。--prompt が指定されていない場合は VC_DEFAULT_PROMPT を使い、未設定なら「要点をまとめて」を使う。vc proofread を自動実行する。辞書は JSON で編集する。スキル適用時に必要なら自動で更新する。
config/dictionary.jsonwork/<動画ファイル名>/dictionary.json更新時の注意:
wrongPatterns は配列で列挙するcorrect をプロンプトに自動追加するConverted and distributed by TomeVault — claim your Tome and manage your conversions.