i18n

Localization and translation

Showing 145-168 of 836 skills
ryokun6

localize

by ryokun6

Localize ryOS apps and components by extracting hardcoded strings, replacing with translation keys, and syncing across languages. Use when localizing an app, adding i18n support, translating UI text, or working with translation files.

CLI Tools 1.2K 7mo ago
cursor

bro

by cursor

Restate the last message in plain human language, with no jargon.

i18n 5.4K 1mo ago
Innei

working-summary

by Innei

Use when the user asks for a work summary, weekly report, 工作总结,周报,working summary, or sprint/period recap. Aggregates GitHub PR/commit/issue activity from configured repos, optionally reads Linear cycle issues via MCP, honors Chinese public holidays, and produces a markdown report. Default range is the previous Mon-Sun week.

CLI Tools 78 1mo ago
Innei

mx-space-remote-translation-audit

by Innei

Audit remote mx-space translation data through ssh to the swarm host, then docker exec into the Postgres container and run psql inside the container. Use for checking translation_entries coverage, ai_translations gaps, strict computeContentHash mismatches, and runtime freshness semantics in deployments where direct Postgres access is unreliable.

Database 78 3mo ago
CoWork-OS

youtube

by CoWork-OS

Fetch transcripts, metadata, and captions from YouTube videos.

API Dev 440 6mo ago
bevibing

socrates

by bevibing

"Socratic method teaching skill that guides users to discover answers themselves through questioning, never giving direct answers. TRIGGER when: user's message contains 'socratic', 'Socrates', or '소크라테스'. Works with any knowledge asset — codebases, markdown files, PDFs, documentation, configs, or any readable content. Respond in the user's language."

i18n 263 5mo ago
JimLiu

baoyu-youtube-transcript

by JimLiu

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面", "视频封面", "video thumbnail", "video cover image", or provides a YouTube URL and wants the transcript/subtitle text or cover image extracted.

Processing 25.4K 5mo ago
tamtom

gplay-screenshot-automation

by tamtom

Automate Android screenshot capture across devices and locales using adb, Espresso/UI Automator, device framing, and gplay CLI upload. Use when building screenshot pipelines for Google Play listings.

CLI Tools 45 6mo ago
kostja94

translation

by kostja94

When the user wants to translate content, create translation workflows, manage terminology, or optimize translation quality. Also use when the user mentions "translate," "translation," "localization copy," "glossary," "terminology," "style guide translation," "machine translation," "human translation," "TMS," or "multilingual content."

i18n 924 6mo ago
WEIFENG2333

videocaptioner

by WEIFENG2333

Process video subtitles — transcribe speech, optimize/translate text, burn styled subtitles into video. Use when you need to add subtitles to a video, transcribe audio, translate subtitles, or customize subtitle styles.

i18n 15.8K 5mo ago
vudovn

i18n-localization

by vudovn

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

Processing 8.2K 7mo ago
d-kimuson

i18n

by d-kimuson

"Use when updating Lingui catalogs or fixing translations"

Code Gen 1.3K 7mo ago
onmax

nuxt-content

by onmax

Use when working with Nuxt Content v3, markdown content, or CMS features in Nuxt - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration

Docs Gen 701 6mo ago
onmax

reka-ui

by onmax

Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue.

Accessibility 701 7mo ago
shinpr

coding-principles

by shinpr

Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.

Processing 670 6mo ago
agentset-ai

fixing-metadata

by agentset-ai

Ship correct, complete metadata.

Processing 2.1K 7mo ago
Kilo-Org

figma-implement-design

by Kilo-Org

"Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection."

Processing 172 6mo ago
Donchitos

localize

by Donchitos

"Run the localization workflow: extract strings, validate localization readiness, check for hardcoded text, and generate translation-ready string tables."

Code Gen 24.6K 6mo ago
inference-sh

elevenlabs-dubbing

by inference-sh

"ElevenLabs automatic dubbing - translate and dub audio/video into 29 languages while preserving speaker voice via inference.sh CLI. Capabilities: auto speaker detection, voice-preserving translation, video dubbing, audio localization. Use for: content localization, video translation, multilingual content, international distribution. Triggers: dubbing, dub video, translate audio, video translation, audio translation, localize content, elevenlabs dubbing, eleven labs dub, multilingual dub, voice translation, auto dub, language dub, content localization"

i18n 712 4mo ago
kostja94

page-metadata

by kostja94

When the user wants to optimize meta tags other than title, description, Open Graph, or Twitter Cards. Also use when the user mentions "hreflang," "meta robots," "viewport," "charset," "canonical meta," "other meta tags," "meta robots noindex," "meta robots nofollow," "hreflang tags," "viewport meta," or "meta charset." For title tags, use title-tag. For meta descriptions, use meta-description. For Facebook/LinkedIn previews, use open-graph. For X previews, use twitter-cards.

i18n 924 5mo ago
JamieMason

signal-over-noise

by JamieMason

Maximize useful information per word by removing filler, obvious explanations, and hedging language. Use when writing documentation, error messages, code comments, or any communication where clarity and conciseness matter.

Comments 2.1K 7mo ago
unclecatvn

odoo-18

by unclecatvn

Odoo 18 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (manifest.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, prefetch), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, read_group), QWeb Reports (PDF/HTML, paper formats, barcodes), Security/ACL (record rules, field permissions, multi-company), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 18 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 18 API patterns and best practices.

API Dev 126 6mo ago
yonatangross

i18n-date-patterns

by yonatangross

Implements internationalization (i18n) in React applications. Covers user-facing strings, date/time handling, locale-aware formatting, ICU MessageFormat, and RTL support. Use when building multilingual UIs or formatting dates/currency.

i18n 224 1mo ago
aws-samples

google-maps

by aws-samples

Place search, directions, geocoding, and interactive maps

Embeddings 190 6mo ago