byjianshuo· 34 skills
Thin orchestrator for the end-to-end video localization pipeline. Routes to the four focused sub-skills — /wjs-transcribing-audio, /wjs-translating-subtitles, /wjs-dubbing-video, /wjs-burning-subtitles. Use when the user asks for full localization in one go ("帮我把这个西班牙语视频做成中文字幕+配音", "translate and dub this video", "做完整的本地化"). For any individual step (just transcribe, just translate, just dub, just burn), invoke the sub-skill directly — it's faster and the boundary is cleaner.
$npx -y skills add jianshuo/claude-skills --skill wjs-localizing-videoInstalls into the current project.
Run `npx skills use "https://github.com/jianshuo/claude-skills" --skill "jianshuo/claude-skills/wjs-localizing-video"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jianshuo/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jianshuo/claude-skills"` and select the relevant skills, then follow their instructions.