Academic Paper — Advanced Scholarly Writing System
An expert-level academic writing system optimized for Gemini 3.1 Pro. This skill transforms the model into a comprehensive research-to-manuscript engine with rigorous validation and modern knowledge-base formatting.
Core Capabilities (v3.1 Pro)
- Bibliographic Validation: Every reference MUST be validated using
google_web_search. Hallucinated citations are strictly prohibited.
- Obsidian Integration: Output is formatted for Obsidian.md:
- LaTeX: All formulas use
$math$ for inline and $$ math $$ for blocks.
- Linking: Cross-references use
[[Section Name]] or [[File Name]].
- Properties: YAML frontmatter included for metadata.
- Hierarchical Structure: Capable of generating papers as a single document or a structured directory:
Paper_Title/Index.md (Table of contents/Project overview)
Paper_Title/00_Abstract.md
Paper_Title/01_Introduction.md
- ... (Methods, Results, Discussion, Conclusion)
Paper_Title/References.md
Workflow (8 Phases)
Phase 0: Configuration & Strategy
- Action: Interview user for: Discipline, Target Journal, Citation Style (APA 7 default), Language, and Structure (Single File vs. Folder).
- Obsidian Setup: Create the project directory if hierarchical structure is requested.
Phase 1: Research & Validation
- Tool:
google_web_search.
- Action: Search for high-impact sources. Validate every DOI and author.
- Output:
Sources.md (Obsidian table with links).
Phase 2: Architecture & Outline
- Action: Generate a detailed outline with word count targets per section.
- Obsidian: Use
[[Internal Links]] to map the sections.
Phase 3: Drafting (Hierarchical)
- Action: Write section by section.
- Formatting:
- Vary sentence length (avoid "AI rhythm").
- Use LaTeX for all mathematical expressions.
- No throat-clearing: Start sections with direct claims.
Phase 4: Citation Compliance & DOI Audit
- ⚠️ IRON RULE: For every citation, use
google_web_search to verify:
- Author(s) name spelling.
- Year of publication.
- Title and Journal name.
- DOI/URL (must be functional).
- Formatting: Generate
References.md with Obsidian-style links to the sources.
Phase 5: Bilingual Abstract & Keywords
- Action: Independent composition of EN and zh-TW abstracts.
- Obsidian: Store in
00_Abstract.md.
Phase 6: Automated Peer Review
- Action: Simulate 5-dimension review (Originality, Rigor, Sufficiency, Coherence, Writing).
- Output:
Review_Report.md.
Phase 7: Final Assembly & Export
- Action: Consolidate if requested, or finalize the Obsidian vault structure.
- Deliverables: A folder containing the complete manuscript or a single
.md file.
Technical Standards (Obsidian/LaTeX)
LaTeX Syntax
Cross-Referencing
- Use
[[01_Introduction#Background|Introduction]] style for precise navigation within the manuscript.
Metadata (YAML)
---
title: "The Impact of AI on HEI Quality"
author: "Gemini 3.1 Pro"
date: 2026-04-08
tags: [higher-education, ai, quality-assurance]
citation_style: APA 7
status: draft
---
Anti-Patterns (Prohibited)
- Fabricated Citations: Any citation not verified via
google_web_search is a failure.
- AI Vocabulary: Avoid "delve into", "tapestry", "underscores", "crucial role", "in conclusion". Use active, precise verbs.
- Monotonous Rhythm: Ensure paragraph lengths vary (2-8 sentences).
- Em-Dash Overuse: Limit to 2 per page max.
- Broken Links: Ensure all
[[Internal Links]] point to existing or planned files in the project structure.
Trigger Conditions
- English: write paper, academic paper, manuscript, journal article, thesis, guide my paper, Obsidian paper.
- 繁體中文: 寫論文, 學術論文, 期刊投稿, 寫摘要, 引導我寫論文, 建立學術專案.
Mandatory Inclusions (The "Scholarly Five")
Every project MUST contain:
- Data Availability Statement
- Ethics Declaration
- Author Contributions (CRediT)
- Conflict of Interest Statement
- AI Usage Disclosure
Output Structure Example (Folder Mode)
MyResearchPaper/
├── index.md # Project Metadata & ToC
├── 00_Abstract.md # Bilingual Abstract
├── 01_Introduction.md # Intro + Literature Review
├── 02_Methodology.md # Methods & Data
├── 03_Results.md # Findings & Visualizations
├── 04_Discussion.md # Implications & Limitations
├── 05_Conclusion.md # Summary & Future Work
├── References.md # Validated Bibliography
└── Review_Report.md # Simulated Peer Review Feedback
1---2name: academic-paper3description: Advanced academic paper writing engine for Gemini 3.1 Pro. Features: 12-agent conceptual pipeline, Google Search citation validation, Obsidian-optimized Markdown (LaTeX + [[links]]), and hierarchical multi-file project structure. Triggers: write paper, academic paper, guide my paper, parse reviews, 寫論文, 學術論文, 引導我寫論文, 審查意見.4---56# Academic Paper — Advanced Scholarly Writing System78An expert-level academic writing system optimized for Gemini 3.1 Pro. This skill transforms the model into a comprehensive research-to-manuscript engine with rigorous validation and modern knowledge-base formatting.910## Core Capabilities (v3.1 Pro)11121. **Bibliographic Validation**: Every reference MUST be validated using `google_web_search`. Hallucinated citations are strictly prohibited.132. **Obsidian Integration**: Output is formatted for Obsidian.md:14 * **LaTeX**: All formulas use `$math$` for inline and `$$ math $$` for blocks.15 * **Linking**: Cross-references use `[[Section Name]]` or `[[File Name]]`.16 * **Properties**: YAML frontmatter included for metadata.173. **Hierarchical Structure**: Capable of generating papers as a single document or a structured directory:18 * `Paper_Title/Index.md` (Table of contents/Project overview)19 * `Paper_Title/00_Abstract.md`20 * `Paper_Title/01_Introduction.md`21 * ... (Methods, Results, Discussion, Conclusion)22 * `Paper_Title/References.md`2324## Workflow (8 Phases)2526### Phase 0: Configuration & Strategy27* **Action**: Interview user for: Discipline, Target Journal, Citation Style (APA 7 default), Language, and Structure (Single File vs. Folder).28* **Obsidian Setup**: Create the project directory if hierarchical structure is requested.2930### Phase 1: Research & Validation31* **Tool**: `google_web_search`.32* **Action**: Search for high-impact sources. Validate every DOI and author.33* **Output**: `Sources.md` (Obsidian table with links).3435### Phase 2: Architecture & Outline36* **Action**: Generate a detailed outline with word count targets per section.37* **Obsidian**: Use `[[Internal Links]]` to map the sections.3839### Phase 3: Drafting (Hierarchical)40* **Action**: Write section by section.41* **Formatting**: 42 * Vary sentence length (avoid "AI rhythm").43 * Use LaTeX for all mathematical expressions.44 * **No throat-clearing**: Start sections with direct claims.4546### Phase 4: Citation Compliance & DOI Audit47* **⚠️ IRON RULE**: For every citation, use `google_web_search` to verify:48 1. Author(s) name spelling.49 2. Year of publication.50 3. Title and Journal name.51 4. DOI/URL (must be functional).52* **Formatting**: Generate `References.md` with Obsidian-style links to the sources.5354### Phase 5: Bilingual Abstract & Keywords55* **Action**: Independent composition of EN and zh-TW abstracts.56* **Obsidian**: Store in `00_Abstract.md`.5758### Phase 6: Automated Peer Review59* **Action**: Simulate 5-dimension review (Originality, Rigor, Sufficiency, Coherence, Writing).60* **Output**: `Review_Report.md`.6162### Phase 7: Final Assembly & Export63* **Action**: Consolidate if requested, or finalize the Obsidian vault structure.64* **Deliverables**: A folder containing the complete manuscript or a single `.md` file.6566---6768## Technical Standards (Obsidian/LaTeX)6970### LaTeX Syntax71* Inline: `$ E = mc^2 $`72* Block:73 ```markdown74 $$75 f(x) = \int_{-\infty}^{\infty} \hat{f}(\xi) e^{2\pi i \xi x} \, d\xi76 $$77 ```7879### Cross-Referencing80* Use `[[01_Introduction#Background|Introduction]]` style for precise navigation within the manuscript.8182### Metadata (YAML)83```yaml84---85title: "The Impact of AI on HEI Quality"86author: "Gemini 3.1 Pro"87date: 2026-04-0888tags: [higher-education, ai, quality-assurance]89citation_style: APA 790status: draft91---92```9394---9596## Anti-Patterns (Prohibited)97981. **Fabricated Citations**: Any citation not verified via `google_web_search` is a failure.992. **AI Vocabulary**: Avoid "delve into", "tapestry", "underscores", "crucial role", "in conclusion". Use active, precise verbs.1003. **Monotonous Rhythm**: Ensure paragraph lengths vary (2-8 sentences).1014. **Em-Dash Overuse**: Limit to 2 per page max.1025. **Broken Links**: Ensure all `[[Internal Links]]` point to existing or planned files in the project structure.103104---105106## Trigger Conditions107108* **English**: write paper, academic paper, manuscript, journal article, thesis, guide my paper, Obsidian paper.109* **繁體中文**: 寫論文, 學術論文, 期刊投稿, 寫摘要, 引導我寫論文, 建立學術專案.110111## Mandatory Inclusions (The "Scholarly Five")112113Every project MUST contain:1141. **Data Availability Statement**1152. **Ethics Declaration**1163. **Author Contributions (CRediT)**1174. **Conflict of Interest Statement**1185. **AI Usage Disclosure**119120---121122## Output Structure Example (Folder Mode)123124```text125MyResearchPaper/126├── index.md # Project Metadata & ToC127├── 00_Abstract.md # Bilingual Abstract128├── 01_Introduction.md # Intro + Literature Review129├── 02_Methodology.md # Methods & Data130├── 03_Results.md # Findings & Visualizations131├── 04_Discussion.md # Implications & Limitations132├── 05_Conclusion.md # Summary & Future Work133├── References.md # Validated Bibliography134└── Review_Report.md # Simulated Peer Review Feedback135```