Add scientific research workflows plugin - #26
Merged
Conversation
Assisted-by: codex-cli reason:scientific-plugin-packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes
Adds
hetaoBackend/scientific-research-workflows, a MiniMax Code Plugin that curates nineMIT-licensed Skills from K-Dense's Scientific Agent Skills at pinned commit
1dd0fccf46fc3c9855c4a0c313a0c57fe4319883:The package includes each selected Skill's references, assets, and local scripts. It excludes
network-dependent and separately licensed upstream Skills. The scientific-writing draft placeholder
label is renamed consistently to satisfy this repository's hosted-package validator; the README
records that adaptation and the exact upstream snapshot.
User value
Researchers can use one coherent Plugin to move from an early idea to a defensible study design,
analysis plan, manuscript, and review while keeping bundled tooling local-first.
Example prompt:
Expected result: the agent separates hypotheses from evidence, identifies experimental units and
confounders, proposes a reproducible blocked design, requests effect-size inputs, and produces an
analysis plan with explicit uncertainty and reporting boundaries.
Plugin submission checklist
plugins/<github-owner>/<plugin-name>.plugin.jsonname matches the Plugin directory.README.mdincludes a real example prompt and expected result.LICENSEandplugin.jsondeclare an open-source license.npm run checkpasses.Evidence
npm run check: 27 tests passed; validator accepted 8 hosted Plugins and all examples.factorial design generation, closed-form power, simulation-based power, statistical assumption
checks, and unit conversion with propagated uncertainty.
diff is limited to the documented draft-marker compatibility adaptation.
entry points are covered above.