@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
# Extraction Guide: Paper-Type-Specific Strategies
|
|
2
|
+
|
|
3
|
+
This guide defines how to extract research paradigms and methodological techniques from different types of cognitive science and neuroscience papers. Each paper type has distinct sections where extractable knowledge concentrates and distinct priorities for what to capture.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Experimental Papers
|
|
8
|
+
|
|
9
|
+
**Identification**: Contains original experiments with human (or animal) participants, reports behavioral and/or neural data.
|
|
10
|
+
|
|
11
|
+
**Primary extraction targets** (in priority order):
|
|
12
|
+
|
|
13
|
+
### 1.1 Paradigm Design Parameters
|
|
14
|
+
|
|
15
|
+
- **Where to find**: Methods → Experimental Design / Task / Procedure
|
|
16
|
+
- **Extract**:
|
|
17
|
+
- Paradigm name and type (e.g., "modified Sternberg paradigm", "rapid serial visual presentation")
|
|
18
|
+
- Full trial structure with timing diagram:
|
|
19
|
+
- Fixation cross duration (ms)
|
|
20
|
+
- Stimulus onset and duration (ms)
|
|
21
|
+
- Inter-stimulus interval / SOA (ms)
|
|
22
|
+
- Response window onset and duration (ms)
|
|
23
|
+
- Inter-trial interval (ms), including jitter range if applicable
|
|
24
|
+
- Feedback duration (ms), if present
|
|
25
|
+
- Number of conditions and their operational definitions
|
|
26
|
+
- Number of trials per condition and total trial count
|
|
27
|
+
- Number of blocks and trials per block
|
|
28
|
+
- Break/rest interval duration and frequency
|
|
29
|
+
- Counterbalancing scheme:
|
|
30
|
+
- Condition-to-response mapping rotation
|
|
31
|
+
- Stimulus list assignment (Latin square design details)
|
|
32
|
+
- Block order randomization constraints
|
|
33
|
+
- Practice trials: count, whether feedback was provided, exclusion criteria
|
|
34
|
+
- Catch trial percentage and purpose (if applicable)
|
|
35
|
+
|
|
36
|
+
### 1.2 Data Acquisition Parameters
|
|
37
|
+
|
|
38
|
+
- **Where to find**: Methods → EEG/fMRI/MEG Recording / Apparatus / Data Acquisition
|
|
39
|
+
- **Extract by modality**:
|
|
40
|
+
|
|
41
|
+
**EEG**:
|
|
42
|
+
- Amplifier system (manufacturer, model)
|
|
43
|
+
- Electrode count, montage standard (10-20, 10-10, custom)
|
|
44
|
+
- Online reference and ground electrodes
|
|
45
|
+
- Sampling rate (Hz)
|
|
46
|
+
- Online filter settings (high-pass, low-pass, notch)
|
|
47
|
+
- Impedance threshold (kOhm)
|
|
48
|
+
- Additional channels (EOG, EMG) and their placement
|
|
49
|
+
|
|
50
|
+
**fMRI**:
|
|
51
|
+
- Scanner field strength (T) and manufacturer
|
|
52
|
+
- Coil type (e.g., 32-channel head coil)
|
|
53
|
+
- Functional scan parameters: TR (ms), TE (ms), flip angle (degrees), voxel size (mm), matrix size, slice count, slice order (ascending/interleaved), multi-band acceleration factor
|
|
54
|
+
- Structural scan parameters: sequence type (MPRAGE, etc.), resolution, TR, TE, TI
|
|
55
|
+
- Number of functional volumes and dummy scans discarded
|
|
56
|
+
- Field map acquisition (if used)
|
|
57
|
+
|
|
58
|
+
**Eye-tracking**:
|
|
59
|
+
- System model and manufacturer
|
|
60
|
+
- Sampling rate (Hz)
|
|
61
|
+
- Tracking mode (remote vs. chin rest)
|
|
62
|
+
- Calibration type (5-point, 9-point, 13-point) and acceptance criteria
|
|
63
|
+
- Fixation definition: dispersion threshold, minimum duration
|
|
64
|
+
- Saccade detection: velocity threshold, acceleration threshold
|
|
65
|
+
|
|
66
|
+
**Behavioral**:
|
|
67
|
+
- Response device (keyboard, button box, joystick, touchscreen)
|
|
68
|
+
- Response mapping (which keys/buttons for which responses)
|
|
69
|
+
- Timeout/deadline (ms)
|
|
70
|
+
- Presentation software and version
|
|
71
|
+
|
|
72
|
+
### 1.3 Data Processing Pipeline
|
|
73
|
+
|
|
74
|
+
- **Where to find**: Methods → Data Analysis / EEG Processing / Preprocessing / fMRI Analysis
|
|
75
|
+
- **Extract as an ordered sequence**:
|
|
76
|
+
1. Software and version (e.g., "MNE-Python 1.3.0", "SPM12", "EEGLAB 2022.1")
|
|
77
|
+
2. Each preprocessing step in order, with parameters:
|
|
78
|
+
- Filtering: type (FIR/IIR/Butterworth), cutoffs (Hz), order or transition bandwidth, zero-phase or causal
|
|
79
|
+
- Re-referencing: scheme (average, linked mastoids, Cz, REST)
|
|
80
|
+
- Downsampling: target rate (Hz)
|
|
81
|
+
- Epoching: event-locked to what, time window (ms), baseline window (ms)
|
|
82
|
+
- Artifact detection: method and thresholds (peak-to-peak amplitude uV, flat channel detection, EOG threshold)
|
|
83
|
+
- ICA: algorithm (Infomax, FastICA, AMICA), number of components, component rejection criteria
|
|
84
|
+
- Channel interpolation: method (spherical spline), criteria for bad channel identification
|
|
85
|
+
- Trial rejection rate and participant exclusion threshold
|
|
86
|
+
3. For fMRI: slice timing correction, motion correction, normalization template and parameters, smoothing kernel FWHM (mm)
|
|
87
|
+
|
|
88
|
+
### 1.4 Analysis Methods
|
|
89
|
+
|
|
90
|
+
- **Where to find**: Methods → Statistical Analysis / Data Analysis; Results
|
|
91
|
+
- **Extract**:
|
|
92
|
+
- Statistical tests with full specification (e.g., "2 x 3 repeated-measures ANOVA with factors Condition (congruent, incongruent) and Region (frontal, central, parietal)")
|
|
93
|
+
- Mixed-effects model specification: fixed effects, random effects structure, optimizer
|
|
94
|
+
- Multiple comparison correction: method (Bonferroni, FDR, cluster-based permutation), parameters (alpha level, cluster-forming threshold, number of permutations)
|
|
95
|
+
- Time window / ROI selection: how chosen (a priori, data-driven, literature-based), exact values
|
|
96
|
+
- Effect size measures reported (Cohen's d, partial eta-squared, Bayes factor)
|
|
97
|
+
- Post-hoc test method
|
|
98
|
+
- Software used for statistics (R package, MATLAB function, Python library)
|
|
99
|
+
|
|
100
|
+
### 1.5 Stimulus Materials
|
|
101
|
+
|
|
102
|
+
- **Where to find**: Methods → Materials / Stimuli; sometimes Supplementary Materials
|
|
103
|
+
- **Extract**:
|
|
104
|
+
- Material type and total count
|
|
105
|
+
- Per-condition counts
|
|
106
|
+
- Controlled lexical/visual/auditory variables and their matching criteria
|
|
107
|
+
- Norming database used (with citation)
|
|
108
|
+
- Specific ranges or means for controlled variables (e.g., "word frequency: M = 4.2, range 2.1-6.8 per million, SUBTLEX-US")
|
|
109
|
+
- Presentation parameters: visual angle, font/size, luminance, duration, position on screen
|
|
110
|
+
- Filler/catch trial composition
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## 2. Methods Papers
|
|
115
|
+
|
|
116
|
+
**Identification**: Introduces, validates, or benchmarks a new analysis technique, software tool, or processing pipeline. May include simulated data or re-analysis of existing datasets.
|
|
117
|
+
|
|
118
|
+
**Primary extraction targets** (in priority order):
|
|
119
|
+
|
|
120
|
+
### 2.1 Complete Analysis Pipeline
|
|
121
|
+
|
|
122
|
+
- **Where to find**: Methods → Algorithm / Pipeline / Procedure; often the entire paper IS the method
|
|
123
|
+
- **Extract the full pipeline as a numbered sequence**:
|
|
124
|
+
1. Input data format and requirements
|
|
125
|
+
2. Each processing step with:
|
|
126
|
+
- Algorithm name and mathematical formulation (if provided)
|
|
127
|
+
- Default parameter values and their justification
|
|
128
|
+
- Parameter sensitivity analysis results (which parameters matter most)
|
|
129
|
+
- Computational requirements (runtime, memory)
|
|
130
|
+
3. Output format and interpretation guidelines
|
|
131
|
+
|
|
132
|
+
### 2.2 Parameter Selection Rationale
|
|
133
|
+
|
|
134
|
+
- **Where to find**: Methods, Results (parameter sweeps), Discussion
|
|
135
|
+
- **Extract**:
|
|
136
|
+
- Recommended default values for each parameter
|
|
137
|
+
- How defaults were determined (simulation, empirical optimization, theoretical derivation)
|
|
138
|
+
- Parameter ranges tested and their effects on performance
|
|
139
|
+
- Guidelines for when to adjust defaults (data characteristics that warrant different settings)
|
|
140
|
+
- Known failure modes and parameter settings that cause them
|
|
141
|
+
|
|
142
|
+
### 2.3 Validation Methods
|
|
143
|
+
|
|
144
|
+
- **Where to find**: Results → Validation / Benchmarking / Comparison
|
|
145
|
+
- **Extract**:
|
|
146
|
+
- Ground truth definition (simulated data specs, known-result datasets)
|
|
147
|
+
- Performance metrics used (sensitivity, specificity, AUC, RMSE)
|
|
148
|
+
- Comparison against existing methods (which methods, what outcomes)
|
|
149
|
+
- Dataset characteristics where the method excels or fails
|
|
150
|
+
- Recommended validation procedure for new users
|
|
151
|
+
|
|
152
|
+
### 2.4 Implementation Details
|
|
153
|
+
|
|
154
|
+
- **Where to find**: Methods, Supplementary Materials, code repositories
|
|
155
|
+
- **Extract**:
|
|
156
|
+
- Programming language and dependencies (with versions)
|
|
157
|
+
- Input/output specifications
|
|
158
|
+
- Code repository URL (if provided)
|
|
159
|
+
- Key function names or API entry points
|
|
160
|
+
- Known limitations and edge cases
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## 3. Computational Modeling Papers
|
|
165
|
+
|
|
166
|
+
**Identification**: Constructs, fits, or compares formal mathematical/computational models of cognitive processes. May include behavioral or neural data for model fitting.
|
|
167
|
+
|
|
168
|
+
**Primary extraction targets** (in priority order):
|
|
169
|
+
|
|
170
|
+
### 3.1 Model Equations and Architecture
|
|
171
|
+
|
|
172
|
+
- **Where to find**: Methods → Model / Computational Framework; sometimes Theory section
|
|
173
|
+
- **Extract**:
|
|
174
|
+
- Model name and class (e.g., "drift-diffusion model", "Bayesian ideal observer", "recurrent neural network")
|
|
175
|
+
- Complete mathematical specification:
|
|
176
|
+
- All equations with variable definitions
|
|
177
|
+
- Relationship between equations (what feeds into what)
|
|
178
|
+
- Boundary/initial conditions
|
|
179
|
+
- Free parameters vs. fixed parameters (list each with role)
|
|
180
|
+
- Model variants tested (if multiple versions compared)
|
|
181
|
+
|
|
182
|
+
### 3.2 Parameter Constraints and Priors
|
|
183
|
+
|
|
184
|
+
- **Where to find**: Methods → Model Fitting / Parameter Estimation
|
|
185
|
+
- **Extract**:
|
|
186
|
+
- For each free parameter:
|
|
187
|
+
- Name and cognitive interpretation
|
|
188
|
+
- Constraint bounds (lower, upper)
|
|
189
|
+
- Prior distribution (if Bayesian): family, hyperparameters, justification
|
|
190
|
+
- Starting values for optimization (if frequentist)
|
|
191
|
+
- Parameter recovery analysis results (if reported)
|
|
192
|
+
- Identifiability analysis (which parameters can be independently estimated)
|
|
193
|
+
|
|
194
|
+
### 3.3 Fitting Methods
|
|
195
|
+
|
|
196
|
+
- **Where to find**: Methods → Model Fitting / Parameter Estimation / Optimization
|
|
197
|
+
- **Extract**:
|
|
198
|
+
- Fitting objective: maximum likelihood, least squares, Bayesian posterior
|
|
199
|
+
- Optimization algorithm: name (Nelder-Mead, differential evolution, MCMC), implementation (software, package)
|
|
200
|
+
- For MCMC: number of chains, samples per chain, burn-in, thinning, convergence diagnostic (R-hat threshold)
|
|
201
|
+
- For MLE: number of starting points, convergence criteria
|
|
202
|
+
- Data summary statistics used for fitting (if not fitting raw trial data)
|
|
203
|
+
- Cross-validation procedure (if used)
|
|
204
|
+
|
|
205
|
+
### 3.4 Model Comparison Strategy
|
|
206
|
+
|
|
207
|
+
- **Where to find**: Results → Model Comparison / Model Selection
|
|
208
|
+
- **Extract**:
|
|
209
|
+
- Comparison metric: AIC, BIC, WAIC, DIC, Bayes factor, cross-validation log-likelihood
|
|
210
|
+
- How group-level comparison was performed (summed individual fits, hierarchical, fixed-effects)
|
|
211
|
+
- Confusion matrix / model recovery analysis (if reported)
|
|
212
|
+
- Winning model and by what margin
|
|
213
|
+
- Qualitative fit assessment: which data patterns does each model capture or miss
|
|
214
|
+
|
|
215
|
+
### 3.5 Simulation Procedures
|
|
216
|
+
|
|
217
|
+
- **Where to find**: Methods → Simulation / Predictions; Results
|
|
218
|
+
- **Extract**:
|
|
219
|
+
- Simulation parameter settings (which parameter values, how chosen)
|
|
220
|
+
- Number of simulated datasets / participants / trials
|
|
221
|
+
- Random seed handling (if reported)
|
|
222
|
+
- What predictions were generated and how they were compared to data
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## 4. Review and Theoretical Papers
|
|
227
|
+
|
|
228
|
+
**Identification**: Synthesizes existing literature, proposes theoretical frameworks, or provides meta-analyses. Does not contain new experimental data (meta-analyses may contain re-analyzed data).
|
|
229
|
+
|
|
230
|
+
**Primary extraction targets** (in priority order):
|
|
231
|
+
|
|
232
|
+
### 4.1 Theory-to-Experiment Mapping
|
|
233
|
+
|
|
234
|
+
- **Where to find**: Throughout; often in dedicated "Predictions" or "Implications" sections
|
|
235
|
+
- **Extract**:
|
|
236
|
+
- Theoretical constructs and their proposed operationalizations
|
|
237
|
+
- Predicted dissociations between conditions (what pattern would support vs. refute the theory)
|
|
238
|
+
- Suggested experimental paradigms for testing predictions
|
|
239
|
+
- Recommended dependent variables and expected effect directions
|
|
240
|
+
|
|
241
|
+
### 4.2 Recommended Paradigm Combinations
|
|
242
|
+
|
|
243
|
+
- **Where to find**: Discussion, "Future Directions", tables comparing studies
|
|
244
|
+
- **Extract**:
|
|
245
|
+
- Which paradigms are recommended for measuring specific constructs
|
|
246
|
+
- Multi-method convergence recommendations (e.g., "combine ERP and eye-tracking for this question")
|
|
247
|
+
- Paradigm comparison tables: which paradigm is best for which research question
|
|
248
|
+
- Known confounds in specific paradigms and suggested controls
|
|
249
|
+
|
|
250
|
+
### 4.3 Meta-Analytic Parameters (if meta-analysis)
|
|
251
|
+
|
|
252
|
+
- **Where to find**: Methods → Literature Search / Inclusion Criteria; Results
|
|
253
|
+
- **Extract**:
|
|
254
|
+
- Inclusion/exclusion criteria for studies
|
|
255
|
+
- Effect size calculation method
|
|
256
|
+
- Overall effect size with confidence interval
|
|
257
|
+
- Moderator analysis results (which study features influence effect size)
|
|
258
|
+
- Publication bias assessment method and result
|
|
259
|
+
- Recommended sample size based on meta-analytic effect size
|
|
260
|
+
|
|
261
|
+
### 4.4 Methodological Recommendations
|
|
262
|
+
|
|
263
|
+
- **Where to find**: Discussion, "Best Practices" sections, "Recommendations", tables comparing approaches
|
|
264
|
+
- **Extract**:
|
|
265
|
+
- Specific parameter recommendations with justification and evidence strength (e.g., "Use high-pass filter cutoff of 0.1 Hz, not 0.01 Hz, because..." with citation)
|
|
266
|
+
- Recommended analysis pipelines as step-by-step sequences with default parameter values
|
|
267
|
+
- Decision trees or flowcharts for method selection (e.g., "if data has >20% artifact rate, use ICA; if <10%, use threshold rejection")
|
|
268
|
+
- Meta-analytic effect sizes with confidence intervals, and moderator variables that influence them
|
|
269
|
+
- Sample size recommendations computed from the meta-analytic effect sizes and desired power
|
|
270
|
+
- Common methodological pitfalls identified across studies, with concrete examples of how they manifest and how to avoid them
|
|
271
|
+
- Reporting standards recommended by the review (e.g., "always report filter order and transition bandwidth")
|
|
272
|
+
- Parameter ranges where community consensus exists vs. where it does not
|
|
273
|
+
|
|
274
|
+
---
|
|
275
|
+
|
|
276
|
+
## Cross-Cutting Extraction Rules
|
|
277
|
+
|
|
278
|
+
These rules apply regardless of paper type:
|
|
279
|
+
|
|
280
|
+
1. **Preserve exact numbers** — Never round. If the paper says "513 ms", write "513 ms", not "~500 ms".
|
|
281
|
+
2. **Track the source location** — Note section, page, table, or figure number for each extracted value.
|
|
282
|
+
3. **Flag missing information** — If a standard parameter is not reported, explicitly note its absence.
|
|
283
|
+
4. **Capture rationale** — When authors explain WHY they chose a parameter value, capture that justification.
|
|
284
|
+
5. **Note deviations** — When authors explicitly deviate from convention, capture both what they did and why.
|
|
285
|
+
6. **Extract from figures** — Parameters sometimes appear only in figures or figure captions. Read these carefully.
|
|
286
|
+
7. **Check supplementary materials** — Methods papers and experimental papers increasingly put critical details in supplements.
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
# Skill Template for Generated Skills
|
|
2
|
+
|
|
3
|
+
This template defines the standard structure for skills generated by the Paper-to-Skill Extractor. All generated skills must conform to this template to satisfy the project conventions defined in [CONTRIBUTING.md](../../../CONTRIBUTING.md).
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Template Structure
|
|
8
|
+
|
|
9
|
+
````markdown
|
|
10
|
+
---
|
|
11
|
+
name: "<Human-Readable-Skill-Name>"
|
|
12
|
+
description: "<One-sentence summary of the domain knowledge encoded>"
|
|
13
|
+
domain: "<subdomain>"
|
|
14
|
+
version: "1.0.0"
|
|
15
|
+
papers:
|
|
16
|
+
- "<Author et al., Year>"
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
# <Skill Name>
|
|
20
|
+
|
|
21
|
+
<One paragraph overview: what method/paradigm this skill encodes, when to use it, and what domain it applies to.>
|
|
22
|
+
|
|
23
|
+
**Source**: <Full APA-style citation of the source paper>
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## When to Use This Skill
|
|
28
|
+
|
|
29
|
+
<Bullet list of concrete scenarios where this skill applies. Each bullet should describe a research situation, not a generic statement.>
|
|
30
|
+
|
|
31
|
+
- When designing a study that investigates <specific cognitive process>
|
|
32
|
+
- When processing <specific data type> from <specific recording setup>
|
|
33
|
+
- When analyzing <specific dependent variable> in <specific experimental context>
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## <Section Title Matching Extracted Content>
|
|
38
|
+
|
|
39
|
+
<This section contains the core domain knowledge. The section title should match the content type:>
|
|
40
|
+
|
|
41
|
+
- For paradigm designs: "Paradigm Design" or "Experimental Design"
|
|
42
|
+
- For data acquisition: "Recording Setup" or "Acquisition Parameters"
|
|
43
|
+
- For preprocessing: "Preprocessing Pipeline"
|
|
44
|
+
- For analysis methods: "Analysis Procedure"
|
|
45
|
+
- For stimulus specs: "Stimulus Specifications"
|
|
46
|
+
|
|
47
|
+
### <Subsection for Specific Parameters>
|
|
48
|
+
|
|
49
|
+
<Present parameters in structured format. Every numerical value must include a citation.>
|
|
50
|
+
|
|
51
|
+
| Parameter | Value | Source Location | Citation |
|
|
52
|
+
|---|---|---|---|
|
|
53
|
+
| <Parameter name> | <Exact value with unit> | <Section X.Y / Table N / Figure N> | (<Author, Year>, p. X / Table Y) |
|
|
54
|
+
| <Parameter name> | <Exact value with unit> | <Section X.Y / Table N / Figure N> | (<Author, Year>, p. X / Table Y) |
|
|
55
|
+
|
|
56
|
+
<Or use bullet list format for sequential procedures:>
|
|
57
|
+
|
|
58
|
+
1. **<Step name>**: <Description with exact parameters> (<Author, Year>)
|
|
59
|
+
2. **<Step name>**: <Description with exact parameters> (<Author, Year>)
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Decision Points
|
|
64
|
+
|
|
65
|
+
<Document any decisions a researcher must make when applying this skill, and provide guidance from the source paper.>
|
|
66
|
+
|
|
67
|
+
- **<Decision>**: <Options and recommendation with rationale from the paper>
|
|
68
|
+
- **<Decision>**: <Options and recommendation with rationale from the paper>
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Common Pitfalls
|
|
73
|
+
|
|
74
|
+
<List methodological pitfalls mentioned in or implied by the source paper.>
|
|
75
|
+
|
|
76
|
+
- <Pitfall description and how to avoid it>
|
|
77
|
+
- <Pitfall description and how to avoid it>
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## Validation Checklist
|
|
82
|
+
|
|
83
|
+
Before using this skill in a study, verify:
|
|
84
|
+
|
|
85
|
+
- [ ] <Check relevant to this specific method>
|
|
86
|
+
- [ ] <Check relevant to this specific method>
|
|
87
|
+
- [ ] All numerical parameters match your recording setup / population / research question
|
|
88
|
+
- [ ] Deviations from the source parameters are justified and documented
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Missing Information
|
|
93
|
+
|
|
94
|
+
<List standard parameters for this method type that the source paper does not report. This helps users know what they must determine independently.>
|
|
95
|
+
|
|
96
|
+
- **<Parameter name>**: Not reported. Standard value from <reference/field convention> is <value>.
|
|
97
|
+
- **<Parameter name>**: Not reported. Must be determined empirically for your setup.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## Deviations from Convention
|
|
102
|
+
|
|
103
|
+
<List methodological choices that deviate from field conventions, with the authors' stated rationale.>
|
|
104
|
+
|
|
105
|
+
- **<Choice>**: Authors used <X> instead of conventional <Y> because <reason> (<Author, Year>, p. N).
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## References
|
|
110
|
+
|
|
111
|
+
- <Full APA citation for the source paper>
|
|
112
|
+
- <Any additional references cited in the skill>
|
|
113
|
+
````
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Template Usage Rules
|
|
118
|
+
|
|
119
|
+
### Mandatory Elements
|
|
120
|
+
|
|
121
|
+
Every generated skill MUST include:
|
|
122
|
+
|
|
123
|
+
1. **YAML frontmatter** with `name`, `description`, and `papers` fields
|
|
124
|
+
2. **Source citation** — full reference to the paper the skill was extracted from
|
|
125
|
+
3. **"When to Use" section** — at least 2 concrete scenarios
|
|
126
|
+
4. **Core content section** — with all parameters cited and source locations tracked
|
|
127
|
+
5. **Missing Information section** — listing any standard parameters not reported (may be empty with a note)
|
|
128
|
+
6. **Deviations from Convention section** — listing non-standard choices (may be empty with a note)
|
|
129
|
+
7. **References section** — full citations for all papers referenced
|
|
130
|
+
|
|
131
|
+
### Optional Elements
|
|
132
|
+
|
|
133
|
+
Include these when the source paper provides sufficient information:
|
|
134
|
+
|
|
135
|
+
- **Decision Points** — when the method involves researcher judgment calls
|
|
136
|
+
- **Common Pitfalls** — when the paper discusses what can go wrong
|
|
137
|
+
- **Validation Checklist** — when there are preconditions for applying the method
|
|
138
|
+
|
|
139
|
+
### Formatting Rules
|
|
140
|
+
|
|
141
|
+
1. **Parameter tables**: Use for sets of related parameters (e.g., all EEG recording settings). Include columns for Parameter, Value, Source Location, and Citation.
|
|
142
|
+
2. **Numbered lists**: Use for sequential procedures (pipelines, step-by-step protocols). Preserve the original order.
|
|
143
|
+
3. **Bullet lists**: Use for non-sequential items (decision points, pitfalls, recommendations).
|
|
144
|
+
4. **Bold text**: Use for parameter values inline — e.g., "Apply a bandpass filter of **0.1 - 30 Hz**".
|
|
145
|
+
5. **Code blocks**: Use sparingly. Only include code when the paper provides specific function calls or pseudocode that constitutes domain knowledge (not generic programming).
|
|
146
|
+
|
|
147
|
+
### Citation Format Within Generated Skills
|
|
148
|
+
|
|
149
|
+
Follow the citation format defined in [CONTRIBUTING.md](../../../CONTRIBUTING.md):
|
|
150
|
+
|
|
151
|
+
```markdown
|
|
152
|
+
- Reject epochs with peak-to-peak amplitude > **100 uV** (Luck, 2014)
|
|
153
|
+
- Apply bandpass filter: **0.1 - 30 Hz** (Widmann et al., 2015)
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
For parameters from the source paper itself:
|
|
157
|
+
|
|
158
|
+
```markdown
|
|
159
|
+
- Trial duration: **1500 ms** (Smith et al., 2023, Table 1)
|
|
160
|
+
- ISI jittered: **400 - 600 ms** (Smith et al., 2023)
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Line Count Management
|
|
164
|
+
|
|
165
|
+
- The SKILL.md must stay under **500 lines**
|
|
166
|
+
- If the extracted content exceeds this limit, move detailed parameter tables or extended pipeline descriptions into `references/` files
|
|
167
|
+
- The SKILL.md should always contain enough information to be useful on its own; `references/` files provide supplementary depth
|
|
168
|
+
|
|
169
|
+
### Overflow File Conventions
|
|
170
|
+
|
|
171
|
+
When content must be moved to `references/`:
|
|
172
|
+
|
|
173
|
+
| Content Type | File Name | Format |
|
|
174
|
+
|---|---|---|
|
|
175
|
+
| Full parameter table | `parameter-table.yaml` | YAML |
|
|
176
|
+
| Extended pipeline steps | `pipeline-steps.md` | Markdown |
|
|
177
|
+
| Stimulus specifications | `stimulus-specs.yaml` | YAML |
|
|
178
|
+
| Statistical model details | `model-specification.md` | Markdown |
|
|
179
|
+
| Validation benchmarks | `validation-data.csv` | CSV |
|
|
180
|
+
|
|
181
|
+
Reference these files explicitly in the SKILL.md:
|
|
182
|
+
|
|
183
|
+
```markdown
|
|
184
|
+
> See `references/parameter-table.yaml` for the complete recording parameter set.
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Example: Generated Skill from an ERP Study
|
|
190
|
+
|
|
191
|
+
Below is a abbreviated example showing how a real extraction would look:
|
|
192
|
+
|
|
193
|
+
````markdown
|
|
194
|
+
---
|
|
195
|
+
name: "MMN Oddball Paradigm — Auditory Duration Deviant"
|
|
196
|
+
description: "Complete paradigm design and ERP analysis parameters for auditory mismatch negativity using duration deviants"
|
|
197
|
+
domain: "erp-paradigm"
|
|
198
|
+
version: "1.0.0"
|
|
199
|
+
papers:
|
|
200
|
+
- "Naatanen et al., 2007"
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
# MMN Oddball Paradigm — Auditory Duration Deviant
|
|
204
|
+
|
|
205
|
+
This skill encodes the experimental paradigm and ERP analysis pipeline for eliciting the auditory mismatch negativity (MMN) component using a duration-deviant oddball task. The MMN is a pre-attentive index of auditory change detection, peaking at 100-250 ms post-stimulus onset at fronto-central electrodes.
|
|
206
|
+
|
|
207
|
+
**Source**: Naatanen, R., Paavilainen, P., Rinne, T., & Alho, K. (2007). The mismatch negativity (MMN) in basic research of central auditory processing: A review. *Clinical Neurophysiology*, 118(12), 2544-2590.
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## When to Use This Skill
|
|
212
|
+
|
|
213
|
+
- When designing an auditory MMN study using duration deviants
|
|
214
|
+
- When setting ERP preprocessing parameters for auditory oddball data
|
|
215
|
+
- When defining analysis time windows and electrode sites for MMN quantification
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## Paradigm Design
|
|
220
|
+
|
|
221
|
+
### Trial Structure
|
|
222
|
+
|
|
223
|
+
| Parameter | Value | Source Location | Citation |
|
|
224
|
+
|---|---|---|---|
|
|
225
|
+
| Standard tone duration | **75 ms** | | (Naatanen et al., 2007) |
|
|
226
|
+
| Deviant tone duration | **25 ms** | | (Naatanen et al., 2007) |
|
|
227
|
+
| Tone frequency | **1000 Hz** (sinusoidal) | | (Naatanen et al., 2007) |
|
|
228
|
+
| Rise/fall time | **5 ms** | | (Naatanen et al., 2007) |
|
|
229
|
+
| SOA | **500 ms** | | (Naatanen et al., 2007) |
|
|
230
|
+
| Deviant probability | **10-20%** | | (Naatanen et al., 2007) |
|
|
231
|
+
| Minimum standards between deviants | **2** | | (Naatanen et al., 2007) |
|
|
232
|
+
|
|
233
|
+
## Analysis Parameters
|
|
234
|
+
|
|
235
|
+
### MMN Quantification
|
|
236
|
+
|
|
237
|
+
| Parameter | Value | Source Location | Citation |
|
|
238
|
+
|---|---|---|---|
|
|
239
|
+
| Time window | **100-250 ms** post-stimulus | | (Naatanen et al., 2007) |
|
|
240
|
+
| Electrode sites | **Fz, FCz, Cz** | | (Naatanen et al., 2007) |
|
|
241
|
+
| Reference | Average or nose reference | | (Naatanen et al., 2007) |
|
|
242
|
+
| Measurement | Mean amplitude in window | | (Naatanen et al., 2007) |
|
|
243
|
+
| Difference wave | Deviant ERP minus Standard ERP | | (Naatanen et al., 2007) |
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
## References
|
|
248
|
+
|
|
249
|
+
- Naatanen, R., Paavilainen, P., Rinne, T., & Alho, K. (2007). The mismatch negativity (MMN) in basic research of central auditory processing: A review. *Clinical Neurophysiology*, 118(12), 2544-2590.
|
|
250
|
+
````
|