AI SummaryA comprehensive tool for inserting, formatting, and cross-referencing academic references in Word (.docx) documents. Supports Chinese national standard GB/T 7714-2015 and major international journal formats (IEEE, APA 7th). Invoke this skill when the user: Before making any changes, ALWAYS run the a
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "academic-ref-inserter" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/academic-ref-inserter && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/academic-ref-inserter/SKILL.md "https://raw.githubusercontent.com/fuwenhao12/academic-ref-inserter/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Inserts, formats, and cross-references academic citations in docx. Invoke when user needs to insert references, fix citation order, add cross-reference hyperlinks, or reformat bibliography to Chinese (GB/T 7714) or international (IEEE/APA) standards.
Academic Reference Inserter (学术参考文献插入器)
A comprehensive tool for inserting, formatting, and cross-referencing academic references in Word (.docx) documents. Supports Chinese national standard GB/T 7714-2015 and major international journal formats (IEEE, APA 7th). ---
1. When to Invoke
Invoke this skill when the user: • Says "插入参考文献" / "insert references" • Says "格式化参考文献" / "format bibliography" • Says "添加交叉引用" / "add cross-references" • Says "按GB/T 7714格式化" / "format by GB/T 7714" • Says "按IEEE/APA格式" / "format in IEEE/APA style" • Needs to reorder, validate, or fix citation numbering • Submits a paper and needs reference checking before journal submission
2. Supported Citation Formats
| Format | Region | Common In | Ordering | In-text style | |--------|--------|-----------|----------|---------------| | GB/T 7714-2015 | China (中文) | 计算机工程与应用, 自动化学报 | Sequential [1][2][3] | [N] | | IEEE | International | Engineering, CS journals | Sequential [1][2][3] | [N] | | APA 7th | International | Psychology, Education, Business | Alphabetical | (Author, Year) |
Step 1: Analyze Document
Before making any changes, ALWAYS run the analysis script to understand the current state: `bash python scripts/insert_refs.py analyze --input <paper.docx> ` This will output: • Total paragraphs • All in-text citation markers found (in order) • All bibliography entries found • Orphan citations (cited but not in bibliography) • Uncited references (in bibliography but not cited) • Current ordering analysis
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster