$npx -y skills add lishix520/academic-paper-skills --skill composerSystematic writing framework for philosophy and interdisciplinary academic papers from optimized outline to submission-ready manuscript. Use when users want to: (1) write a paper from a detailed outline, (2) ensure quality control during writing, (3) maintain consistency across c
| 1 | # Academic Paper Composer |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | This skill provides a systematic framework for writing academic papers from optimized outline to submission-ready manuscript. It implements iterative quality control at both chapter-level and paper-level, ensuring consistent high quality throughout the writing process. |
| 6 | |
| 7 | **Input**: Detailed, optimized paper outline (from academic-paper-strategist or equivalent) |
| 8 | |
| 9 | **Output**: Complete, submission-ready manuscript with quality validation reports |
| 10 | |
| 11 | **Prerequisite**: Use **academic-paper-strategist** skill first to create optimized outline (or provide equivalent detailed outline) |
| 12 | |
| 13 | --- |
| 14 | |
| 15 | ## When to Use This Skill |
| 16 | |
| 17 | Use **academic-paper-composer** when you need to: |
| 18 | |
| 19 | **Writing Stage**: |
| 20 | - Execute a detailed paper outline systematically |
| 21 | - Write a complete academic paper chapter-by-chapter |
| 22 | - Maintain quality control during writing process |
| 23 | - Ensure consistency across all sections |
| 24 | |
| 25 | **Quality Assurance Stage**: |
| 26 | - Validate each chapter before proceeding |
| 27 | - Check cross-chapter coherence |
| 28 | - Perform final quality assessment |
| 29 | - Verify submission readiness |
| 30 | |
| 31 | **Submission Preparation Stage**: |
| 32 | - Prepare manuscript for platform submission |
| 33 | - Complete platform-specific checklists |
| 34 | - Generate final submission package |
| 35 | |
| 36 | **Triggers**: |
| 37 | - "Write the paper from this outline" |
| 38 | - "Compose the full manuscript" |
| 39 | - "Execute the outline systematically" |
| 40 | - "I have an outline, help me write the paper" |
| 41 | - After completing academic-paper-strategist skill |
| 42 | |
| 43 | --- |
| 44 | |
| 45 | ## Workflow Overview |
| 46 | |
| 47 | ``` |
| 48 | Phase 4: SYSTEMATIC WRITING (Chapter-by-Chapter + Quality Gates) |
| 49 | ↓ |
| 50 | Phase 5: QUALITY CONTROL (Final Validation + Submission Prep) |
| 51 | ↓ |
| 52 | Output: Submission-Ready Manuscript + Quality Reports |
| 53 | ``` |
| 54 | |
| 55 | **Quality Gates**: After each chapter + final paper evaluation |
| 56 | |
| 57 | --- |
| 58 | |
| 59 | ## Required Input |
| 60 | |
| 61 | Before using this skill, you must provide: |
| 62 | |
| 63 | ### 1. Optimized Detailed Outline |
| 64 | **Required structure**: |
| 65 | ```markdown |
| 66 | ## Abstract (250-300 words) |
| 67 | - [Key points to cover] |
| 68 | |
| 69 | ## 1. Introduction (1,500 words) |
| 70 | ### 1.1 Opening Puzzle (400 words) |
| 71 | - [Content guidance] |
| 72 | ### 1.2 Literature Review (600 words) |
| 73 | - [Theories to discuss] |
| 74 | ### 1.3 This Paper's Contribution (500 words) |
| 75 | - [Specific claims] |
| 76 | |
| 77 | ## 2. [Main Chapter Title] (1,200 words) |
| 78 | ### 2.1 [Section] (400 words) |
| 79 | - [Argument structure] |
| 80 | - [Key citations] |
| 81 | ... |
| 82 | |
| 83 | [Complete structure with word counts and content guidance] |
| 84 | ``` |
| 85 | |
| 86 | **Quality check**: Outline should specify: |
| 87 | - ✓ Chapter titles and word counts |
| 88 | - ✓ Subsection structure (to 3rd level) |
| 89 | - ✓ Content guidance for each section |
| 90 | - ✓ Key citations to include |
| 91 | - ✓ Argument structure notes |
| 92 | |
| 93 | If outline lacks these, consider using **academic-paper-strategist** first. |
| 94 | |
| 95 | ### 2. Platform Writing Standards Guide |
| 96 | **From academic-paper-strategist Phase 1**, or equivalent document specifying: |
| 97 | - Platform style patterns (voice, terminology, citation format) |
| 98 | - Structural conventions |
| 99 | - Example papers for reference |
| 100 | |
| 101 | ### 3. Literature Base (Optional but Recommended) |
| 102 | - List of core papers to cite |
| 103 | - Research gap analysis |
| 104 | - Key concepts to emphasize |
| 105 | |
| 106 | --- |
| 107 | |
| 108 | ## Phase 4: Systematic Writing |
| 109 | |
| 110 | ### Goal |
| 111 | Write complete manuscript chapter-by-chapter with iterative quality control. |
| 112 | |
| 113 | ### Workflow |
| 114 | |
| 115 | #### Step 4.1: Writing Environment Setup |
| 116 | |
| 117 | Before writing, I will: |
| 118 | |
| 119 | 1. **Verify outline completeness**: |
| 120 | - All chapters specified with word counts |
| 121 | - Content guidance provided |
| 122 | - Argument structure clear |
| 123 | |
| 124 | 2. **Load reference documents**: |
| 125 | - Platform writing standards |
| 126 | - Section writing guides (`references/section_guides.md`) |
| 127 | - Quality standards (`references/writing_standards.md`) |
| 128 | |
| 129 | 3. **Create writing tracker**: |
| 130 | ```markdown |
| 131 | # Writing Progress Tracker |
| 132 | - [ ] Abstract (250 words) |
| 133 | - [ ] Chapter 1: Introduction (1,500 words) |
| 134 | - [ ] Chapter 2: [Title] (1,200 words) |
| 135 | ... |
| 136 | - [ ] Conclusion (1,000 words) |
| 137 | - [ ] References |
| 138 | ``` |
| 139 | |
| 140 | **Decision Point 1**: Confirm outline and standards loaded, ready to begin writing. |
| 141 | |
| 142 | #### Step 4.2: Chapter-by-Chapter Writing |
| 143 | |
| 144 | **For each chapter, I will follow this sequence**: |
| 145 | |
| 146 | ##### A. Pre-Writing Review |
| 147 | Before writing chapter N: |
| 148 | 1. **Review outline specification** for this chapter: |
| 149 | - Word count target |
| 150 | - Subsection structure |
| 151 | - Content guidance |
| 152 | - Key arguments/citations |
| 153 | |
| 154 | 2. **Review previous chapter** (if N>1): |
| 155 | - Last pa |