Example: Translation And De-AI
User request: Translate a Chinese technical paragraph into academic English, preserve \cite{} and math, then flag any AI-sounding phrases in the introduction.
Recommended module sequence:
translationdeai
Commands:
bash
uv run python -B $SKILL_DIR/scripts/translate_academic.py input_zh.txt --domain deep-learning
uv run python -B $SKILL_DIR/scripts/deai_check.py main.tex --section introductionExpected output:
- A translation report that keeps LaTeX fragments intact.
% DE-AI ...findings that identify risky phrases without changing citations, labels, or equations.