Skip to content
26 changes: 26 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,32 @@
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.",
"version": "1.0.0"
},
{
"name": "sciagent",
"description": "Scientific analysis agents with built-in rigor enforcement — planning, data QC, code review, reporting, and reproducibility. 9 agents and 9 skills for researchers and data scientists.",
"version": "1.2.0",
"author": {
"name": "smestern",
"url": "https://github.com/smestern"
},
"homepage": "https://github.com/smestern/sciagent-plugin",
"keywords": [
"scientific-analysis",
"data-analysis",
"rigor",
"reproducibility",
"data-qc",
"code-review",
"report-writing"
],
"license": "MIT",
"repository": "https://github.com/smestern/sciagent",
"source": {
"source": "github",
"repo": "smestern/sciagent-plugin",
"ref": "v1.2.0"
}
},
{
"name": "security-best-practices",
"source": "security-best-practices",
Expand Down
18 changes: 18 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,23 @@
"repo": "microsoft/azure-skills",
"path": ".github/plugins/azure-skills"
}
},
{
"name": "sciagent",
"description": "Scientific analysis agents with built-in rigor enforcement — planning, data QC, code review, reporting, and reproducibility. 9 agents and 9 skills for researchers and data scientists.",
"version": "1.2.0",
"author": {
"name": "smestern",
"url": "https://github.com/smestern"
},
"homepage": "https://github.com/smestern/sciagent-plugin",
"keywords": ["scientific-analysis", "data-analysis", "rigor", "reproducibility", "data-qc", "code-review", "report-writing"],
"license": "MIT",
"repository": "https://github.com/smestern/sciagent",
"source": {
"source": "github",
"repo": "smestern/sciagent-plugin",
"ref": "v1.2.0"
}
}
]
Loading