@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,317 @@
|
|
|
1
|
+
# Theory of Mind Task Database
|
|
2
|
+
|
|
3
|
+
Detailed administration protocols, scoring rubrics, and psychometric properties for each ToM task referenced in the main SKILL.md.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. First-Order False Belief Tasks
|
|
8
|
+
|
|
9
|
+
### Sally-Anne Task (Change of Location)
|
|
10
|
+
|
|
11
|
+
**Citation**: Wimmer & Perner, 1983; Baron-Cohen, Leslie, & Frith, 1985
|
|
12
|
+
|
|
13
|
+
**Materials**: Two dolls (Sally and Anne), a basket, a box, a marble
|
|
14
|
+
|
|
15
|
+
**Procedure**:
|
|
16
|
+
1. Introduce Sally and Anne
|
|
17
|
+
2. Sally places marble in basket
|
|
18
|
+
3. Sally leaves the scene
|
|
19
|
+
4. Anne moves marble from basket to box
|
|
20
|
+
5. Sally returns
|
|
21
|
+
|
|
22
|
+
**Questions** (all required):
|
|
23
|
+
|
|
24
|
+
| Question | Type | Purpose | Correct Answer |
|
|
25
|
+
|----------|------|---------|----------------|
|
|
26
|
+
| "Where will Sally look for her marble?" | Test (belief) | Assesses false belief understanding | Basket |
|
|
27
|
+
| "Where is the marble really?" | Reality control | Confirms knowledge of reality | Box |
|
|
28
|
+
| "Where was the marble at the beginning?" | Memory control | Confirms memory of initial state | Basket |
|
|
29
|
+
|
|
30
|
+
**Scoring**: Pass = correct on test question AND both control questions. Fail on either control = exclude trial.
|
|
31
|
+
|
|
32
|
+
**Variants**:
|
|
33
|
+
- Change-of-location (standard): Object moved while agent is absent
|
|
34
|
+
- Deceptive box / unexpected contents (Gopnik & Astington, 1988): Container with unexpected contents
|
|
35
|
+
- Sticker-finding: Agent puts sticker in one location, moved while absent
|
|
36
|
+
|
|
37
|
+
**Administration notes**:
|
|
38
|
+
- Use consistent, simple language
|
|
39
|
+
- Ensure child is attending during critical displacement event
|
|
40
|
+
- Some protocols use picture stories instead of dolls (Baron-Cohen et al., 1985)
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
### Unexpected Contents (Smarties/Crayon Box Task)
|
|
45
|
+
|
|
46
|
+
**Citation**: Gopnik & Astington, 1988; Perner, Leekam, & Wimmer, 1987
|
|
47
|
+
|
|
48
|
+
**Materials**: Familiar container (e.g., Smarties tube, crayon box) with unexpected contents (e.g., pencils, candles)
|
|
49
|
+
|
|
50
|
+
**Procedure**:
|
|
51
|
+
1. Show closed container, ask "What do you think is in here?"
|
|
52
|
+
2. Open container, reveal unexpected contents
|
|
53
|
+
3. Close container again
|
|
54
|
+
4. Ask self-representation question: "Before I opened the box, what did you think was in here?"
|
|
55
|
+
5. Introduce a puppet/friend who has not seen inside
|
|
56
|
+
6. Ask other-belief question: "What will [puppet] think is in the box?"
|
|
57
|
+
|
|
58
|
+
**Scoring**:
|
|
59
|
+
|
|
60
|
+
| Question | Correct Answer | What It Tests |
|
|
61
|
+
|----------|----------------|---------------|
|
|
62
|
+
| Initial prediction | Smarties/crayons (typical contents) | Understanding of container convention |
|
|
63
|
+
| Self-representation | Smarties/crayons (prior belief) | Understanding own false belief |
|
|
64
|
+
| Other-belief | Smarties/crayons (naive belief) | Standard false belief attribution |
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 2. Second-Order False Belief
|
|
69
|
+
|
|
70
|
+
### Ice-Cream Van Task
|
|
71
|
+
|
|
72
|
+
**Citation**: Perner & Wimmer, 1985
|
|
73
|
+
|
|
74
|
+
**Story structure**:
|
|
75
|
+
1. John and Mary are in the park
|
|
76
|
+
2. An ice-cream van arrives in the park
|
|
77
|
+
3. Mary wants ice cream but has no money, goes home to get money
|
|
78
|
+
4. While Mary is away, the ice-cream van moves to the church
|
|
79
|
+
5. BUT: Mary sees the van moving to the church on her way home (John does not know Mary saw this)
|
|
80
|
+
6. John goes looking for Mary
|
|
81
|
+
|
|
82
|
+
**Test question**: "Where does John think Mary will go to buy ice cream?"
|
|
83
|
+
|
|
84
|
+
**Correct answer**: The park (John thinks Mary still believes the van is in the park)
|
|
85
|
+
|
|
86
|
+
**Comprehension questions** (must pass all):
|
|
87
|
+
1. "Where was the van at the beginning?" (Park)
|
|
88
|
+
2. "Where did the van go?" (Church)
|
|
89
|
+
3. "Did Mary see the van move?" (Yes)
|
|
90
|
+
4. "Does John know that Mary saw the van move?" (No)
|
|
91
|
+
|
|
92
|
+
**Scoring**: Pass = correct test question + all comprehension questions
|
|
93
|
+
|
|
94
|
+
**Age norms**:
|
|
95
|
+
- 5 years: ~10% pass (Perner & Wimmer, 1985)
|
|
96
|
+
- 6 years: ~30% pass
|
|
97
|
+
- 7 years: ~50% pass
|
|
98
|
+
- 8-9 years: ~80-90% pass
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## 3. Wellman & Liu (2004) ToM Scale
|
|
103
|
+
|
|
104
|
+
**Citation**: Wellman & Liu, 2004
|
|
105
|
+
|
|
106
|
+
A Guttman-scalable battery of 5 tasks administered in a fixed order. Children are expected to pass tasks in order: Diverse Desires > Diverse Beliefs > Knowledge Access > False Belief > Hidden Emotion.
|
|
107
|
+
|
|
108
|
+
### Task 1: Diverse Desires
|
|
109
|
+
|
|
110
|
+
**Age**: ~3 years
|
|
111
|
+
**Materials**: Toy figure, pictures of two snacks (e.g., carrot, cookie)
|
|
112
|
+
**Procedure**: Child states own preference. Told figure has opposite preference. Asked what figure will choose.
|
|
113
|
+
**Pass criterion**: Child predicts figure will choose figure's preferred snack (not child's own)
|
|
114
|
+
|
|
115
|
+
### Task 2: Diverse Beliefs
|
|
116
|
+
|
|
117
|
+
**Age**: ~3-4 years
|
|
118
|
+
**Materials**: Toy figure, picture of two locations (e.g., garage, bushes)
|
|
119
|
+
**Procedure**: Child states own belief about where a cat is. Told figure has opposite belief. Asked where figure will look.
|
|
120
|
+
**Pass criterion**: Child predicts figure will look in figure's believed location
|
|
121
|
+
|
|
122
|
+
### Task 3: Knowledge Access
|
|
123
|
+
|
|
124
|
+
**Age**: ~4 years
|
|
125
|
+
**Materials**: Closed box with object inside
|
|
126
|
+
**Procedure**: Child sees inside box. Asked if another person (who has not seen inside) knows what is in the box.
|
|
127
|
+
**Pass criterion**: Child says "no" (other person does not know)
|
|
128
|
+
|
|
129
|
+
### Task 4: Contents False Belief
|
|
130
|
+
|
|
131
|
+
**Age**: ~4-5 years
|
|
132
|
+
**Materials**: Band-Aid box with pig inside
|
|
133
|
+
**Procedure**: Standard unexpected contents task
|
|
134
|
+
**Pass criterion**: Child says other person will think Band-Aids are inside
|
|
135
|
+
|
|
136
|
+
### Task 5: Hidden Emotion
|
|
137
|
+
|
|
138
|
+
**Age**: ~5-6 years
|
|
139
|
+
**Materials**: Story about child who receives unwanted gift but does not want to hurt giver's feelings
|
|
140
|
+
**Procedure**: Ask how character really feels vs. how character will try to look
|
|
141
|
+
**Pass criterion**: Child says character really feels sad/disappointed but will try to look happy/okay
|
|
142
|
+
|
|
143
|
+
**Scalability**: Guttman coefficient of reproducibility > **0.90** (Wellman & Liu, 2004)
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## 4. Advanced ToM Tasks
|
|
148
|
+
|
|
149
|
+
### Strange Stories (Happe, 1994)
|
|
150
|
+
|
|
151
|
+
**Citation**: Happe, 1994
|
|
152
|
+
|
|
153
|
+
**Story types** (mental state categories):
|
|
154
|
+
|
|
155
|
+
| Category | Example | Number of Stories |
|
|
156
|
+
|----------|---------|-------------------|
|
|
157
|
+
| White lie | Telling someone their bad haircut looks nice | 2 |
|
|
158
|
+
| Irony | Saying "What lovely weather" during rain | 2 |
|
|
159
|
+
| Double bluff | Saying truth knowing it will be taken as lie | 1 |
|
|
160
|
+
| Misunderstanding | Character misinterprets ambiguous statement | 2 |
|
|
161
|
+
| Persuasion | Trying to convince someone by selective truth-telling | 1 |
|
|
162
|
+
| Appearance/reality | Dressing up to look different | 1 |
|
|
163
|
+
| Figure of speech | Non-literal language | 1 |
|
|
164
|
+
| Sarcasm | Critical remark with opposite literal meaning | 1 |
|
|
165
|
+
| Contrary emotions | Feeling one thing, showing another | 1 |
|
|
166
|
+
| Forgetting | Saying something incorrect due to memory failure | 1 |
|
|
167
|
+
|
|
168
|
+
**Physical control stories**: 4-8 stories about physical causation (no mental states required)
|
|
169
|
+
|
|
170
|
+
**Scoring rubric**:
|
|
171
|
+
|
|
172
|
+
| Score | Criterion |
|
|
173
|
+
|-------|-----------|
|
|
174
|
+
| **0** | Incorrect or irrelevant answer |
|
|
175
|
+
| **1** | Partially correct; mentions behavior but not mental state |
|
|
176
|
+
| **2** | Full mental state attribution; correct and complete |
|
|
177
|
+
|
|
178
|
+
**Administration**: Read story aloud, show illustration, ask "Why did [character] say that?"
|
|
179
|
+
|
|
180
|
+
**Inter-rater reliability**: Train coders to kappa > **0.85** before scoring data
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
### Reading the Mind in the Eyes Test (RMET)
|
|
185
|
+
|
|
186
|
+
**Citation**: Baron-Cohen et al., 2001 (revised version)
|
|
187
|
+
|
|
188
|
+
**Adult version**:
|
|
189
|
+
- **36** items (photographs of eye region only)
|
|
190
|
+
- Forced choice: 4 mental state terms per item
|
|
191
|
+
- No time limit (self-paced)
|
|
192
|
+
- Score: total correct out of 36
|
|
193
|
+
|
|
194
|
+
**Child version**:
|
|
195
|
+
- **28** items
|
|
196
|
+
- Forced choice: 4 terms (simpler vocabulary)
|
|
197
|
+
- Age range: 6-12 years
|
|
198
|
+
|
|
199
|
+
**Normative data** (adult version):
|
|
200
|
+
|
|
201
|
+
| Group | Mean | SD | Source |
|
|
202
|
+
|-------|------|----|--------|
|
|
203
|
+
| Typical adults | **26.2** | **3.6** | Baron-Cohen et al., 2001 |
|
|
204
|
+
| Autistic adults (Asperger's) | **21.9** | **6.6** | Baron-Cohen et al., 2001 |
|
|
205
|
+
| Typical females | **26.4** | **3.5** | Baron-Cohen et al., 2001 |
|
|
206
|
+
| Typical males | **25.1** | **4.0** | Baron-Cohen et al., 2001 |
|
|
207
|
+
|
|
208
|
+
**Psychometric notes**:
|
|
209
|
+
- Internal consistency: alpha = **0.60-0.70** (modest; Olderbak et al., 2015)
|
|
210
|
+
- Test-retest: r = **0.63-0.83** (Fernandez-Abascal et al., 2013)
|
|
211
|
+
- Factor structure: May not be unidimensional (Olderbak et al., 2015)
|
|
212
|
+
- Confound: correlates with vocabulary/verbal IQ
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
### Faux Pas Test
|
|
217
|
+
|
|
218
|
+
**Citation**: Baron-Cohen et al., 1999; Stone, Baron-Cohen, & Knight, 1998
|
|
219
|
+
|
|
220
|
+
**Materials**: 20 stories total (10 faux pas + 10 control)
|
|
221
|
+
|
|
222
|
+
**Faux pas stories**: A character unintentionally says something hurtful or inappropriate
|
|
223
|
+
|
|
224
|
+
**Questions per faux pas story**:
|
|
225
|
+
|
|
226
|
+
| Question | Purpose | Max Score |
|
|
227
|
+
|----------|---------|-----------|
|
|
228
|
+
| "Did someone say something they shouldn't have?" | Detection | 1 |
|
|
229
|
+
| "Who said something they shouldn't have?" | Identification | 1 |
|
|
230
|
+
| "Why shouldn't they have said it?" | Understanding (empathy) | 1 |
|
|
231
|
+
| "Why did they say it?" | False belief component | 1 |
|
|
232
|
+
| "How did [victim] feel?" | Empathy/emotion attribution | 1 |
|
|
233
|
+
| Comprehension question | Memory control | 1 |
|
|
234
|
+
|
|
235
|
+
**Scoring**: Maximum **60** points for faux pas stories (6 points x 10 stories)
|
|
236
|
+
|
|
237
|
+
**Control stories**: No faux pas. Must correctly say "no" to detection question + pass comprehension.
|
|
238
|
+
|
|
239
|
+
**Development**:
|
|
240
|
+
- 7-8 year olds: detect ~50% of faux pas (Baron-Cohen et al., 1999)
|
|
241
|
+
- 9-11 year olds: detect ~80% of faux pas
|
|
242
|
+
- Adults: detect ~90%+ of faux pas
|
|
243
|
+
- Girls tend to score higher than boys in childhood (Baron-Cohen et al., 1999)
|
|
244
|
+
|
|
245
|
+
---
|
|
246
|
+
|
|
247
|
+
### Director Task
|
|
248
|
+
|
|
249
|
+
**Citation**: Keysar, Lin, & Barr, 2003
|
|
250
|
+
|
|
251
|
+
**Setup**: 4x4 grid of shelves, some slots occluded from director's view (opaque back). Objects placed in both shared (visible to both) and privileged (visible only to participant) slots.
|
|
252
|
+
|
|
253
|
+
**Critical trials**: Director instructs participant to move an object, but the instruction is ambiguous -- the correct referent from the director's perspective differs from what the participant can see.
|
|
254
|
+
|
|
255
|
+
**Measures**:
|
|
256
|
+
|
|
257
|
+
| Measure | Description |
|
|
258
|
+
|---------|-------------|
|
|
259
|
+
| Accuracy | Correct object selection (director's perspective) |
|
|
260
|
+
| Egocentric errors | Selecting the privileged-ground object |
|
|
261
|
+
| Eye movements | Fixations to competitor in privileged ground |
|
|
262
|
+
| Response time | Time to correct selection |
|
|
263
|
+
|
|
264
|
+
**Key findings**:
|
|
265
|
+
- Adults make egocentric errors on ~**30-50%** of critical trials (Keysar et al., 2003)
|
|
266
|
+
- Improves from childhood through late adolescence (Dumontheil et al., 2010)
|
|
267
|
+
- Autistic individuals show more egocentric errors (Begeer et al., 2010)
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## 5. Implicit / Spontaneous ToM Tasks
|
|
272
|
+
|
|
273
|
+
### Anticipatory Looking False Belief
|
|
274
|
+
|
|
275
|
+
**Citation**: Southgate, Senju, & Csibra, 2007
|
|
276
|
+
|
|
277
|
+
**Age**: 25 months (and adapted for younger infants)
|
|
278
|
+
|
|
279
|
+
**Procedure**: Agent watches object placed in one of two boxes. Object is moved while agent is absent (or present, in control). Measure infant's anticipatory gaze to where agent will search.
|
|
280
|
+
|
|
281
|
+
**Measure**: First look direction after agent returns (before agent acts)
|
|
282
|
+
|
|
283
|
+
**Dependent variable**: Proportion of correct anticipatory looks (to where agent falsely believes object is)
|
|
284
|
+
|
|
285
|
+
### Violation-of-Expectation False Belief
|
|
286
|
+
|
|
287
|
+
**Citation**: Onishi & Baillargeon, 2005
|
|
288
|
+
|
|
289
|
+
**Age**: 15 months
|
|
290
|
+
|
|
291
|
+
**Procedure**: Agent sees object in location A. Object moves to location B (agent absent). Agent reaches to A (expected) or B (unexpected from agent's perspective).
|
|
292
|
+
|
|
293
|
+
**Measure**: Looking time to expected vs. unexpected reaching action.
|
|
294
|
+
|
|
295
|
+
**Expected result**: Longer looking at unexpected reaching (agent reaches to B when she should believe it is at A).
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## References
|
|
300
|
+
|
|
301
|
+
- Baron-Cohen, S., Leslie, A. M., & Frith, U. (1985). Does the autistic child have a "theory of mind"? *Cognition*, 21(1), 37-46.
|
|
302
|
+
- Baron-Cohen, S., O'Riordan, M., Stone, V., Jones, R., & Plaisted, K. (1999). Recognition of faux pas by normally developing children and children with Asperger syndrome. *JADD*, 29(5), 407-418.
|
|
303
|
+
- Baron-Cohen, S., Wheelwright, S., Hill, J., Raste, Y., & Plumb, I. (2001). The "Reading the Mind in the Eyes" test revised version. *JCPP*, 42(2), 241-251.
|
|
304
|
+
- Begeer, S., Malle, B. F., Nieuwland, M. S., & Keysar, B. (2010). Using theory of mind to represent and take part in social interactions. *Social Cognition*, 28(5), 675-695.
|
|
305
|
+
- Dumontheil, I., Apperly, I. A., & Blakemore, S. J. (2010). Online usage of theory of mind continues to develop in late adolescence. *Developmental Science*, 13(2), 331-338.
|
|
306
|
+
- Fernandez-Abascal, E. G., et al. (2013). Test-retest reliability of the RMET. *JADD*, 43(9), 2220-2223.
|
|
307
|
+
- Gopnik, A., & Astington, J. W. (1988). Children's understanding of representational change. *Child Development*, 59(1), 26-37.
|
|
308
|
+
- Happe, F. G. (1994). An advanced test of theory of mind. *JADD*, 24(2), 129-154.
|
|
309
|
+
- Keysar, B., Lin, S., & Barr, D. J. (2003). Limits on theory of mind use in adults. *Cognition*, 89(1), 25-41.
|
|
310
|
+
- Olderbak, S., et al. (2015). A psychometric analysis of the RMET. *Assessment*, 22(6), 798-806.
|
|
311
|
+
- Onishi, K. H., & Baillargeon, R. (2005). Do 15-month-old infants understand false beliefs? *Science*, 308(5719), 255-258.
|
|
312
|
+
- Perner, J., Leekam, S. R., & Wimmer, H. (1987). Three-year-olds' difficulty with false belief. *BJDP*, 5(2), 125-137.
|
|
313
|
+
- Perner, J., & Wimmer, H. (1985). "John thinks that Mary thinks that..." *JECP*, 39(3), 437-471.
|
|
314
|
+
- Southgate, V., Senju, A., & Csibra, G. (2007). Action anticipation through attribution of false belief by 2-year-olds. *Psychological Science*, 18(7), 587-592.
|
|
315
|
+
- Stone, V. E., Baron-Cohen, S., & Knight, R. T. (1998). Frontal lobe contributions to theory of mind. *JOCN*, 10(5), 640-656.
|
|
316
|
+
- Wellman, H. M., & Liu, D. (2004). Scaling of theory-of-mind tasks. *Child Development*, 75(2), 523-541.
|
|
317
|
+
- Wimmer, H., & Perner, J. (1983). Beliefs about beliefs. *Cognition*, 13(1), 103-128.
|