feat(catalog): 增加catalog存放skill
搜集、试用、筛选开源 AI4Research agent / skill 仓库,把高价值的迁移为 OpenAIR skill。 工作模式:屏源 → 试用 → 筛选 → 迁移,所有试用产出沉淀为本仓库的标准化报告。
搜集、试用、筛选开源 AI4Research agent / skill 仓库,把高价值的迁移为 OpenAIR skill。
工作模式:屏源 → 试用 → 筛选 → 迁移,所有试用产出沉淀为本仓库的标准化报告。
OpenAIR 是通用智能科研平台,通过三层级机制(一级阶段 → 二级节点 → 三级原子技能)动态编排科研流程。OpenAIR 的能力由 skills/ 下的 SKILL.md + skill.yaml 承载,社区已有大量高质量开源 AI4Research 仓库可以直接吸纳。
skills/
本仓库的工作:
OpenAIR 四阶段:
problem_modeling
intent_understanding
literature_search
hypothesis_construction
gap_identification
solution_design
new_task_planning
method_selection
experiment_design
variable_definition
execution_validation
code_implementation
experiment_execution
data_analysis
result_validation
insight_generation
paper_writing
report_generation
claims_drafting
paper_slides
Stars 数据抓取于 2026-06-15。⭐ = Phase 1 试点。
skills/<pack>/<migrated>/
stanford-oval/storm
SakanaAI/AI-Scientist
Orchestra-Research/AI-Research-SKILLs
每个试点仓库的 四阶段 skill 预选表 见 docs/phase1-pilot-plan.md。
awesome-ai4research-skills/ ├── README.md # 本文件(候选清单 + 工作流概览) ├── LICENSE # MIT ├── CONTRIBUTING.md # 如何提交试用报告 / 提名候选 ├── docs/ │ ├── phase1-pilot-plan.md # 试点计划(含四阶段预选表) │ ├── phase1-full-rollout-plan.md # 全量铺开计划 │ ├── phase2-screening-plan.md # 筛选评审方法 │ └── phase3-migration-plan.md # 迁移为 OpenAIR skill 流程 ├── templates/ │ ├── trial-report.md # 试用报告模板(四维评估) │ └── catalog-entry.md # catalog 条目模板(标准化 SKILL) ├── trials/ # 试用报告产出(Phase 1 填充) ├── catalog/ # 标准化 skill 条目(按阶段归类) │ ├── README.md # 索引 + 命名规则 │ ├── problem_modeling/ │ ├── solution_design/ │ ├── execution_validation/ │ └── insight_generation/ ├── benchmarks/ # 阶段 benchmark 任务(Phase 0 填充) └── recommendations.md # 推荐队列(Phase 2 填充)
总分 = 产出质量 × 0.40 + OpenAIR 契合度 × 0.25 + 工程可维护性 × 0.20 + 运行成本(反向) × 0.15
详见 docs/phase2-screening-plan.md。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
awesome-ai4research-skills
这个仓库是做什么的
OpenAIR 是通用智能科研平台,通过三层级机制(一级阶段 → 二级节点 → 三级原子技能)动态编排科研流程。OpenAIR 的能力由
skills/下的 SKILL.md + skill.yaml 承载,社区已有大量高质量开源 AI4Research 仓库可以直接吸纳。本仓库的工作:
OpenAIR 四阶段:
problem_modelingintent_understanding/literature_search/hypothesis_construction/gap_identificationsolution_designnew_task_planning/method_selection/experiment_design/variable_definitionexecution_validationcode_implementation/experiment_execution/data_analysis/result_validationinsight_generationpaper_writing/report_generation/claims_drafting/paper_slides候选清单
按阶段归类(核心候选)
阶段 1:问题建模(problem_modeling)
阶段 2:解法设计(solution_design)
阶段 3:解法验证(execution_validation)
阶段 4:报告撰写(insight_generation)
跨阶段 skill 库(重点吸纳源)
横向参考(awesome 类,不直接迁移)
工作流(4 阶段路线图)
skills/<pack>/<migrated>/迁移产物 + fixturePhase 1 试点(4 个仓库)
stanford-oval/stormliterature_searchSakanaAI/AI-ScientistOrchestra-Research/AI-Research-SKILLs每个试点仓库的 四阶段 skill 预选表 见 docs/phase1-pilot-plan.md。
仓库结构
评分公式
详见 docs/phase2-screening-plan.md。
如何参与