neuroinformatics
v0.2.4Neuroscience data standards and experiment design: BIDS conversion/validation, HED annotation, and PsychoPy experiment scaffolding
By Seyed Yahya ShiraziLicense: BSD-3-Clause46 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 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 neuroinformatics for Codex and Claude Code
codex plugin marketplace add neuromechanist/research-skills
codex plugin marketplace upgrade research-skills
codex plugin add neuroinformatics@research-skillsPaste and run these commands in a terminal with Codex. They add and refresh the research-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “neuroinformatics” remain stable.
- Codex:
neuroinformatics@agent-plugin-marketplace→neuroinformatics@research-skills
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/neuromechanist/research-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/neuroinformatics/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/bids-conversion/SKILL.md└── skills/experiment-design/SKILL.md
Included Skills2
Use this skill for "convert to BIDS", "BIDS format", "create BIDS dataset", "BIDS sidecar", "participants.tsv", "events.tsv", "EEG BIDS", "EMG BIDS", "MEG BIDS", "fMRI BIDS", "BIDS validator", "channel locations", "electrode positions", "BIDS metadata", or when the user wants to convert neuroscience data to Brain Imaging Data Structure (BIDS) format or validate BIDS compliance.
Use this skill for "design experiment", "create PsychoPy experiment", "stimulus presentation", "experiment protocol", "timing validation", "trial structure", "block design", "event-related design", "PsychoPy builder", "create stimuli", "LSL markers", "Lab Streaming Layer", "event markers", "trigger codes", or when the user wants to design or implement a neuroscience experiment.
Plugin manifests2
{
"name": "neuroinformatics",
"version": "0.2.4",
"description": "Neuroscience data standards and experiment design: BIDS conversion/validation, HED annotation, and PsychoPy experiment scaffolding",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"bids",
"eeg",
"emg",
"hed",
"psychopy",
"neuroscience",
"neuroinformatics",
"experiment",
"openneuro",
"nemar",
"lsl"
]
}{
"name": "neuroinformatics",
"version": "0.2.4",
"description": "Neuroscience data standards and experiment design: BIDS conversion/validation, HED annotation, and PsychoPy experiment scaffolding",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"bids",
"eeg",
"emg",
"hed",
"psychopy",
"neuroscience",
"neuroinformatics",
"experiment",
"openneuro",
"nemar",
"lsl"
]
}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.
[neuroinformatics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/neuroinformatics)