Skill detail
inno-paper-writing
Creates formal academic research papers.
Inspect before use
Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.
SKILL.md
The saved excerpt is a snapshot from review. The external source remains the complete and most current version.
--- 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 --- # inno-paper-writing ## Canonical 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... ## Trigger Rules 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. ## Resource Use Rules - Read from `references/` only when the current task needs the extra detail. ## Execution Contract - Resolve every relative path from this skill directory first. - Prefer inspection before mutation when invoking bundled scripts. - If a required runtime, CLI, credential, or API is unavailable, explain the blocker and continue with the best manual fallback instead of silently skipping the step. - Do not write generated artifacts back into the skill directory; save them inside the active project workspace. ## Upstream Instructions # Research Paper Writer ## Overview 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. ## Workflow ### 1. Understanding the Research Topic When asked to write a research paper: 1. **Clarify the topic and scope** with the user: - What is the main research question or contribution? - What is the target audience (conference, journal, general academic)? - What is the desired length (page count or word count)? - Are there specific sections required? - What formatting standard to use (IEEE or ACM)? 2. **Gather context** if needed: - Review any provided research materials, data, or references - Understand the domain and technical background - Identify key related work or existing research to reference ### 2. Paper Structure 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 rationaleRead the full source on GitHub (opens external page)