一键导入
inno-paper-writing
Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search traceable academic papers, download legally accessible PDFs from arXiv and open-access sources, convert PDFs or page images to Markdown with a PaddleOCR layout-parsing API (or local pdfminer fallback), and organize the results into an AI-readable literature library. Use when Claude Code needs to build a paper corpus, batch OCR PDFs to Markdown, ingest real literature into a knowledge base, fetch arXiv or Hugging Face paper leads, or turn a directory of papers into structured Markdown plus metadata.
Delegate complex coding tasks to Claude Code CLI
Delegate coding tasks to OpenAI Codex CLI
通过 compute-helper CLI 在远程服务器上自主执行、调试、迭代
Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
Academic research assistant for literature reviews, paper analysis, and scholarly writing.
| id | inno-paper-writing |
| name | inno-paper-writing |
| version | 1.0.0 |
| description | Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style. |
| stages | ["publication"] |
| tools | ["read_file","search_project","write_file"] |
| summary | Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style. Use when the user asks to write a research paper, academic paper, or conference paper on any top... |
| primaryIntent | writing |
| intents | ["writing","research"] |
| capabilities | ["visualization-reporting"] |
| domains | ["general"] |
| keywords | ["inno-paper-writing","paper writing","visualization-reporting","inno","paper","writing","creates","formal","academic","research","papers","following"] |
| source | builtin |
| status | verified |
| upstream | {"repo":"dr-claw","path":"skills/inno-paper-writing","revision":"8322dc4ef575affaa374aa7922c0a0971c6db7d7"} |
| resourceFlags | {"hasReferences":true,"hasScripts":false,"hasTemplates":false,"hasAssets":false,"referenceCount":3,"scriptCount":0,"templateCount":0,"assetCount":0,"optionalScripts":false} |
Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style. Use when the user asks to write a research paper, academic paper, or conference paper on any top...
Use this skill when the user request matches its research workflow scope. Prefer the bundled resources instead of recreating templates or reference material. Keep outputs traceable to project files, citations, scripts, or upstream evidence.
references/ only when the current task needs the extra detail.This skill guides the creation of formal academic research papers that meet publication standards for IEEE and ACM conferences/journals. It ensures proper structure, formatting, academic writing style, and comprehensive coverage of research topics.
When asked to write a research paper:
Clarify the topic and scope with the user:
Gather context if needed:
Follow this standard academic paper structure:
1. Title and Abstract
- Concise title reflecting the main contribution
- Abstract: 150-250 words summarizing purpose, methods, results, conclusions
2. Introduction
- Motivation and problem statement
- Research gap and significance
- Main contributions (typically 3-5 bullet points)
- Paper organization paragraph
3. Related Work / Background
- Literature review of relevant research
- Comparison with existing approaches
- Positioning of current work
4. Methodology / Approach / System Design
- Detailed description of proposed method/system
- Architecture diagrams if applicable
- Algorithms or procedures
- Design decisions and rationale
5. Implementation (if applicable)
- Technical details
- Tools and technologies used
- Challenges and solutions
6. Evaluation / Experiments / Results
- Experimental setup
- Datasets or test scenarios
- Performance metrics
- Results presentation (tables, graphs)
- Analysis and interpretation
7. Discussion
- Implications of results
- Limitations and threats to validity
- Lessons learned
8. Conclusion and Future Work
- Summary of contributions
- Impact and significance
- Future research directions
9. References
- Comprehensive bibliography in proper citation format
Apply these writing conventions from scholarly research:
Tone and Voice:
Technical Precision:
Argumentation:
Section-Specific Guidelines:
Abstract:
Introduction:
Related Work:
Results:
IEEE Format (default):
ACM Format (alternative):
In-text citations:
Reference formatting (IEEE style):
[1] A. Author, B. Author, and C. Author, "Title of paper," in Proc. Conference Name, Year, pp. 123-456.
[2] D. Author, "Title of journal article," Journal Name, vol. X, no. Y, pp. 123-456, Month Year.
[3] E. Author, Book Title, Edition. City: Publisher, Year.
Reference list requirements:
Step-by-step approach:
Create outline
Draft sections iteratively
Add citations
Review and refine
Example 1: User asks for a survey paper
User: "Write a research paper surveying recent advances in context-aware systems"
Response:
1. Clarify scope: "I'll create a survey paper on context-aware systems. A few questions:
- Should I focus on specific aspects (e.g., requirements engineering, implementation techniques)?
- What time period for 'recent' (last 5 years, 10 years)?
- Target length: 10-15 pages, or 20-30 pages comprehensive survey?
- IEEE or ACM format?"
2. After clarification, create outline showing:
- Taxonomy of context-aware systems
- Survey methodology
- Classification scheme
- Section-by-section coverage of different aspects
- Trends and future directions
3. Draft paper following survey structure with extensive related work coverage
Example 2: User asks for an experimental paper
User: "Write a paper about my new algorithm for detecting hallucinations in vision-language models"
Response:
1. Gather details about:
- Algorithm approach and novelty
- Experimental setup and datasets used
- Results and metrics
- Comparison baselines
2. Structure as experimental paper:
- Introduction: motivation for hallucination detection
- Related work: existing detection methods
- Proposed method: detailed algorithm description
- Experiments: datasets, metrics, setup
- Results: quantitative comparison with baselines
- Analysis: ablation studies, error analysis
- Conclusion: contributions and future work
3. Emphasize reproducibility and empirical validation
writing_style_guide.md: Detailed academic writing conventions extracted from example papersieee_formatting_specs.md: Complete IEEE formatting specificationsacm_formatting_specs.md: Complete ACM formatting specificationsfull_paper_template.pdf: IEEE paper template with formatting examplesinterim-layout.pdf: ACM paper template