A maintenance guide for a Chinese translation dictionary used to translate Cursor's settings interface. It describes browser-based text matching and the JSON files that hold translation entries and longer text fragments.
A skill for translating ePub e-books from one language to another with AI. It preserves formatting, images, styles, and inline HTML, and can produce translated-only or bilingual books.
Workflow for translating entire books using AI agents. Split markdown books into chapters, batch translate 5 at a time, and verify completeness. Works with any language pair.
Design principles from Bret Victor's "Magic Ink" for building information software. Use when designing dashboards, search results, calendars, finance apps, or any interface where users seek answers rather than manipulate objects. Ask "what can the user learn?" not "what can the user do?".
Add before/after comparison screenshots to a PR using browser automation. Captures UI on the base branch and the PR branch, saves to docs/screenshot/, and updates the PR body with a side-by-side comparison table using GitHub CDN URLs.