[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rameerez-transcribe-video-en":3,"guides-for-rameerez-transcribe-video":380,"similar-k17cryk0a2ye3x23pfx19h37pn86m2zh-en":381},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":226,"parentExtension":245,"providers":278,"relations":282,"repo":283,"tags":377,"workflow":378},1778696079702.1472,"k17cryk0a2ye3x23pfx19h37pn86m2zh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate subtitles (SRT/VTT) and plain text transcripts from video or audio files using AWS Transcribe. Use when creating captions, extracting spoken content, generating transcripts for notes, or making video content searchable.",{"claudeCode":12},"rameerez/claude-code-startup-skills","transcribe-video","https://github.com/rameerez/claude-code-startup-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":238},1778696184131.3596,"kn78zrhw564d9j7n5ee2g1me5x86mhh5","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":10,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating subtitles and transcripts from video/audio files and identifies specific use cases like creating captions and making content searchable.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages AWS Transcribe and ffmpeg to automate a complex workflow, offering significant value beyond a simple prompt by handling file extraction, cloud service interaction, and cleanup.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill addresses the complete lifecycle of transcription, including prerequisites, execution steps, output generation, and critical cleanup, making it usable in a real workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single domain: video/audio transcription using AWS Transcribe, with a coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of generating subtitles and transcripts from video/audio using AWS Transcribe and clearly outlines its use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `ffmpeg`, `aws s3`, `aws transcribe`, and `aws s3` for targeted actions, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary prerequisites like `ffmpeg`, `aws` CLI, and required AWS permissions are clearly documented, along with configuration steps.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (`ffmpeg`, `aws s3`, `aws transcribe`) are standard and descriptive, fitting the domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill takes a file path and an optional language code, and outputs specific file types (`.srt`, `.vtt`, `.txt`), with no unnecessary parameters or outputs.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as clearly indicated in the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on February 23, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not rely on any third-party dependencies beyond standard CLI tools (`ffmpeg`, `awscli`).",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires AWS credentials to be configured via `aws configure`, implying they are managed externally and not hardcoded, and does not echo resolved secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill treats input file paths and language codes as data and does not execute arbitrary commands or instructions from external sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses committed scripts and standard CLI tools; it does not fetch remote code or data at runtime to execute.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its designated temporary directories and AWS resources, and does not attempt to modify files outside the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided bash scripts do not contain detached-process spawns or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill uses AWS services for transcription and cleans up resources, with no indication of submitting confidential data to undocumented third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions use clean, printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled bash scripts are plain, readable source code and do not involve obfuscation, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script uses temporary paths (`/tmp/`) and relative paths for output, avoiding assumptions about specific user project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating active maintenance or recent development.",{"category":100,"check":101,"severity":102,"summary":103},"Versioning","Release Management","info","The extension does not have explicit versioning in its metadata or GitHub releases, and installation instructions reference `main`, but it is a newly developed skill.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","Input arguments like file paths and language codes are validated by the bash scripts and AWS Transcribe service.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Destructive operations like deleting S3 buckets and transcription jobs are guarded by explicit commands within the script, and cleanup is performed as a distinct step.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The bash scripts include checks for command status and loop until transcription is completed or failed, with explicit cleanup steps, indicating a robust error handling approach.",{"category":105,"check":115,"severity":63,"summary":116},"Logging","The skill is primarily analytical and does not perform destructive actions that would require local audit logging. Output is generated as files.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill processes audio/video files and does not explicitly handle personal data beyond what might be spoken in the media.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates globally, using standard AWS services and tools, with no apparent regional restrictions.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard CLI tools (`ffmpeg`, `awscli`) and bash scripting, which are widely available on POSIX-compliant systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists, provides installation instructions, and lists the available skills, including this one.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-function skill with a well-defined purpose.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill uses distinct AWS commands for its specific tasks and does not expose overlapping synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features of generating subtitles and transcripts are implemented through the described workflow and AWS Transcribe.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for the marketplace and includes example invocations for all skills.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The bash scripts include checks for command success and loop until completion or failure, and the cleanup steps are clearly defined, providing actionable recovery.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The skill relies on standard CLI tools (`ffmpeg`, `awscli`) and bash, which are typically managed via system package managers, and the script itself is self-contained.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill's core function is to process files and interact with AWS services, with cleanup steps ensuring no persistent resources are left; a dry-run is not applicable here.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The AWS Transcribe job polling includes a sleep interval, and cleanup steps ensure resources are removed, addressing potential retry and timeout scenarios.",{"category":118,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as generating subtitles and transcripts from video/audio files using AWS Transcribe, with clear use cases and explicit prerequisites.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and usage.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The skill body is concise, detailing the process and prerequisites without excessive verbosity, and delegates deeper material to separate examples.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md file clearly outlines the workflow and links to specific bash commands for each step, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill performs a linear workflow and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear, ready-to-use examples for all advertised skills, including invocation commands.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill documents prerequisites and lists potential failure modes like missing prerequisites and the critical need for cleanup, with implied recovery steps.",{"category":105,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on globally available CLI tools and AWS services, not a custom MCP, so no fallback is necessary.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The script checks for command success and completion status, halting the process and allowing for manual intervention or debugging if unexpected states occur.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded simultaneously.",1778696184011,"This skill automates the generation of SRT, VTT, and plain text transcripts from video or audio files by leveraging AWS Transcribe and ffmpeg. It handles audio extraction, S3 uploads, transcription job creation, downloading results, and crucially, cleans up all AWS resources to prevent recurring costs.",[196,197,198,199],"Generate SRT, VTT, and TXT transcripts","Process video or audio files","Utilize AWS Transcribe for high-accuracy transcription","Automate cleanup of AWS resources (S3, Transcribe jobs)",[201,202,203],"Real-time transcription","Translation of transcripts","Editing of transcripts within the skill","3.0.0","4.4.0","The skill is well-documented, robust, and adheres to best practices. The only minor point is the lack of explicit versioning, which is not critical for a skill of this nature.",98,"A high-quality, well-documented skill for generating video/audio transcripts and subtitles using AWS Transcribe.",[210,211,212,213,214,215,216],"transcription","video","audio","aws","srt","vtt","text","global","verified",[220,221,222,223],"Creating captions for videos","Extracting spoken content for notes or summaries","Making video content searchable","Generating transcripts for accessibility",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":235,"testCoverage":237},{"hasLockfile":226},false,1778696169675,{"descriptionLength":229,"readmeSize":230},228,1138,{"closedIssues90d":8,"forks":232,"hasChangelog":226,"openIssues90d":8,"pushedAt":233,"stars":234},1,1771867114000,23,{"hasNpmPackage":226,"license":236,"smitheryVerified":226},"MIT",{"hasCi":226,"hasTests":226},{"updatedAt":239},1778696184131,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/transcribe-video","rameerez","claude-code-startup-skills","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":256,"providers":257,"relations":271,"tags":273,"workflow":274},1778696079702.1462,"k179d68dyr7594x8v2gggsdh5586mbzc",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Claude Code skills for building startups, SaaS, and software businesses",{"claudeCode":252},"startup",{"basePath":254,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":255},"","plugin",null,{"evaluate":258,"extract":266},{"promptVersionExtension":204,"promptVersionScoring":205,"score":259,"tags":260,"targetMarket":217,"tier":265},75,[252,261,211,262,263,264],"saas","images","social-media","productivity","community",{"commitSha":267,"license":236,"plugin":268},"HEAD",{"mcpCount":8,"provider":269,"skillCount":270},"classify",5,{"repoId":272},"kd796rdfny5m2pzmscntayasqh86me9v",[262,264,261,263,252,211],{"evaluatedAt":275,"extractAt":276,"updatedAt":277},1778696117840,1778696079702,1778696291744,{"evaluate":279,"extract":281},{"promptVersionExtension":204,"promptVersionScoring":205,"score":207,"tags":280,"targetMarket":217,"tier":218},[210,211,212,213,214,215,216],{"commitSha":267},{"parentExtensionId":247,"repoId":272},{"_creationTime":284,"_id":272,"identity":285,"providers":286,"workflow":373},1778696075240.9685,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":287,"discover":351,"github":354},{"commitSha":267,"extensions":288},[289,313,322,330,338,343],{"basePath":254,"description":250,"displayName":252,"installMethods":290,"license":236,"rationale":291,"selectedPaths":292,"source":312,"sourceLanguage":18,"type":255},{"claudeCode":252},"plugin manifest at .claude-plugin/plugin.json",[293,296,298,301,304,306,308,310],{"path":294,"priority":295},".claude-plugin/plugin.json","mandatory",{"path":297,"priority":295},"README.md",{"path":299,"priority":300},"LICENSE","high",{"path":302,"priority":303},"skills/compress-images/SKILL.md","medium",{"path":305,"priority":303},"skills/customer-empathy/SKILL.md",{"path":307,"priority":303},"skills/download-video/SKILL.md",{"path":309,"priority":303},"skills/transcribe-video/SKILL.md",{"path":311,"priority":303},"skills/x-post/SKILL.md","rule",{"basePath":314,"description":315,"displayName":316,"installMethods":317,"rationale":318,"selectedPaths":319,"source":312,"sourceLanguage":18,"type":244},"skills/compress-images","Compress images for web/SEO performance using cwebp. Use when optimizing images for faster page loads, reducing file sizes, or converting JPG/PNG to WebP format.","compress-images",{"claudeCode":12},"SKILL.md frontmatter at skills/compress-images/SKILL.md",[320],{"path":321,"priority":295},"SKILL.md",{"basePath":323,"description":324,"displayName":325,"installMethods":326,"rationale":327,"selectedPaths":328,"source":312,"sourceLanguage":18,"type":244},"skills/customer-empathy","Deep-dive into customer empathy and user journey thinking. Use when designing onboarding, improving UX, planning features, or trying to understand how to delight users faster.","customer-empathy",{"claudeCode":12},"SKILL.md frontmatter at skills/customer-empathy/SKILL.md",[329],{"path":321,"priority":295},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":312,"sourceLanguage":18,"type":244},"skills/download-video","Download videos from social media URLs (X/Twitter, YouTube, Instagram, TikTok, etc.) using yt-dlp. Use when saving a video locally, extracting content for transcription, or archiving video references.","download-video",{"claudeCode":12},"SKILL.md frontmatter at skills/download-video/SKILL.md",[337],{"path":321,"priority":295},{"basePath":241,"description":10,"displayName":13,"installMethods":339,"rationale":340,"selectedPaths":341,"source":312,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/transcribe-video/SKILL.md",[342],{"path":321,"priority":295},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":312,"sourceLanguage":18,"type":244},"skills/x-post","Post to X (Twitter) from the command line. Text, images, and video.","x-post",{"claudeCode":12},"SKILL.md frontmatter at skills/x-post/SKILL.md",[350],{"path":321,"priority":295},{"sources":352},[353],"manual",{"closedIssues90d":8,"description":355,"forks":232,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":230,"stars":234,"topics":356},"Claude Code skills for building and running actual software startups, apps, SaaS, and businesses",[357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372],"agent","agent-skills","agentic-ai","agentic-workflow","ai","ai-agents","ai-tools","anthropic","anthropic-claude","claude","claude-ai","claude-api","claude-code","claude-skills","cursor","cursor-ai",{"classifiedAt":374,"discoverAt":375,"extractAt":376,"githubAt":376,"updatedAt":374},1778696079413,1778696075241,1778696077468,[212,213,214,216,210,211,215],{"evaluatedAt":239,"extractAt":276,"updatedAt":379},1778696292320,[],[382,412,442,475,504,531],{"_creationTime":383,"_id":384,"community":385,"display":386,"identity":392,"providers":397,"relations":406,"tags":408,"workflow":409},1778688112811.7349,"k170vdg81q6yx4j2kv8seggh9186na7e",{"reviewCount":8},{"description":387,"installMethods":388,"name":390,"sourceUrl":391},"Download and process YouTube content for research. Use when: downloading competitor videos for analysis; extracting audio for podcasts; getting transcripts for content repurposing; archiving webinars; research content curation",{"claudeCode":389},"guia-matthieu/clawfu-skills","YouTube Downloader","https://github.com/guia-matthieu/clawfu-skills",{"basePath":393,"githubOwner":394,"githubRepo":395,"locale":18,"slug":396,"type":244},"skills/automation/youtube-downloader","guia-matthieu","clawfu-skills","youtube-downloader",{"evaluate":398,"extract":405},{"promptVersionExtension":204,"promptVersionScoring":205,"score":399,"tags":400,"targetMarket":217,"tier":218},100,[401,402,211,212,210,403,404],"youtube","download","research","content-processing",{"commitSha":267,"license":236},{"repoId":407},"kd72qvzyvm658ya7pbyh5ey47h86md53",[212,404,402,403,210,211,401],{"evaluatedAt":410,"extractAt":411,"updatedAt":410},1778688933132,1778688112811,{"_creationTime":413,"_id":414,"community":415,"display":416,"identity":422,"providers":426,"relations":435,"tags":437,"workflow":438},1778686219732.8708,"k172sbg4kfrq84d08e4rk1ghp586nk45",{"reviewCount":8},{"description":417,"installMethods":418,"name":420,"sourceUrl":421},"Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.",{"claudeCode":419},"digitalsamba/claude-code-video-toolkit","ffmpeg","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":423,"githubOwner":424,"githubRepo":425,"locale":18,"slug":420,"type":244},".claude/skills/ffmpeg","digitalsamba","claude-code-video-toolkit",{"evaluate":427,"extract":434},{"promptVersionExtension":204,"promptVersionScoring":205,"score":428,"tags":429,"targetMarket":217,"tier":218},99,[211,212,420,430,431,432,433],"remotion","media-processing","compression","conversion",{"commitSha":267},{"repoId":436},"kd70r97eght58pp9f1x8scdagd86n32q",[212,432,433,420,431,430,211],{"evaluatedAt":439,"extractAt":440,"updatedAt":441},1778686320284,1778686219732,1778686648652,{"_creationTime":443,"_id":444,"community":445,"display":446,"identity":452,"providers":457,"relations":468,"tags":471,"workflow":472},1778683100520.3076,"k177kkncnc53stshsayz2122b186ndps",{"reviewCount":8},{"description":447,"installMethods":448,"name":450,"sourceUrl":451},"Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.",{"claudeCode":449},"bitwize-music-studio/claude-ai-music-skills","Sheet Music Publisher","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":453,"githubOwner":454,"githubRepo":455,"locale":18,"slug":456,"type":244},"skills/sheet-music-publisher","bitwize-music-studio","claude-ai-music-skills","sheet-music-publisher",{"evaluate":458,"extract":466},{"promptVersionExtension":204,"promptVersionScoring":205,"score":428,"tags":459,"targetMarket":217,"tier":218},[212,460,461,210,462,463,464,465],"music","sheet-music","songbook","pdf","midi","musicxml",{"commitSha":267,"license":467},"CC0-1.0",{"parentExtensionId":469,"repoId":470},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[212,464,460,465,463,461,462,210],{"evaluatedAt":473,"extractAt":474,"updatedAt":473},1778684168241,1778683100520,{"_creationTime":476,"_id":477,"community":478,"display":479,"identity":485,"providers":490,"relations":498,"tags":500,"workflow":501},1778697652123.8992,"k171037zd1adhny20kdfd5nbyx86nx4z",{"reviewCount":8},{"description":480,"installMethods":481,"name":483,"sourceUrl":484},"Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.",{"claudeCode":482},"steipete/clawdis","Summarize","https://github.com/steipete/clawdis",{"basePath":486,"githubOwner":487,"githubRepo":488,"locale":18,"slug":489,"type":244},"skills/summarize","steipete","clawdis","summarize",{"evaluate":491,"extract":497},{"promptVersionExtension":204,"promptVersionScoring":205,"score":428,"tags":492,"targetMarket":217,"tier":218},[493,210,494,495,496,211],"summarization","cli","urls","documents",{"commitSha":267,"license":236},{"repoId":499},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[494,496,493,210,495,211],{"evaluatedAt":502,"extractAt":503,"updatedAt":502},1778699016526,1778697652123,{"_creationTime":505,"_id":506,"community":507,"display":508,"identity":514,"providers":518,"relations":525,"tags":527,"workflow":528},1778688417731.9595,"k170dqz8g6nn0gs4rf7azc324x86nj9d",{"reviewCount":8},{"description":509,"installMethods":510,"name":512,"sourceUrl":513},"AI-powered video captioning — transcribe speech, optimize/translate subtitles, and burn them into video via the stable VideoCaptioner backend. Free ASR and translation included.",{"claudeCode":511},"hkuds/cli-anything","cli-anything-videocaptioner","https://github.com/hkuds/cli-anything",{"basePath":515,"githubOwner":516,"githubRepo":517,"locale":18,"slug":512,"type":244},"skills/cli-anything-videocaptioner","hkuds","cli-anything",{"evaluate":519,"extract":524},{"promptVersionExtension":204,"promptVersionScoring":205,"score":428,"tags":520,"targetMarket":217,"tier":218},[211,521,522,210,523,494,420],"captioning","subtitles","translation",{"commitSha":267},{"repoId":526},"kd7e2bra4ymb6r521a25r6yges86n35p",[521,494,420,522,210,523,211],{"evaluatedAt":529,"extractAt":530,"updatedAt":529},1778689899246,1778688417732,{"_creationTime":532,"_id":533,"community":534,"display":535,"identity":541,"providers":545,"relations":552,"tags":554,"workflow":555},1778675173113.9756,"k1792st1zgg9e8esqxpd2tpnm186mrav",{"reviewCount":8},{"description":536,"installMethods":537,"name":539,"sourceUrl":540},"This skill should be used when the user asks about \"subtitles\", \"subtitling\", \"SRT file\", \"VTT file\", \"subtitle timing\", \"translation for film\", \"localization\", \"closed captions\", \"SDH\", \"act as a subtitle expert\", \"subtitle mode\", \"subtitle formatting\", \"subtitle translation\", \"accessibility captions\", \"subtitle synchronization\", \"burned-in subtitles\", or needs expertise in SRT/VTT creation, subtitle timing, translation adaptation, and accessibility for film and video. Part of the AlterLab FC Skills collection (Cinema & Digital Media department).\n",{"claudeCode":538},"AlterLab-IEU/AlterLab-FC-Skills","alterlab-cdm-subtitle-loc","https://github.com/AlterLab-IEU/AlterLab-FC-Skills",{"basePath":542,"githubOwner":543,"githubRepo":544,"locale":18,"slug":539,"type":244},"skills/cdm/alterlab-cdm-subtitle-loc","AlterLab-IEU","AlterLab-FC-Skills",{"evaluate":546,"extract":551},{"promptVersionExtension":204,"promptVersionScoring":205,"score":207,"tags":547,"targetMarket":217,"tier":218},[522,548,214,215,549,211,550],"localization","accessibility","film",{"commitSha":267},{"repoId":553},"kd77hbyh7fgv1hx4fzbfjj4d1n86m0jx",[549,550,548,214,522,211,215],{"evaluatedAt":556,"extractAt":557,"updatedAt":556},1778675381839,1778675173114]