explaingit

bridge-wang/creator-skills

Analysis updated 2026-05-18

19PythonAudience · generalComplexity · 3/5LicenseSetup · moderate

TLDR

A Claude Code / Codex skill toolbox that turns raw footage or existing subtitles into finished, corrected SRT captions using local whisper.cpp transcription.

Mindmap

mindmap
  root((creator-skills))
    What it does
      Remove filler pauses
      Local transcription
      Subtitle correction
      Chinese subtitle formatting
    Tech stack
      Python
      whisper.cpp
      ffmpeg
    Use cases
      Social media video subtitles
      Podcast transcripts
      SRT cleanup
    Requirements
      ffmpeg and whisper.cpp
      Whisper model download
      macOS Apple Silicon best

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a raw phone-recorded voiceover video into finished subtitles: filler-pause removal, transcription, correction, and formatting.

USE CASE 2

Transcribe and auto-correct an already-edited video or audio file into a ready subtitle file.

USE CASE 3

Clean up an existing SRT file: fix typos and proper nouns, resplit lines by meaning, and adjust timestamps.

What is it built with?

Pythonwhisper.cppffmpegClaude Code

How does it compare?

bridge-wang/creator-skills16nic/comfyui-agnes-ai6c696e68/gpt_signup_hybrid
Stars191919
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity3/52/54/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires ffmpeg, whisper.cpp, and a roughly 1.6GB Whisper model download before first use.

MIT license: use, modify, and distribute freely for any purpose.

In plain English

creator-skills is a toolbox of AI skills built by a content creator named Bridge, based on habits picked up while making videos for social media. It packages repetitive, error prone steps of the creation workflow, like topic selection, filming, editing, and subtitling, into tasks you can trigger with a single natural language request. Each skill works on its own and does not depend on the others. Right now the project ships one skill, with more planned. The included skill, called bri video srt, handles the full path from raw footage to finished subtitles. Give it a phone recorded voiceover video and it removes filler pauses without touching picture quality, transcribes the audio locally, corrects the transcript, and formats it into a subtitle file ready to import into editing software. Give it an already edited video or audio file and it transcribes and corrects automatically. Give it an existing subtitle file and it fixes typos and proper nouns, merges or resplits lines by meaning, and adjusts timestamps. All audio and video processing happens on your own machine using whisper.cpp, with nothing uploaded to the cloud. Installation is meant to happen through an AI agent such as Claude Code or Codex: you simply ask the agent to install the skill from its GitHub URL, and it clones the repository, copies the skill files into the right folder, and runs a setup check script that reports any missing dependencies. Alternatives include a dedicated skills command line tool or the Claude Code plugin marketplace. Required dependencies are ffmpeg, whisper.cpp, python3, and a roughly 1.6 gigabyte Whisper speech model, an optional tool called auto editor is only needed for the filler pause removal step. The project targets macOS with Apple Silicon for best performance, though transcription and correction also work on Linux and Windows. Users can customize a glossary of proper nouns and names that keep getting misheard, protect certain phrases from being split across subtitle lines, and adjust how aggressively filler pauses get removed. The project is released under the MIT license, so it can be used, modified, and shared freely.

Copy-paste prompts

Prompt 1
帮我下载安装这个 skill:https://github.com/bridge-wang/creator-skills
Prompt 2
Install the creator-skills toolbox from https://github.com/bridge-wang/creator-skills and set it up for Claude Code.
Prompt 3
给这个视频出字幕 /Users/me/Videos/clip.mov
Prompt 4
Run bash skills/bri-video-srt/scripts/check_setup.sh and help me install any missing dependencies like ffmpeg or whisper.cpp.

Frequently asked questions

What is creator-skills?

A Claude Code / Codex skill toolbox that turns raw footage or existing subtitles into finished, corrected SRT captions using local whisper.cpp transcription.

What language is creator-skills written in?

Mainly Python. The stack also includes Python, whisper.cpp, ffmpeg.

What license does creator-skills use?

MIT license: use, modify, and distribute freely for any purpose.

How hard is creator-skills to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is creator-skills for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.