v1.0.0: First Release
Overview
Specialized skill for AI agents to automate organization of EEG datasets into Brain Imaging Data Structure (BIDS) compliant format.
Key Features
- Automated BIDS Conversion: AI-driven conversion of raw recording files to standardized BIDS hierarchy.
- Metadata Management: Tools for agents to generate and patch JSON sidecar files for precise data description.
- Dataset Validation: Built-in validation ensuring AI-organized data meets EEG-BIDS specifications.
- Dataset Inspection: Utility to audit and verify dataset structure and content.
Components
convert_recording.py: Primary conversion engine.write_bids_metadata.py: BIDS metadata generator.patch_sidecar.py: Sidecar modifier for specific parameter updates.validate_bids.py: BIDS compliance checker.inspect_dataset.py: Dataset summary and structure auditor.
Usage
- Download this repository.
- Place in your local skills folder.
- Invoke via:
/eeg-bids-converter