Add SKILL.md for AI agent subtitle batch conversion reference#11773
Closed
baoyu0 wants to merge 1 commit into
Closed
Add SKILL.md for AI agent subtitle batch conversion reference#11773baoyu0 wants to merge 1 commit into
baoyu0 wants to merge 1 commit into
Conversation
Provides CLI reference for agents using Subtitle Edit's /convert command-line interface: format conversion, time offset, frame rate, encoding, and batch replace. Includes standalone subtitleedit-cli tool reference and common workflows like MKV extraction + conversion.
Member
|
Thanks for putting this together, @baoyu0 — and sorry for the late call here. We're going to close this one. A few reasons:
If you'd like to help here, a very welcome follow-up would be a small |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a
SKILL.mdfile to help AI coding agents (Claude Code, Hermes, Codex, etc.) work with Subtitle Edit's command-line interface for batch subtitle conversion and processing.What's included
/convert,/offset,/fps,/encoding, etc.)subtitleedit-clicross-platform tool referenceWhy SKILL.md?
SKILL.mdis an emerging standard (originally from Anthropic/Claude Code, now adopted across multiple AI coding tools) that provides structured instructions for AI agents. Having it in-repo means any AI agent working with the Subtitle Edit codebase will automatically understand how to use the CLI without needing external documentation lookups.Related
subtitleedit-cli: https://github.com/SubtitleEdit/subtitleedit-cli