用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LMDHQ-0420/ResearchPilot-Skills --skill research-g-0-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | research[G.0]-plan |
| description | ResearchPilot Research Assistant [Phase G.0]: Paper planning |
| version | 2.0.0 |
| license | LICENSE |
user_requirements.md priority: All user constraints in
docs/user_requirements.mdtake precedence over any default instruction in this skill. Always read it before generating output.
| Skill | Responsibility |
|---|---|
/research[G.0]-plan | Update idea_report → plan structure/figures → select format |
/research[G.1]-method | Write / revise Method |
/research[G.2]-experiments | Write / revise Experiments |
/research[G.3]-abstract | Write / revise Abstract |
/research[G.4]-introduction | Write / revise Introduction |
/research[G.5]-related | Write / revise Related Works |
/research[G.6]-conclusion | Write / revise Conclusion + References |
/research[G.7]-review | Full-paper review (five dimensions + claim-evidence) |
/research[G.0]-plan
An optional natural-language instruction may follow the command. The AI will treat it as an additional constraint or supplement for this invocation.
Step 1: Update idea_report.md (compare with code, list diffs, user confirms, update in-place)
Step 2: Plan paper structure and figures (outline + per-section detail + figure/table plan)
Step 3: Ask for writing examples (before confirming structure; place in docs/manuscripts/examples/)
Step 4: Select paper format (md / LaTeX)
Step 5: Write detailed architecture comments into manuscript header
Step 6: Generate figure/table notebook cells in notebooks/figures.ipynb
See references/phase-G0.md for full details.
idea_report.md: Edit in-place, no backup. Prepend modification record to file header.
Manuscript (paper.md / paper.tex): Back up before editing, keep original as latest version:
cp paper.tex paper_{mm-dd_hh-mm}.tex
Append to file header after editing:
% Modified: {mm-dd_hh-mm}
% Changes: {what changed}
% Previous backup: paper_{mm-dd_hh-mm}.tex
references/template-flexibility.md take precedence over any specific template instruction.G.0 complete.
- idea_report.md updated
- Architecture comments written into manuscript header
- figures.ipynb: {N} figure/table cells created
- Format: {md/LaTeX}
Recommended writing order (Master-cai):
Method → Experiments → Abstract → Introduction → Related Works → Conclusion
→ Use `/research[G.1]-method` to start writing Method.
references/phase-G0.mdreferences/template-flexibility.md