AC
academic-writing
|
Install
mkdir -p .claude/skills/academic-writing && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16299" && unzip -o skill.zip -d .claude/skills/academic-writing && rm skill.zipInstalls to .claude/skills/academic-writing
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
学术论文写作技能。辅助撰写论文各个章节,包括摘要、引言、方法、 结果、讨论等。支持多种写作风格和输出格式。53 charsno explicit “when” trigger
About this skill
Academic Writing Skill
Overview
Assists researchers in writing academic papers with proper structure, style, and citations.
Trigger Conditions
- User requests to write or draft a paper
- Section-specific writing (abstract, introduction, etc.)
- Paper revision and editing tasks
Workflow
Step 1: Outline Generation
Create structured outline based on:
- Research topic and findings
- Target journal/venue
- Paper type (research, review, case study)
Step 2: Section Composition
Write each section following academic conventions:
Script: scripts/compose_section.py
Section Templates
- Abstract (structured: background, methods, results, conclusion)
- Introduction (context, gap, contribution)
- Methods (reproducible description)
- Results (clear presentation)
- Discussion (interpretation, limitations, future work)
- Conclusion (summary, implications)
Step 3: Citation Integration
- Insert citations at appropriate points
- Format according to target style (APA, IEEE, etc.)
- Generate bibliography
Output Format
{
"section": "introduction",
"content": "Markdown formatted text...",
"citations": ["[1]", "[2]"],
"word_count": 500
}
Best Practices
- Start with clear research question
- Support claims with evidence
- Maintain consistent terminology
- Use active voice where appropriate
- Avoid jargon when possible