正在加载项目…
正在加载项目…
Skill package for ML/CV/NLP paper writing, curated and adapted from Prof. Peng Sida's open notes for Codex, Claude Code, and Gemini.
正在读取官方项目说明…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
中文介绍.
Important Attribution Most writing knowledge and methodology in this repository comes from Prof. Peng Sida (彭思达)'s open study notes: https://pengsida.notion.site/c1a22465a0fa4b15a12985223916048e Prof. Peng's original repository: https://github.com/pengsida/learning_research I sincerely thank Prof. Peng for openly sharing these valuable experiences. My contribution is organization, structured adaptation, and packaging as reusable Skills.
This repository currently provides one skill package:
research-paper-writing/
SKILL.md: core workflow and usage rulesreferences/: section-specific writing guides and templatesagents/openai.yaml: agent metadataTypical use cases:
Assume you are in the repository root.
Copy the skill into $CODEX_HOME/skills/:
mkdir -p "$CODEX_HOME/skills"
cp -R research-paper-writing "$CODEX_HOME/skills/"
Usage example:
Use $research-paper-writing to improve my paper's Introduction.
Use either a global or project-level installation.
Global:
mkdir -p "$HOME/.claude/skills"
cp -R research-paper-writing "$HOME/.claude/skills/"
Project-level:
mkdir -p .claude/skills
cp -R research-paper-writing .claude/skills/
In prompts, explicitly request this skill, for example: Please use the research-paper-writing skill.
Copy this skill into your Gemini skills directory:
mkdir -p "$HOME/.gemini/skills"
cp -R research-paper-writing "$HOME/.gemini/skills/"
Then ask concrete tasks in Gemini (for example, rewriting an Abstract with claim-evidence checks).
Again, this repository is primarily based on Prof. Peng Sida (彭思达)'s open notes, while my work focuses on curation and Skills adaptation. Prof. Peng's original repository: https://github.com/pengsida/learning_research
This project is licensed under the MIT License. See LICENSE.