name: latex-paper-en description: Handle latex paper en tasks in Codex. Use when the request matches this skill scope. argument-hint: '[main.tex] [--section section] [--module module]' allowed-tools: Read, Glob, Grep, Bash(python *), Bash(pdflatex *), Bash(xelatex *), Bash(latexmk *), Bash(bibtex *), Bash(biber *), Bash(chktex *) metadata: category: academic-writing tags: - latex - paper - english - ieee - acm - springer - neurips - icml - deep-learning - compilation - grammar - bibliography
使用此技能处理与 latex-paper-en 描述匹配的任务。
工作流
- 先确认请求范围。如有输入参数,解析
$ARGUMENTS。 - 仅按需读取当前技能目录中的必要文件。
- 优先复用现有脚本、模板和资源,不重复造轮子。
- 执行任务后进行校验,并返回关键结果与变更文件。
约束
- 可优先使用:
scripts/,resources/。 - 保持上下文最小化,仅加载必要内容。
- 输出简洁、可执行,避免冗长解释。