{
  "markdown": "# Skills: Research Paper Writing\n\n[中文介绍](./README_zh.md).\n\n> Important Attribution\n> Most writing knowledge and methodology in this repository comes from Prof. Peng Sida (彭思达)'s open study notes:\n> https://pengsida.notion.site/c1a22465a0fa4b15a12985223916048e\n> Prof. Peng's original repository:\n> https://github.com/pengsida/learning_research\n> I sincerely thank Prof. Peng for openly sharing these valuable experiences.\n> My contribution is organization, structured adaptation, and packaging as reusable Skills.\n\n## Repository Overview\n\nThis repository currently provides one skill package:\n\n- `research-paper-writing/`\n  - `SKILL.md`: core workflow and usage rules\n  - `references/`: section-specific writing guides and templates\n  - `agents/openai.yaml`: agent metadata\n\nTypical use cases:\n\n- Drafting or rewriting Abstract / Introduction / Method / Experiments / Conclusion\n- Improving paragraph flow and section logic\n- Checking claim-evidence alignment\n- Running pre-submission self-review from a reviewer mindset\n\n## Installation\n\nAssume you are in the repository root.\n\n### 1) Codex\n\nCopy the skill into `$CODEX_HOME/skills/`:\n\n```bash\nmkdir -p \"$CODEX_HOME/skills\"\ncp -R research-paper-writing \"$CODEX_HOME/skills/\"\n```\n\nUsage example:\n\n```text\nUse $research-paper-writing to improve my paper's Introduction.\n```\n\n### 2) CC (Claude Code)\n\nUse either a global or project-level installation.\n\nGlobal:\n\n```bash\nmkdir -p \"$HOME/.claude/skills\"\ncp -R research-paper-writing \"$HOME/.claude/skills/\"\n```\n\nProject-level:\n\n```bash\nmkdir -p .claude/skills\ncp -R research-paper-writing .claude/skills/\n```\n\nIn prompts, explicitly request this skill, for example: `Please use the research-paper-writing skill`.\n\n### 3) Gemini\n\nCopy this skill into your Gemini skills directory:\n\n```bash\nmkdir -p \"$HOME/.gemini/skills\"\ncp -R research-paper-writing \"$HOME/.gemini/skills/\"\n```\n\nThen ask concrete tasks in Gemini (for example, rewriting an Abstract with claim-evidence checks).\n\n## Credits\n\nAgain, this repository is primarily based on Prof. Peng Sida (彭思达)'s open notes, while my work focuses on curation and Skills adaptation.\nProf. Peng's original repository: https://github.com/pengsida/learning_research\n\n## License\n\nThis project is licensed under the MIT License. See [LICENSE](./LICENSE).\n",
  "bytes": 2292,
  "sha": "37c5e07ce0c58c6ea3fb54e844d33da724e710095198fea459e70d974311b05b",
  "repo_slug": "master-cai/research-paper-writing-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_master_cai_research_paper_writing_skills_2b347cc7/readme"
}