[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-payloadcms-generate-translations-en":3,"guides-for-payloadcms-generate-translations":419,"similar-k1720xmay1847c9ed7bc3bz40586ndjx-en":420},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":246,"providers":247,"relations":252,"repo":254,"tags":415,"workflow":416},1778695270404.051,"k1720xmay1847c9ed7bc3bz40586ndjx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when new translation keys are added to packages to generate new translations strings",{"claudeCode":12},"payloadcms/payload","generate-translations","https://github.com/payloadcms/payload",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778695342434.681,"kn73dex5fkg74x8qda2qraza0x86m70z","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,65,70,73,76,79,82,85,88,91,95,99,103,107,110,113,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 new translation strings when new keys are added to packages, specifically mentioning core and plugin translations.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates translation generation using OpenAI, which offers significant value over manual translation or simple prompt-based generation for multiple languages.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a clear, multi-step process for generating translations for both core and plugin packages, including instructions for scaffolding new plugin translation files, indicating it's ready for use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is narrowly focused on generating translation strings for Payload CMS packages, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality for generating translation strings when new keys are added.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, scoped tools like `Bash(date:*)` and `Bash(mkdir -p *)`, and calls out specific `pnpm` scripts for generation, avoiding a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","The SKILL.md mentions the `OPENAI_KEY` environment variable is required for generation but does not explicitly document it as a parameter or discuss precedence if multiple keys were available.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tools used (`Write`, `Bash(date:*)`, `Bash(mkdir -p *)`) are descriptive and relevant to the translation generation task.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tools used, such as writing to files and executing specific bash commands, have minimal and well-defined I/O based on the script's logic.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is distributed under the MIT license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository has recent commits as of May 13, 2026, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The repository utilizes pnpm and has a lockfile, indicating good dependency management practices. There are no obvious signs of unmanaged dependencies or vulnerabilities.",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","warning","The skill requires an `OPENAI_KEY` environment variable for translation generation, which is a secret. While it mentions it needs to be set, the SKILL.md does not explicitly detail how to handle or secure this key, nor does it confirm if the resolved key is ever echoed in output.",{"category":66,"check":71,"severity":24,"summary":72},"Injection","The skill operates on defined translation files and scripts, and there's no indication of loading untrusted third-party data or remote content as executable instructions.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on local scripts and dependencies managed by pnpm; it does not fetch external content at runtime for execution.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates within the context of Payload CMS package directories and uses standard build tools, with no indication of attempting to modify files outside its designated scope.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached processes or deny-retry loops were observed in the provided scripts.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's primary function is local file manipulation and API calls for translation. There are no instructions to read or submit confidential data to a third party.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled markdown and script files appear to be free of hidden steering tricks or suspicious Unicode characters.",{"category":66,"check":89,"severity":24,"summary":90},"Opaque code execution","The provided scripts are in plain, readable TypeScript and use standard pnpm commands; no obfuscated code or base64 payloads were detected.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard Payload CMS project structure for core and plugin translations but provides clear instructions for scaffolding new plugin translation files, making it adaptable.",{"category":96,"check":97,"severity":68,"summary":98},"Trust","Issues Attention","Opened issues (134) significantly outweigh closed issues (99) in the last 90 days, indicating a potential for slow response times.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has a meaningful version number and recent commit activity, indicating proper release management.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The scripts for translation generation appear to have implicit validation through their specific command execution and file path handling. The use of `pnpm` and direct script calls suggests validation is handled by the underlying tools.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The script primarily generates files and modifies existing ones. It does not involve inherently destructive operations like deletion or forced overwrites without clear purpose.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The use of specific `pnpm` commands and clear instructions for scaffolding and generation implies that errors during these processes would likely halt execution and provide informative messages from the underlying tools.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily file generation and does not involve destructive actions or sensitive outbound calls that would necessitate local audit logging.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill operates on translation keys and does not process personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is a code generation utility for a web development framework and has no regional or jurisdictional limitations, making it global.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard Node.js tooling (pnpm) and bash, which are widely available and portable across POSIX-compatible systems.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, detailing the project's features, installation, templates, and contribution guidelines.",{"category":33,"check":131,"severity":115,"summary":132},"Tool surface size","This is a skill-based extension with a primary function, not a collection of multiple distinct tools.",{"category":40,"check":134,"severity":115,"summary":135},"Overlapping near-synonym tools","The extension primarily uses specific scripts and direct commands for translation generation, rather than exposing multiple overlapping tools.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to translation generation are implemented via the described scripts and processes.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The SKILL.md provides clear steps for adding translations and running the generation scripts, including scaffolding for new plugins.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The instructions imply that errors during translation generation, particularly from `pnpm` commands or file operations, would provide actionable feedback.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The repository uses pnpm and has a lockfile, indicating that dependencies are pinned.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","The primary action is file generation and modification, which does not inherently require a dry-run mode for previewing outcomes.",{"category":155,"check":156,"severity":115,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication that the extension emits telemetry; if it did, it would likely be opt-in given the project's open-source nature.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The purpose is precise: generating new translation strings for Payload CMS packages when new keys are added, covering both core and plugin translations with clear instructions.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's purpose and allowed tools.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and avoids excessive verbosity, with detailed sections for core and plugin translations.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively outlines the translation process and links to scaffolding structures and script examples without embedding excessive bulk material.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill performs a direct task of generating translation files and does not involve deep exploration or code review that would require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides clear, step-by-step instructions and code snippets for adding translations and running the generation scripts, serving as effective examples.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill documents the need for scaffolding new plugin translation files and notes the requirement for `OPENAI_KEY`, covering potential failure modes and recovery steps.",{"category":104,"check":184,"severity":115,"summary":185},"Tool Fallback","The skill only uses standard Node.js/pnpm tooling and bash, not external MCP servers that would require fallback mechanisms.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The instructions imply that any unexpected state (e.g., missing files, incorrect directory) during the translation generation process would halt execution with clear error messages from the underlying tools.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and focused on translation generation within Payload CMS projects, with no implied reliance on other skills.",1778695342316,"This skill automates the process of generating new translation strings for Payload CMS packages, supporting both core packages and plugins by leveraging OpenAI for translations.",[196,197,198,199,200],"Generate translations for core Payload packages","Generate translations for Payload plugins","Scaffold new translation files for plugins","Utilize OpenAI for automated translation","Support for multiple languages",[202,203,204],"Translating content that is not directly part of Payload CMS packages.","Providing a UI for manual translation editing.","Managing translation workflows outside of the generation process.","3.0.0","4.4.0","To streamline the process of adding and generating translations for new keys across Payload CMS projects, ensuring consistency and reducing manual effort.","Excellent documentation and clear utility for translation generation, with only a minor info finding on parameter documentation and a warning on secret management clarity. The majority of checks are pass, leading to a high score.",95,"A highly useful skill for developers needing to generate translation strings within Payload CMS projects.",[212,213,214,215,216],"translation","localization","payloadcms","code-generation","developer-tools","global","community",[220,221,222],"When new features require new translation keys in core Payload packages.","When a new plugin is developed and requires localization.","When existing plugins need to add new translation keys for expanded functionality.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778695324692,{"descriptionLength":228,"readmeSize":229},88,8245,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},99,3705,false,134,1778694967000,42370,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":241},1778695342434,{"basePath":243,"githubOwner":214,"githubRepo":244,"locale":18,"slug":13,"type":245},".claude/skills/generate-translations","payload","skill",null,{"evaluate":248,"extract":250},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":249,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":251},"HEAD",{"repoId":253},"kd7b632pzxv8n7atthp74q3zm986nqas",{"_creationTime":255,"_id":253,"identity":256,"providers":257,"workflow":411},1778695257512.8179,{"githubOwner":214,"githubRepo":244,"sourceUrl":14},{"classify":258,"discover":387,"github":390},{"commitSha":251,"extensions":259},[260,277,290,299,304,312,320,328,335,351,365,376],{"basePath":261,"description":262,"displayName":263,"installMethods":264,"rationale":265,"selectedPaths":266,"source":275,"sourceLanguage":18,"type":276},"","Development marketplace for Payload","payload-marketplace",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[267,270,272],{"path":268,"priority":269},".claude-plugin/marketplace.json","mandatory",{"path":271,"priority":269},"README.md",{"path":273,"priority":274},"LICENSE.md","high","rule","marketplace",{"basePath":278,"description":279,"displayName":244,"installMethods":280,"license":238,"rationale":281,"selectedPaths":282,"source":275,"sourceLanguage":18,"type":289},"tools/claude-plugin","Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.",{"claudeCode":244},"plugin manifest at tools/claude-plugin/.claude-plugin/plugin.json",[283,285,286],{"path":284,"priority":269},".claude-plugin/plugin.json",{"path":271,"priority":269},{"path":287,"priority":288},"skills/payload/SKILL.md","medium","plugin",{"basePath":291,"description":292,"displayName":293,"installMethods":294,"rationale":295,"selectedPaths":296,"source":275,"sourceLanguage":18,"type":245},".claude/skills/audit-dependencies","Use when fixing dependency vulnerabilities, running pnpm audit, or when the audit-dependencies CI check fails","audit-dependencies",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/audit-dependencies/SKILL.md",[297],{"path":298,"priority":269},"SKILL.md",{"basePath":243,"description":10,"displayName":13,"installMethods":300,"rationale":301,"selectedPaths":302,"source":275,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/generate-translations/SKILL.md",[303],{"path":298,"priority":269},{"basePath":305,"description":306,"displayName":307,"installMethods":308,"rationale":309,"selectedPaths":310,"source":275,"sourceLanguage":18,"type":245},".claude/skills/triage-ci-flake","Use when CI tests fail on main branch after PR merge, or when investigating flaky test failures in CI environments","triage-ci-flake",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/triage-ci-flake/SKILL.md",[311],{"path":298,"priority":269},{"basePath":313,"description":314,"displayName":315,"installMethods":316,"rationale":317,"selectedPaths":318,"source":275,"sourceLanguage":18,"type":245},".claude/skills/ui4","Manually invoked skill for reskinning Payload UI components. Requires Figma URL. Usage: /ui4","ui4",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ui4/SKILL.md",[319],{"path":298,"priority":269},{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":275,"sourceLanguage":18,"type":245},".claude/skills/ui4-review","Review UI4 CSS migrations for proper token usage. Checks that CSS variables are used instead of hardcoded values.","ui4-review",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/ui4-review/SKILL.md",[327],{"path":298,"priority":269},{"basePath":329,"description":330,"displayName":244,"installMethods":331,"rationale":332,"selectedPaths":333,"source":275,"sourceLanguage":18,"type":245},"tools/claude-plugin/skills/payload","Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.",{"claudeCode":12},"SKILL.md frontmatter at tools/claude-plugin/skills/payload/SKILL.md",[334],{"path":298,"priority":269},{"basePath":336,"description":337,"displayName":338,"installMethods":339,"license":238,"rationale":340,"selectedPaths":341,"source":275,"sourceLanguage":18,"type":350},"packages/codemod","Codemods for migrating Payload projects across versions.","@payloadcms/codemod",{"npm":338},"cli ecosystem detected at packages/codemod",[342,344,345,347],{"path":343,"priority":269},"package.json",{"path":271,"priority":269},{"path":346,"priority":288},"bin/cli.js",{"path":348,"priority":349},"src/cli.ts","low","cli",{"basePath":352,"displayName":353,"installMethods":354,"license":238,"rationale":355,"selectedPaths":356,"source":275,"sourceLanguage":18,"type":350},"packages/create-payload-app","create-payload-app",{"npm":353},"cli ecosystem detected at packages/create-payload-app",[357,358,359,360,361,363],{"path":343,"priority":269},{"path":271,"priority":269},{"path":273,"priority":274},{"path":346,"priority":288},{"path":362,"priority":349},"src/index.ts",{"path":364,"priority":349},"src/main.ts",{"basePath":366,"displayName":367,"installMethods":368,"license":238,"rationale":369,"selectedPaths":370,"source":275,"sourceLanguage":18,"type":350},"packages/graphql","@payloadcms/graphql",{"npm":367},"cli ecosystem detected at packages/graphql",[371,372,373,375],{"path":343,"priority":269},{"path":273,"priority":274},{"path":374,"priority":288},"bin.js",{"path":362,"priority":349},{"basePath":377,"description":378,"displayName":244,"installMethods":379,"license":238,"rationale":380,"selectedPaths":381,"source":275,"sourceLanguage":18,"type":350},"packages/payload","Node, React, Headless CMS and Application Framework built on Next.js",{"npm":244},"cli ecosystem detected at packages/payload",[382,383,384,385,386],{"path":343,"priority":269},{"path":271,"priority":269},{"path":273,"priority":274},{"path":374,"priority":288},{"path":362,"priority":349},{"sources":388},[389],"manual",{"closedIssues90d":231,"description":391,"forks":232,"homepage":392,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":393},"Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.","https://payloadcms.com",[394,395,396,397,398,244,399,400,401,402,403,404,405,406,407,214,408,409,410],"headless-cms","cms","express","graphql","react","nodejs","typescript","javascript","mongodb","headless","content-management-system","content-management","mit-license","open-source","jamstack","postgres","nextjs",{"classifiedAt":412,"discoverAt":413,"extractAt":414,"githubAt":414,"updatedAt":412},1778695270182,1778695257512,1778695267667,[215,216,213,214,212],{"evaluatedAt":241,"extractAt":417,"updatedAt":418},1778695270404,1778695655466,[],[421,449,477,505,532,561],{"_creationTime":422,"_id":423,"community":424,"display":425,"identity":431,"providers":435,"relations":443,"tags":445,"workflow":446},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":426,"installMethods":427,"name":429,"sourceUrl":430},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":428},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":432,"githubOwner":433,"githubRepo":434,"locale":18,"slug":429,"type":245},"skills/.curated/cli-creator","openai","skills",{"evaluate":436,"extract":442},{"promptVersionExtension":205,"promptVersionScoring":206,"score":437,"tags":438,"targetMarket":217,"tier":441},100,[350,215,216,439,440],"codex","automation","verified",{"commitSha":251},{"repoId":444},"kd75n2zj3yh472p25zffgycved86mnpx",[440,350,215,439,216],{"evaluatedAt":447,"extractAt":448,"updatedAt":447},1778695068759,1778695021936,{"_creationTime":450,"_id":451,"community":452,"display":453,"identity":459,"providers":463,"relations":470,"tags":473,"workflow":474},1778691497595.9702,"k17b919swz2ereb1wvf2qzt0v186mjca",{"reviewCount":8},{"description":454,"installMethods":455,"name":457,"sourceUrl":458},"Translates articles and documents between languages with three modes - quick (direct), normal (analyze then translate), and refined (analyze, translate, review, polish). Supports custom glossaries and terminology consistency via EXTEND.md. Use when user asks to \"translate\", \"翻译\", \"精翻\", \"translate article\", \"translate to Chinese/English\", \"改成中文\", \"改成英文\", \"convert to Chinese\", \"localize\", \"本地化\", or needs any document translation. Also triggers for \"refined translation\", \"精细翻译\", \"proofread translation\", \"快速翻译\", \"快翻\", \"这篇文章翻译一下\", or when a URL or file is provided with translation intent.",{"claudeCode":456},"jimliu/baoyu-skills","baoyu-translate","https://github.com/jimliu/baoyu-skills",{"basePath":460,"githubOwner":461,"githubRepo":462,"locale":18,"slug":457,"type":245},"skills/baoyu-translate","jimliu","baoyu-skills",{"evaluate":464,"extract":469},{"promptVersionExtension":205,"promptVersionScoring":206,"score":231,"tags":465,"targetMarket":217,"tier":441},[212,466,467,213,468],"document","language","workflow",{"commitSha":251},{"parentExtensionId":471,"repoId":472},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[466,467,213,212,468],{"evaluatedAt":475,"extractAt":476,"updatedAt":475},1778691988027,1778691497596,{"_creationTime":478,"_id":479,"community":480,"display":481,"identity":487,"providers":491,"relations":499,"tags":501,"workflow":502},1778686798821.8247,"k173cn5xkf3xg2qk4ecka4x65186nw78",{"reviewCount":8},{"description":482,"installMethods":483,"name":485,"sourceUrl":486},"Translate \"The Interactive Book of Prompting\" chapters and UI strings to a new language",{"claudeCode":484},"f/prompts.chat","book-translation","https://github.com/f/prompts.chat",{"basePath":488,"githubOwner":489,"githubRepo":490,"locale":18,"slug":485,"type":245},".windsurf/skills/book-translation","f","prompts.chat",{"evaluate":492,"extract":498},{"promptVersionExtension":205,"promptVersionScoring":206,"score":493,"tags":494,"targetMarket":217,"tier":441},98,[212,495,213,496,497],"documentation","content-generation","mdx",{"commitSha":251},{"repoId":500},"kd78rg6a5znaqrretqqhmf9b7d86mvrn",[496,495,213,497,212],{"evaluatedAt":503,"extractAt":504,"updatedAt":503},1778686868332,1778686798821,{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":515,"providers":519,"relations":526,"tags":528,"workflow":529},1778675202370.5752,"k175gkre449ra9cewn2g4kp06586mb5n",{"reviewCount":8},{"description":510,"installMethods":511,"name":513,"sourceUrl":514},"Invoke when the user asks about localization, translation, i18n, internationalization, string extraction, cultural adaptation, RTL support, CJK text, or EFIGS preparation. Triggers on: \"localization\", \"translation\", \"i18n\", \"internationalization\", \"string extraction\", \"cultural adaptation\", \"RTL\", \"CJK\", \"EFIGS\". Do NOT invoke for narrative writing (use game-narrative-director) or accessibility (use game-accessibility-specialist). Part of the AlterLab GameForge collection.\n",{"claudeCode":512},"AlterLab-IEU/AlterLab_GameForge","game-localization-manager","https://github.com/AlterLab-IEU/AlterLab_GameForge",{"basePath":516,"githubOwner":517,"githubRepo":518,"locale":18,"slug":513,"type":245},"skills/workflows/game-localization-manager","AlterLab-IEU","AlterLab_GameForge",{"evaluate":520,"extract":525},{"promptVersionExtension":205,"promptVersionScoring":206,"score":493,"tags":521,"targetMarket":217,"tier":441},[213,522,523,212,524,468],"game-development","internationalization","i18n",{"commitSha":251},{"repoId":527},"kd762241529bgycvv1y5cv6a0x86nyha",[522,524,523,213,212,468],{"evaluatedAt":530,"extractAt":531,"updatedAt":530},1778675746364,1778675202370,{"_creationTime":533,"_id":534,"community":535,"display":536,"identity":542,"providers":545,"relations":555,"tags":557,"workflow":558},1778675173113.9766,"k173czprb1n7s4smrv57eg2cps86myq2",{"reviewCount":8},{"description":537,"installMethods":538,"name":540,"sourceUrl":541},"This skill should be used when the user asks about \"AI dubbing\", \"video translation\", \"ElevenLabs dubbing\", \"Dubbing Studio\", \"translate my video\", \"multilingual dubbing\", \"automatic dubbing\", \"dub into Spanish\", \"dub into Turkish\", \"dub into Japanese\", \"speaker detection\", \"subtitle translation\", \"video localization\", \"act as a dubbing specialist\", \"dubbing mode\", \"lip sync dubbing\", \"YouTube dubbing\", \"language pair quality\", \"dubbing QA\", \"post-delivery QA\", \"dubbing review checklist\", or needs expertise in AI-powered video dubbing workflows, transcript editing, multi-speaker voice matching, language-pair quality assessment, and timing synchronization on ElevenLabs. Part of the AlterLab FC Skills collection (GenAI pack).\n",{"claudeCode":539},"AlterLab-IEU/AlterLab-FC-Skills","alterlab-genai-dubbing-specialist","https://github.com/AlterLab-IEU/AlterLab-FC-Skills",{"basePath":543,"githubOwner":517,"githubRepo":544,"locale":18,"slug":540,"type":245},"skills/genai/alterlab-genai-dubbing-specialist","AlterLab-FC-Skills",{"evaluate":546,"extract":554},{"promptVersionExtension":205,"promptVersionScoring":206,"score":547,"tags":548,"targetMarket":217,"tier":441},92,[549,550,212,551,213,552,553],"video","dubbing","elevenlabs","genai","production",{"commitSha":251},{"repoId":556},"kd77hbyh7fgv1hx4fzbfjj4d1n86m0jx",[550,551,552,213,553,212,549],{"evaluatedAt":559,"extractAt":560,"updatedAt":559},1778675454978,1778675173114,{"_creationTime":562,"_id":563,"community":564,"display":565,"identity":571,"providers":575,"relations":586,"tags":588,"workflow":589},1778693511416.365,"k1758b69g51wttzw4r6epd3jrs86mtk8",{"reviewCount":8},{"description":566,"installMethods":567,"name":569,"sourceUrl":570},"Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.",{"claudeCode":568},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":572,"githubOwner":573,"githubRepo":574,"locale":18,"slug":569,"type":245},".claude/skills/context-mode-ops","mksglu","context-mode",{"evaluate":576,"extract":585},{"promptVersionExtension":205,"promptVersionScoring":206,"score":437,"tags":577,"targetMarket":217,"tier":441},[578,579,580,215,581,582,583,584],"context-window","llm-optimization","session-continuity","developer-tool","productivity","security","compliance",{"commitSha":251},{"repoId":587},"kd764b2fctbqg4b8j8y6xvmkvs86m29m",[215,584,578,581,579,582,583,580],{"evaluatedAt":590,"extractAt":591,"updatedAt":592},1778693567505,1778693511416,1778693817147]