context-loader
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContext Loader
Context Loader
This skill ensures that Claude Code instances are able to synchronize context locally.
该技能可确保Claude Code实例能够在本地同步上下文。
Usage
使用方法
First read the instructions:
undefined首先阅读以下说明:
undefinedConvert document to markdown with tracked changes
Convert document to markdown with tracked changes
pandoc --track-changes=all .*.docx -o output.md
cat output.md
undefinedpandoc --track-changes=all .*.docx -o output.md
cat output.md
undefined