life-sciences
v0.1.1Domain checks for life-science protocols, biological controls, bias, biosafety boundaries, reporting context, and image acquisition metadata.
By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add life-sciences@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/timsmykov/evidence-lab-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/domains/life-sciences/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/life-science-protocols/SKILL.md
Included Skills1
Add life-science-specific protocol, biological-control, bias, biosafety-boundary, reporting, and acquisition-metadata checks to a study or image workflow. Use when a life-science project is being planned or biological images are analysed; do not provide clinical decisions or experimental safety authorization.
Plugin manifests2
{
"name": "life-sciences",
"description": "Domain checks for life-science protocols, biological controls, bias, biosafety boundaries, reporting context, and image acquisition metadata.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"life-science-protocols"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Life Sciences",
"shortDescription": "Add life-science protocol and bias checks.",
"longDescription": "Adds protocol identity, biological controls, bias, safety boundaries, reporting context, and acquisition metadata to applicable life-science workflows.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Research",
"Domain"
],
"defaultPrompt": "Check this life-science study or image workflow for protocol-specific gaps."
}
}{
"name": "life-sciences",
"description": "Domain checks for life-science protocols, biological controls, bias, biosafety boundaries, reporting context, and image acquisition metadata.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"life-science-protocols"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[life-sciences on Agent Plugins Marketplace](https://pluginsmp.com/plugins/life-sciences)