Loading...
Loading...
Found 109 Skills
Run the localization workflow: extract strings, validate localization readiness, check for hardcoded text, and generate translation-ready string tables.
Generate a language translation for a mkdocs documentation stack.
Provide additional context for messages based on the codebase and the context of the message to improve the quality of the translations.
Add new language to a Next.js + next-intl application
Microservice Infrastructure Guide, covering core infrastructure of microservice architecture such as conditional configuration, event-driven architecture, inter-service communication, internationalization and logging. It is used when users implement inter-service calls, configure multi-environments, implement asynchronous communication, handle internationalization or standardize log output.
Implement localization (l10n) best practices to adapt applications for specific regions, languages, and cultural preferences.
Guide for adding keyboard shortcuts. Use when implementing new hotkeys, registering shortcuts, or working with keyboard interactions. Triggers on hotkey implementation or keyboard shortcut tasks.
Translate "The Interactive Book of Prompting" chapters and UI strings to a new language
Understand and use localization in Umbraco backoffice (foundational concept)
使用免费翻译API在语言之间翻译文本,支持批量处理和文件翻译。
Batch-translate content files using Gemini CLI as a subagent, with Claude orchestrating quality and validation
Review generated or changed WordPress code — plugins, themes, and blocks — before it ships. Best used reactively after an agent writes, edits, or reviews code touching WordPress APIs: add_action/add_filter, shortcodes, meta boxes, AJAX handlers, REST routes, WP_Query or $wpdb, widgets, or WP-CLI commands. Use on 'review this plugin', 'is this safe to ship', 'make this translatable', 'speed up this query', or after tasks like 'write a plugin' or 'add an endpoint/shortcode/meta box'. Enforces escaping and sanitization, nonces plus capability checks, prepared database queries, core-API-first development, translation-ready strings, and query/caching discipline. DO NOT USE for WooCommerce-specific order, product, or checkout logic (use woo-guard), non-WordPress PHP, generic code quality review (use clean-code-guard), test code review (use test-guard), server or hosting configuration, or conceptual WordPress questions.