A command-line tool for translating between Chinese and English and looking up words or short phrases. It combines dictionary results with a language-model translation, including meanings, pronunciation, related words and examples.
A design vocabulary and set of principles for organizing software modules, meaning pieces of code with an interface and an implementation. It focuses on small interfaces that hide substantial behavior, clear points for changing behavior, and code that is easier to test.
A planning method for large or unclear work that maps the decisions needed between the current situation and a defined destination. It records the map and decision tickets in an issue tracker.
A setup for TypeScript packages that hides their implementation behind files at the package root. Dependency-cruiser checks that outside code uses these entry points, prevents dependency cycles, and keeps internal folders private.
Translates PO file entries from English to Traditional Chinese (zhTW) following project conventions. Use when translating new PO files or untranslated entries.
Translates English into idiomatic, translationese-free Chinese, optionally as an English-Chinese bilingual version pairing each source paragraph with its translation. Use when the user wants to 翻译成中文 / 英译汉, 去翻译腔/润色译文 (remove translationese, polish a draft), or produce a 中英对照/英中对照 bilingual rendering. Not for…
An interactive quiz skill for Claude Code lessons. It asks 8–10 mixed concept and practical questions about lessons 01–10, such as hooks, MCP, or skills.
Download YouTube videos, extract English subtitles, translate them to Korean using Claude's own translation capabilities (with video context and web search), and burn Korean subtitles into the video. Use this skill when the user requests Korean subtitle insertion for YouTube videos or asks to translate YouTube content…
Use when the user wants 英译中 / 英译汉 / English to Chinese / translate to Chinese, or to polish translationese out of a Chinese draft. Also when producing 英中对照 bilingual output. Not for Chinese-to-English, pure Chinese writing polish, or single-word lookups.
AI-driven multi-format SVG content generation system. Converts source documents (PDF/DOCX/URL/Markdown) into high-quality SVG pages and exports to PPTX through multi-role collaboration. Use when user asks to "create PPT", "make presentation", "生成PPT", "做PPT", "制作演示文稿", or mentions "ppt-master".
A vision skill for identifying and reading information in images, screenshots, and local image files. It can use image paths, pasted images, or clipboard captures as input.
Download arXiv LaTeX sources and PDFs into title-based paper folders, keep English source and Chinese source trees separate, maintain a concise glossary while manually translating the full paper into Chinese paragraph by paragraph without machine-translation APIs, scan for likely untranslated prose, and compile…
Complete guide to internationalizing a Cumulocity Web SDK application. Covers all approaches to annotating and translating text (gettext, translate pipe, translate directive, TranslateService), extracting strings, creating and updating .po files, overriding existing translations, and adding brand-new languages.…
Use when translating academic papers (PDF to Chinese Markdown), extracting PDFs with MinerU API, or needing to preserve LaTeX formulas/images/tables through a translation workflow.
Use whenever you read, query, or mutate shadowling's sqlite database (shadowling.db) — any SELECT/INSERT/UPDATE/DELETE, ad-hoc SQL, dropping/clearing/resetting rows, inspecting data, or checking a migration's result. All DB access goes through a skill entrypoint, a repository method (models/), or sql.py — never raw…
Explain an expression in the language you're learning that you can't read literally — get a verdict (memorize vs learnable rule) + how to read it, saved to the decode dataset. Usage: /aha [+ your hunch].
A skill for creating original interactive algorithmic art with p5.js, a JavaScript library for drawing and animation. It supports seeded randomness and interactive parameter exploration.