oh-my-openidea 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-openidea",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Multi-agent framework for CS/ML research idea generation — literature survey, hypothesis generation, novelty checking, methodology design, and paper outlining",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
```skill
|
|
2
1
|
---
|
|
3
2
|
name: experiment-design
|
|
4
3
|
description: Design a complete, publication-ready experimental plan for a validated research idea — including method, baselines, datasets, evaluation metrics, ablations, and compute estimate.
|
|
5
4
|
---
|
|
6
|
-
```
|
|
7
5
|
|
|
8
6
|
# Experiment Design Skill
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
```skill
|
|
2
1
|
---
|
|
3
2
|
name: hypothesis-generation
|
|
4
3
|
description: Generate, score, and rank novel CS/ML research hypotheses based on identified literature gaps. Produces 3–5 concrete, differentiated ideas with preliminary novelty assessments.
|
|
5
4
|
---
|
|
6
|
-
```
|
|
7
5
|
|
|
8
6
|
# Hypothesis Generation Skill
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
```skill
|
|
2
1
|
---
|
|
3
2
|
name: idea-critique
|
|
4
3
|
description: Run adversarial multi-round critique on a research idea through @critic and @architect. Produces a full review report with scores, weaknesses, improvement suggestions, and a final verdict.
|
|
5
4
|
---
|
|
6
|
-
```
|
|
7
5
|
|
|
8
6
|
# Idea Critique Skill
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
```skill
|
|
2
1
|
---
|
|
3
2
|
name: literature-review
|
|
4
3
|
description: Conduct a structured CS/ML literature survey — searches arXiv and Semantic Scholar, synthesizes findings, and produces an annotated bibliography with a research landscape map.
|
|
5
4
|
---
|
|
6
|
-
```
|
|
7
5
|
|
|
8
6
|
# Literature Review Skill
|
|
9
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
```skill
|
|
2
1
|
---
|
|
3
2
|
name: paper-outline
|
|
4
3
|
description: Generate a full publication-ready paper outline with section summaries, abstract, and introduction draft. Designed for ideas that have passed critique and have an experimental plan.
|
|
5
4
|
---
|
|
6
|
-
```
|
|
7
5
|
|
|
8
6
|
# Paper Outline Skill
|
|
9
7
|
|