Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill lunwen-format-docx명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Personalized writing assistant with style transfer, error memory, grammar checking, and long-term writing preferences. Use when users ask for writing polishing, style mimicry, iterative correction, bilingual grammar checks, or persistent writing preferences by domain.
Academic paper AI content detection and rewriting assistant. Analyzes text for AI-generated characteristics, provides detailed rewrite suggestions. Supports .docx files, outputs reports and rewritten documents. Bilingual: Chinese & English.
解释代码、回答技术问题或概念问答时使用。直接给出答案,不启动开发流程。
SOC 직업 분류 기준
SKILL.md 표시 중
| name | lunwen-format-docx |
| description | Format Chinese thesis DOCX. |
这个 skill 只处理论文模板套版和 .docx 成稿,不负责图表生成和正文扩写。核心原则是模板优先:优先保留模板已有的封面、目录、分页、样式和特殊标题机制,再把内容灌进去。
以下场景进入本 skill:
format_only.docx 成稿.doc,需要转成 .docx.doc,先用 tools/convert_word_to_docx.py 转换以下标题默认不得误套正文章编号样式:
中文摘要ABSTRACT目 录参考文献致 谢声 明在学期间参加课题的研究成果如果模板标题样式自带编号,正文源稿里的 第1章、1.1、1.1.1 等文本编号必须先剥离,避免出现 第1章第1章 或 1.11.1 叠加。
只有模板和样文都无法提供时,才用兜底规则:
关键词: 标签黑体小四加粗.docx 文件真实存在第N章参考文献、致 谢、声 明、附录不误用正文编号样式.doc,已成功转换为 .docx../lunwen/prompts/docx_formatter.md../lunwen/references/default-style.md../lunwen/tools/analyze_docx_styles.py../lunwen/tools/convert_word_to_docx.py../lunwen/tools/generate_thesis_docx.py