← ClaudeAtlas

kim-ccf-research-codelisted

File-by-file coding with git-push workflow: implement, lint, commit, push. Outputs `code/` + `docs/dev_log.md`. Use for 编码, file-by-file coding, git push. Defer to kim-ccf-research-prototype for strict top-conference-style code from a baseline.
ConmuYan/kim-ccf-research · ★ 0 · Code & Development · score 73
Install: claude install-skill ConmuYan/kim-ccf-research
> **user_requirements.md 优先级**:`docs/user_requirements.md` 中记录的所有用户约束(方向偏好、实现要求、文档格式等)**优先于本 skill 提示词中的任何默认指令**。每次调用前必须先读取该文件,确保所有输出符合用户已确认的约束。 # 阶段 E:编码 按 `docs/implementation.md` 逐文件实现代码,同步维护开发日志, 完工后主动代码审查(可运行 + 逻辑正确)。 **前置条件**:`docs/implementation.md` 已存在,且编码前确认清单(阶段 D 末)已完成。 ## 整体流程与产物 ResearchPilot-Skills 将完整学术研究拆分为七个阶段,每个阶段是独立的 skill。当前 skill 是其中一环。 ### 七阶段链条 | Skill | 阶段 | 主要产物 | |-------|------|---------| | `/research[A]-exploration` | 方向探索与调研 | `docs/idea_report.md` Part 1 | | `/kim-ccf-research-idea` | Idea 深化 | `docs/idea_report.md` Part 2 | | `/kim-ccf-research-experiment` | 实验设计 | `docs/idea_report.md` Part 3 | | `/research[D]-implementation` | 实现设计 | `docs/implementation.md` | | `/research[E]-coding` | 编码 | `code/` + `docs/dev_log.md` | | `/research[F]-iteration` | 代码迭代 | `dev_log.md` 迭代记录 | | `/research[G.0]-plan` | 论文规划 | 手稿架构注释 + `notebooks/figures.ipynb` | | `/research[G.1]-method` | Method | 手稿 Method 章节 | | `/research[G.2]-experiments` | Experiments | 手稿 Experiments 章节 | | `/research[G.3]-abstract` | Abstract | 手稿 Abstract | | `/research[G.4]-introduction` | Introduction | 手稿 Introduction | | `/research[G.5]-related` | Related Works | 手稿 Related Works | | `/research[G.6]-conclusion` | Conclusion + References | 手稿 Conclusion | | `/kim-ccf-research-review` | 整稿审阅 | 审阅报告 | | `/research[G.8]-translate` | 中→英翻译(仅中文版)| `paper-en.tex` | ### 项目目录结构 ``` docs/ idea_report.md # 研究报告,分三部分: # Part 1:研究动机、研究问题(RQ)、关键文献(阶段 A