@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.
Files changed (229) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +28 -0
  4. package/dist/index.js.map +1 -0
  5. package/package.json +35 -0
  6. package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
  7. package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
  8. package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
  9. package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
  10. package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
  11. package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
  12. package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
  13. package/skills/01_Meta-Skills/share-usage/README.md +63 -0
  14. package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
  15. package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
  16. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
  17. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
  18. package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
  19. package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
  20. package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
  21. package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
  22. package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
  23. package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
  24. package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
  25. package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
  26. package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
  27. package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
  28. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
  29. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
  30. package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
  31. package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
  32. package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
  33. package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
  34. package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
  35. package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
  36. package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
  37. package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
  38. package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
  39. package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
  40. package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
  41. package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
  42. package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
  43. package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
  44. package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
  45. package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
  46. package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
  47. package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
  48. package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
  49. package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
  50. package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
  51. package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
  52. package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
  53. package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
  54. package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
  55. package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
  56. package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
  57. package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
  58. package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
  59. package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
  60. package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
  61. package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
  62. package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
  63. package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
  64. package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
  65. package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
  66. package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
  67. package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
  68. package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
  69. package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
  70. package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
  71. package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
  72. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
  73. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
  74. package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
  75. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
  76. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
  77. package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
  78. package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
  79. package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
  80. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
  81. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
  82. package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
  83. package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
  84. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
  85. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
  86. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
  87. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
  88. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
  89. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
  90. package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
  91. package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
  92. package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
  93. package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
  94. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
  95. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
  96. package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
  97. package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
  98. package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
  99. package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
  100. package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
  101. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
  102. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
  103. package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
  104. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
  105. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
  106. package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
  107. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
  108. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
  109. package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
  110. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
  111. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
  112. package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
  113. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
  114. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
  115. package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
  116. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
  117. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
  118. package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
  119. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
  120. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
  121. package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
  122. package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
  123. package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
  124. package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
  125. package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
  126. package/skills/13_Visualization/nature-figure/README.md +442 -0
  127. package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
  128. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
  129. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
  130. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
  131. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
  132. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
  133. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
  134. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
  135. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
  136. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
  137. package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
  138. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
  139. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
  140. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
  141. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
  142. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
  143. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
  144. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
  145. package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
  146. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
  147. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
  148. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
  149. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
  150. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
  151. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
  152. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
  153. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
  154. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
  155. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
  156. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
  157. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
  158. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
  159. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
  160. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
  161. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
  162. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
  163. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
  164. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
  165. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
  166. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
  167. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
  168. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
  169. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
  170. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
  171. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
  172. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
  173. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
  174. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
  175. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
  176. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
  177. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
  178. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
  179. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
  180. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
  181. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
  182. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
  183. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
  184. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
  185. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
  186. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
  187. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
  188. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
  189. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
  190. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
  191. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
  192. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
  193. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
  194. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
  195. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
  196. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
  197. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
  198. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
  199. package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
  200. package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
  201. package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
  202. package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
  203. package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
  204. package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
  205. package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
  206. package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
  207. package/skills/13_Visualization/nature-figure/references/api.md +428 -0
  208. package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
  209. package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
  210. package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
  211. package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
  212. package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
  213. package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
  214. package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
  215. package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
  216. package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
  217. package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
  218. package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
  219. package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
  220. package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
  221. package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
  222. package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
  223. package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
  224. package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
  225. package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
  226. package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
  227. package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
  228. package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
  229. package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
@@ -0,0 +1,379 @@
1
+ ---
2
+ name: "tom-task-selector"
3
+ description: "Selects Theory of Mind tasks matched to target population, age, and construct with psychometric guidance"
4
+ domain: "social-cognition"
5
+ version: "1.0.0"
6
+ papers:
7
+ - "Wimmer & Perner, 1983"
8
+ - "Baron-Cohen et al., 2001"
9
+ - "Wellman & Liu, 2004"
10
+ - "Happe, 1994"
11
+ dependencies:
12
+ required:
13
+ - research-literacy
14
+ review_status: "ai-generated"
15
+ ---
16
+
17
+ # Theory of Mind Task Selector
18
+
19
+ ## Purpose
20
+
21
+ This skill encodes expert knowledge for selecting, administering, and interpreting Theory of Mind (ToM) assessments. It provides a construct taxonomy, task selection decision trees, age-appropriate recommendations, psychometric properties, and guidance on confounds. A general-purpose programmer would not know which ToM tasks are appropriate for which populations, the developmental sequence of ToM abilities, or the psychometric limitations of common measures.
22
+
23
+ ## When to Use This Skill
24
+
25
+ - Selecting a ToM measure for a developmental, clinical, or adult study
26
+ - Matching a ToM task to the target population (children, adults, ASD, brain injury, aging)
27
+ - Designing a comprehensive ToM assessment battery
28
+ - Evaluating the psychometric properties of a proposed ToM measure
29
+ - Identifying confounds (language, executive function, IQ) that may affect ToM task performance
30
+ - Interpreting ceiling/floor effects in ToM data
31
+
32
+ ## Research Planning Protocol
33
+
34
+ Before executing the domain-specific steps below, you MUST:
35
+
36
+ 1. **State the research question** -- What specific question is this analysis/paradigm addressing?
37
+ 2. **Justify the method choice** -- Why is this approach appropriate? What alternatives were considered?
38
+ 3. **Declare expected outcomes** -- What results would support vs. refute the hypothesis?
39
+ 4. **Note assumptions and limitations** -- What does this method assume? Where could it mislead?
40
+ 5. **Present the plan to the user and WAIT for confirmation** before proceeding.
41
+
42
+ For detailed methodology guidance, see the `research-literacy` skill.
43
+
44
+
45
+ ## ⚠️ Verification Notice
46
+
47
+ This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
48
+
49
+ ## ToM Construct Taxonomy
50
+
51
+ ### Developmental Hierarchy
52
+
53
+ ToM develops in a predictable sequence (Wellman & Liu, 2004). Tasks should be matched to the expected level:
54
+
55
+ | Level | Construct | Age of Emergence | Key Task | Source |
56
+ |-------|-----------|-----------------|----------|--------|
57
+ | 1 | Diverse desires | ~**3 years** | Diverse desires task | Wellman & Liu, 2004 |
58
+ | 2 | Diverse beliefs | ~**3-4 years** | Diverse beliefs task | Wellman & Liu, 2004 |
59
+ | 3 | Knowledge access | ~**4 years** | Knowledge access task | Wellman & Liu, 2004 |
60
+ | 4 | First-order false belief | ~**4-5 years** | Sally-Anne (Wimmer & Perner, 1983) | Wellman et al., 2001 |
61
+ | 5 | Hidden emotion | ~**5-6 years** | Appearance-reality emotion task | Wellman & Liu, 2004 |
62
+ | 6 | Second-order false belief | ~**6-7 years** | Ice-cream van task | Perner & Wimmer, 1985 |
63
+ | 7 | Faux pas recognition | ~**9-11 years** | Faux pas stories | Baron-Cohen et al., 1999 |
64
+ | 8 | Advanced/adult ToM | Adolescence-adult | Strange Stories, RMET | Happe, 1994; Baron-Cohen et al., 2001 |
65
+
66
+ ### Construct Dimensions
67
+
68
+ | Dimension | Description | Example Tasks |
69
+ |-----------|-------------|---------------|
70
+ | **Belief attribution** | Understanding others' beliefs, especially false beliefs | Sally-Anne, unexpected contents |
71
+ | **Desire attribution** | Understanding others' desires differ from one's own | Diverse desires task |
72
+ | **Intention attribution** | Understanding goal-directed action and intentionality | Intentional vs. accidental actions |
73
+ | **Emotion attribution** | Understanding others' emotions from context/cues | Hidden emotion, RMET |
74
+ | **Visual perspective-taking** | Level 1: what others see; Level 2: how others see it | Director task, Flavell tasks |
75
+ | **Implicit/spontaneous ToM** | Automatic, non-verbal ToM processing | Anticipatory looking, VoE paradigms |
76
+
77
+ ## Task Selection Decision Tree
78
+
79
+ ### By Age Group
80
+
81
+ ```
82
+ What is the participant's age?
83
+ |
84
+ +-- Infants (6-24 months)
85
+ | --> Implicit ToM tasks only
86
+ | --> Anticipatory looking (Southgate et al., 2007)
87
+ | --> Violation-of-expectation (Onishi & Baillargeon, 2005)
88
+ |
89
+ +-- Preschoolers (3-5 years)
90
+ | --> Wellman & Liu (2004) scale (5 tasks)
91
+ | --> Sally-Anne / Change of location (Wimmer & Perner, 1983)
92
+ | --> Unexpected contents / Smarties task (Gopnik & Astington, 1988)
93
+ |
94
+ +-- School-age (6-12 years)
95
+ | --> Second-order false belief (Perner & Wimmer, 1985)
96
+ | --> Faux pas stories (Baron-Cohen et al., 1999)
97
+ | --> Strange Stories (Happe, 1994) -- simplified versions
98
+ |
99
+ +-- Adolescents and Adults
100
+ --> Strange Stories (Happe, 1994)
101
+ --> RMET (Baron-Cohen et al., 2001)
102
+ --> Director task (Keysar et al., 2003)
103
+ --> Faux pas test (Baron-Cohen et al., 1999)
104
+ --> Movie for the Assessment of Social Cognition (MASC; Dziobek et al., 2006)
105
+ ```
106
+
107
+ ### By Population
108
+
109
+ ```
110
+ What is the target population?
111
+ |
112
+ +-- Typically developing children
113
+ | --> Wellman & Liu (2004) scale (most validated)
114
+ | --> Standard false belief tasks
115
+ |
116
+ +-- Autism spectrum (children)
117
+ | --> Sally-Anne (Baron-Cohen et al., 1985)
118
+ | --> Unexpected contents (Perner et al., 1989)
119
+ | --> Happe Strange Stories (if verbal)
120
+ | |
121
+ | NOTE: Many autistic individuals pass standard false
122
+ | belief tasks by age 6-8. Use advanced tasks to
123
+ | avoid ceiling effects (Happe, 1994).
124
+ |
125
+ +-- Autism spectrum (adults)
126
+ | --> RMET (Baron-Cohen et al., 2001)
127
+ | --> Faux pas test (Baron-Cohen et al., 1999)
128
+ | --> MASC (Dziobek et al., 2006)
129
+ | --> Director task (Keysar et al., 2003)
130
+ |
131
+ +-- Brain injury / neurological
132
+ | --> Faux pas test (Stone et al., 1998)
133
+ | --> Strange Stories (Happe, 1994)
134
+ | --> RMET (Baron-Cohen et al., 2001)
135
+ | --> Yoni task (Shamay-Tsoory & Aharon-Peretz, 2007)
136
+ |
137
+ +-- Aging / dementia
138
+ --> Faux pas test (Gregory et al., 2002)
139
+ --> RMET (Baron-Cohen et al., 2001)
140
+ --> Strange Stories (Happe, 1994)
141
+ --> Note: control for processing speed and working memory
142
+ ```
143
+
144
+ ### By Construct
145
+
146
+ ```
147
+ What ToM construct are you targeting?
148
+ |
149
+ +-- Belief attribution
150
+ | --> False belief tasks (Sally-Anne, unexpected contents)
151
+ | --> Second-order false belief
152
+ |
153
+ +-- Emotion recognition
154
+ | --> RMET (Baron-Cohen et al., 2001)
155
+ | --> Cambridge Mindreading Face-Voice Battery
156
+ |
157
+ +-- Social reasoning / pragmatics
158
+ | --> Faux pas test
159
+ | --> Strange Stories
160
+ |
161
+ +-- Visual perspective-taking
162
+ | --> Director task (Keysar et al., 2003)
163
+ | --> Flavell Level 1/2 tasks
164
+ |
165
+ +-- Implicit / spontaneous ToM
166
+ --> Anticipatory looking paradigms
167
+ --> Dot-perspective task (Samson et al., 2010)
168
+ ```
169
+
170
+ ## Key Tasks with Parameters
171
+
172
+ ### First-Order False Belief: Sally-Anne Task
173
+
174
+ | Property | Value | Source |
175
+ |----------|-------|--------|
176
+ | **Original citation** | Wimmer & Perner, 1983; Baron-Cohen et al., 1985 | |
177
+ | **Age range** | **3-6 years** (standard); used in ASD at any age | Wellman et al., 2001 |
178
+ | **Administration** | Acted out with dolls/puppets or illustrated story | Baron-Cohen et al., 1985 |
179
+ | **Test question** | "Where will Sally look for her marble?" | |
180
+ | **Control questions** | Reality question + memory question (must pass both) | Baron-Cohen et al., 1985 |
181
+ | **Scoring** | Pass/fail (binary) | |
182
+ | **Passing criterion** | Correct test question + both control questions | Baron-Cohen et al., 1985 |
183
+ | **Typical passing rates** | ~**20%** at 3 years, ~**50%** at 4 years, ~**90%** by 5-6 years | Wellman et al., 2001 |
184
+ | **Limitations** | Ceiling by age 6; binary scoring limits sensitivity | Wellman et al., 2001 |
185
+
186
+ ### Unexpected Contents (Smarties Task)
187
+
188
+ | Property | Value | Source |
189
+ |----------|-------|--------|
190
+ | **Original citation** | Gopnik & Astington, 1988; Perner et al., 1987 | |
191
+ | **Age range** | **3-6 years** | Gopnik & Astington, 1988 |
192
+ | **Administration** | Show container (e.g., Smarties box) with unexpected contents (e.g., pencils) | |
193
+ | **Test question** | "What will [name] think is in the box?" (other's belief) | |
194
+ | **Self question** | "What did you think was in the box before I opened it?" (own prior belief) | |
195
+ | **Scoring** | Pass: predicts other will say "Smarties" (or typical contents) | |
196
+
197
+ ### Second-Order False Belief
198
+
199
+ | Property | Value | Source |
200
+ |----------|-------|--------|
201
+ | **Original citation** | Perner & Wimmer, 1985 | |
202
+ | **Age range** | **6-9 years** | Perner & Wimmer, 1985 |
203
+ | **Construct** | "She thinks that he thinks that..." | |
204
+ | **Administration** | Story scenario (ice-cream van paradigm) | Perner & Wimmer, 1985 |
205
+ | **Test question** | "Where does Mary think John will go to buy ice cream?" | |
206
+ | **Passing rates** | ~**10%** at 5 years, ~**50%** at 7 years, ~**90%** by 9 years | Perner & Wimmer, 1985 |
207
+ | **Comprehension questions** | **2-3** memory/comprehension checks required | Standard practice |
208
+
209
+ ### RMET (Reading the Mind in the Eyes Test)
210
+
211
+ | Property | Value | Source |
212
+ |----------|-------|--------|
213
+ | **Original citation** | Baron-Cohen et al., 2001 | |
214
+ | **Version** | Revised version (2001) -- 36 items | Baron-Cohen et al., 2001 |
215
+ | **Age range** | Adults (16+ years); child version available (28 items) | Baron-Cohen et al., 2001 |
216
+ | **Administration** | Forced-choice: pick 1 of 4 mental state words matching eye region photo | |
217
+ | **Scoring** | Total correct out of **36** (adults) or **28** (children) | |
218
+ | **Adult norms** | Mean ~ **26.2** (SD ~ **3.6**) in typical adults | Baron-Cohen et al., 2001 |
219
+ | **ASD norms** | Mean ~ **21.9** (SD ~ **6.6**) in autistic adults | Baron-Cohen et al., 2001 |
220
+ | **Reliability** | Internal consistency: Cronbach's alpha ~ **0.60-0.70** (modest) | Olderbak et al., 2015 |
221
+ | **Limitations** | Low reliability, possible confound with emotion recognition vs. ToM per se | Olderbak et al., 2015 |
222
+
223
+ ### Faux Pas Test
224
+
225
+ | Property | Value | Source |
226
+ |----------|-------|--------|
227
+ | **Original citation** | Baron-Cohen et al., 1999 | |
228
+ | **Age range** | **9 years** to adult | Baron-Cohen et al., 1999 |
229
+ | **Administration** | Read 10 faux pas stories + 10 control stories | |
230
+ | **Questions per story** | Detection ("Did someone say something awkward?"), identification, belief, empathy | Baron-Cohen et al., 1999 |
231
+ | **Scoring** | **0-2** points per question; max **60** for faux pas stories | Baron-Cohen et al., 1999 |
232
+ | **Control stories** | Must also score comprehension questions for controls | |
233
+ | **Sensitivity** | Good for detecting subtle ToM deficits in ASD, right hemisphere lesions, frontotemporal dementia | Stone et al., 1998; Gregory et al., 2002 |
234
+
235
+ ### Strange Stories (Happe, 1994)
236
+
237
+ | Property | Value | Source |
238
+ |----------|-------|--------|
239
+ | **Original citation** | Happe, 1994 | |
240
+ | **Construct** | Advanced ToM: irony, white lie, double bluff, misunderstanding, persuasion, appearance/reality, figure of speech, sarcasm, forgetting, contrary emotions | |
241
+ | **Administration** | Read vignettes, open-ended question: "Why did X say that?" | |
242
+ | **Scoring** | **0** (incorrect), **1** (partial), **2** (full mental state reference) | Happe, 1994 |
243
+ | **Number of stories** | **8-16** ToM stories + physical control stories | Happe, 1994 |
244
+ | **Age range** | Children (**8+**) and adults | Happe, 1994 |
245
+ | **Reliability** | Inter-rater reliability for scoring: kappa > **0.85** recommended | Happe, 1994 |
246
+
247
+ ### Director Task (Visual Perspective-Taking)
248
+
249
+ | Property | Value | Source |
250
+ |----------|-------|--------|
251
+ | **Original citation** | Keysar et al., 2003 | |
252
+ | **Construct** | Level 2 perspective-taking under communicative demand | |
253
+ | **Administration** | Grid of objects; director (behind grid) instructs participant to move objects; some slots occluded from director's view | |
254
+ | **Measure** | Eye movements (egocentric intrusions), accuracy, RT | Keysar et al., 2003 |
255
+ | **Key finding** | Even adults show egocentric errors on ~**30-50%** of critical trials | Keysar et al., 2003 |
256
+ | **Age range** | **7 years** to adult | Dumontheil et al., 2010 |
257
+
258
+ See `references/task-database.md` for the full task list with administration protocols.
259
+
260
+ ## Psychometric Considerations
261
+
262
+ ### Reliability Summary
263
+
264
+ | Task | Internal Consistency | Test-Retest | Source |
265
+ |------|---------------------|-------------|--------|
266
+ | Sally-Anne (single item) | N/A (binary) | Variable | Wellman et al., 2001 |
267
+ | Wellman & Liu Scale | Guttman scalability **> 0.90** | Moderate | Wellman & Liu, 2004 |
268
+ | RMET | alpha ~ **0.60-0.70** | r ~ **0.63-0.83** | Olderbak et al., 2015; Fernandez-Abascal et al., 2013 |
269
+ | Faux pas test | alpha ~ **0.70-0.80** | Not well-established | Baron-Cohen et al., 1999 |
270
+ | Strange Stories | Inter-rater: kappa > **0.85** | Moderate | Happe, 1994 |
271
+ | MASC | alpha ~ **0.70** | Adequate | Dziobek et al., 2006 |
272
+
273
+ ### Validity Concerns
274
+
275
+ 1. **Ceiling effects**: Standard false belief tasks show ceiling by age **5-6** in typical children. Use Wellman & Liu scale or advanced tasks (Wellman & Liu, 2004).
276
+ 2. **Floor effects**: RMET and faux pas tests may show floor effects in clinical populations with severe deficits. Consider graded scoring.
277
+ 3. **Ecological validity**: Structured ToM tasks may not predict real-world social behavior (German & Hehman, 2006).
278
+ 4. **Task purity**: No ToM task measures *only* ToM. All tasks involve language, memory, executive function, and attention.
279
+
280
+ ## Confounds and Controls
281
+
282
+ ### Language
283
+
284
+ | Confound | Impact | Mitigation | Source |
285
+ |----------|--------|------------|--------|
286
+ | Verbal demands | False belief tasks require comprehension of complex sentences | Include vocabulary/language control measure | Milligan et al., 2007 |
287
+ | Narrative complexity | Second-order tasks have heavy memory load | Add comprehension check questions | Perner & Wimmer, 1985 |
288
+ | Word knowledge (RMET) | Vocabulary confound in forced-choice emotion labels | Control for verbal IQ | Olderbak et al., 2015 |
289
+
290
+ ### Executive Function
291
+
292
+ | Confound | Impact | Mitigation | Source |
293
+ |----------|--------|------------|--------|
294
+ | Inhibitory control | Must inhibit own knowledge to attribute false belief | Include inhibition measure (e.g., Stroop, day-night) | Carlson & Moses, 2001 |
295
+ | Working memory | Must hold multiple perspectives simultaneously | Control for WM span | Carlson & Moses, 2001 |
296
+ | Cognitive flexibility | Must switch between self and other perspective | Include set-shifting measure | Carlson & Moses, 2001 |
297
+
298
+ ### Recommended Control Measures
299
+
300
+ For any ToM study, include at minimum:
301
+
302
+ 1. **Verbal ability**: Receptive vocabulary (e.g., PPVT) or verbal IQ subscale
303
+ 2. **Inhibitory control**: Age-appropriate inhibition task
304
+ 3. **Working memory**: Forward/backward digit span or equivalent
305
+ 4. **Non-ToM comprehension**: Physical causality control stories (for Strange Stories and faux pas)
306
+
307
+ ## Task Combination Recommendations
308
+
309
+ ### Comprehensive Battery by Population
310
+
311
+ | Population | Recommended Battery | Rationale |
312
+ |------------|-------------------|-----------|
313
+ | Preschool (3-5y) | Wellman & Liu Scale (5 tasks) + diverse desires + diverse beliefs | Guttman-scalable, captures developmental progression (Wellman & Liu, 2004) |
314
+ | School-age (6-12y) | First-order FB + second-order FB + faux pas + Strange Stories subset | Spans implicit to advanced ToM |
315
+ | ASD (children) | Sally-Anne + unexpected contents + Strange Stories (simplified) | Avoids ceiling; includes advanced items |
316
+ | ASD (adults) | RMET + faux pas + MASC + Director task | Multiple constructs; includes real-time and reflective tasks |
317
+ | Neurological (adults) | Faux pas + Strange Stories + RMET | Sensitive to frontal and right hemisphere lesions (Stone et al., 1998) |
318
+ | Aging research | Faux pas + RMET + Strange Stories | Control for processing speed; established aging norms |
319
+
320
+ ### Minimum Battery (2-3 tasks)
321
+
322
+ If time is limited, prioritize:
323
+
324
+ 1. **One false belief task** (for belief attribution)
325
+ 2. **Faux pas or Strange Stories** (for advanced ToM / social reasoning)
326
+ 3. **RMET** (for emotion/mental state recognition -- if construct-relevant)
327
+
328
+ ## Common Pitfalls
329
+
330
+ 1. **Using a single task as the sole ToM measure**: ToM is multidimensional. Single tasks have low reliability and capture only one construct. Use a battery (Wellman & Liu, 2004).
331
+ 2. **Ignoring ceiling/floor effects**: Standard false belief tasks ceiling by age 5-6. The RMET has modest reliability. Check for restricted range.
332
+ 3. **Not controlling for language**: Most ToM tasks have substantial verbal demands. Group differences in ToM may reflect language differences, especially in ASD (Milligan et al., 2007).
333
+ 4. **Confounding ToM with executive function**: False belief tasks require inhibitory control. Include EF measures and control statistically or use low-EF-demand tasks (Carlson & Moses, 2001).
334
+ 5. **Age-inappropriate task selection**: Giving first-order false belief to adults (ceiling) or faux pas to 4-year-olds (floor). Match task to developmental level.
335
+ 6. **Treating the RMET as a pure ToM measure**: The RMET has low reliability (alpha ~ 0.60-0.70) and may measure emotion recognition more than mental state inference (Olderbak et al., 2015).
336
+ 7. **Assuming failed performance = absent ToM**: Implicit/anticipatory looking studies suggest infants may have ToM understanding that explicit tasks fail to capture (Onishi & Baillargeon, 2005). Distinguish competence from performance.
337
+ 8. **Not including control stories**: For faux pas and Strange Stories, physical/non-mental-state control stories are essential to rule out general comprehension deficits.
338
+
339
+ ## Minimum Reporting Checklist
340
+
341
+ - [ ] ToM construct(s) targeted (belief, desire, emotion, perspective-taking)
342
+ - [ ] Task(s) used with full citation and version
343
+ - [ ] Administration method (live, video, computerized)
344
+ - [ ] Scoring criteria and inter-rater reliability (for open-ended tasks)
345
+ - [ ] Control questions included and pass rates
346
+ - [ ] Confound measures included (language, EF, IQ)
347
+ - [ ] Ceiling/floor analysis: report distribution of scores, not just means
348
+ - [ ] Age and developmental level of participants
349
+ - [ ] Clinical classification criteria (if clinical population)
350
+ - [ ] Effect sizes and confidence intervals for group comparisons
351
+
352
+ ## References
353
+
354
+ - Baron-Cohen, S., Leslie, A. M., & Frith, U. (1985). Does the autistic child have a "theory of mind"? *Cognition*, 21(1), 37-46.
355
+ - 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 or high-functioning autism. *Journal of Autism and Developmental Disorders*, 29(5), 407-418.
356
+ - Baron-Cohen, S., Wheelwright, S., Hill, J., Raste, Y., & Plumb, I. (2001). The "Reading the Mind in the Eyes" test revised version. *Journal of Child Psychology and Psychiatry*, 42(2), 241-251.
357
+ - Carlson, S. M., & Moses, L. J. (2001). Individual differences in inhibitory control and children's theory of mind. *Child Development*, 72(4), 1032-1053.
358
+ - 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.
359
+ - Dziobek, I., Fleck, S., Kalbe, E., Rogers, K., Hassenstab, J., Brand, M., ... & Convit, A. (2006). Introducing MASC: A movie for the assessment of social cognition. *Journal of Autism and Developmental Disorders*, 36(5), 623-636.
360
+ - Fernandez-Abascal, E. G., Cabello, R., Fernandez-Berrocal, P., & Baron-Cohen, S. (2013). Test-retest reliability of the "Reading the Mind in the Eyes" test. *Journal of Autism and Developmental Disorders*, 43(9), 2220-2223.
361
+ - German, T. P., & Hehman, J. A. (2006). Representational and executive selection resources in "theory of mind." *Psychological Science*, 17(2), 130-132.
362
+ - Gopnik, A., & Astington, J. W. (1988). Children's understanding of representational change and its relation to the understanding of false belief. *Child Development*, 59(1), 26-37.
363
+ - Gregory, C., Lough, S., Stone, V., Erzinclioglu, S., Martin, L., Baron-Cohen, S., & Hodges, J. R. (2002). Theory of mind in patients with frontal variant frontotemporal dementia and Alzheimer's disease. *Journal of Neurology, Neurosurgery & Psychiatry*, 72(6), 752-756.
364
+ - Happe, F. G. (1994). An advanced test of theory of mind. *Journal of Autism and Developmental Disorders*, 24(2), 129-154.
365
+ - Keysar, B., Lin, S., & Barr, D. J. (2003). Limits on theory of mind use in adults. *Cognition*, 89(1), 25-41.
366
+ - Milligan, K., Astington, J. W., & Dack, L. A. (2007). Language and theory of mind: Meta-analysis of the relation between language ability and false-belief understanding. *Child Development*, 78(2), 622-646.
367
+ - Olderbak, S., Wilhelm, O., Olaru, G., Geiger, M., Brenneman, M. W., & Roberts, R. D. (2015). A psychometric analysis of the Reading the Mind in the Eyes test. *Assessment*, 22(6), 798-806.
368
+ - Onishi, K. H., & Baillargeon, R. (2005). Do 15-month-old infants understand false beliefs? *Science*, 308(5719), 255-258.
369
+ - Perner, J., Leekam, S. R., & Wimmer, H. (1987). Three-year-olds' difficulty with false belief. *British Journal of Developmental Psychology*, 5(2), 125-137.
370
+ - Perner, J., & Wimmer, H. (1985). "John thinks that Mary thinks that..." Attribution of second-order beliefs. *Journal of Experimental Child Psychology*, 39(3), 437-471.
371
+ - Samson, D., Apperly, I. A., Braithwaite, J. J., Andrews, B. J., & Bodley Scott, S. E. (2010). Seeing it their way: Evidence for rapid and involuntary computation of what other people see. *Journal of Experimental Psychology: HPP*, 36(5), 1255-1266.
372
+ - Shamay-Tsoory, S. G., & Aharon-Peretz, J. (2007). Dissociable prefrontal networks for cognitive and affective theory of mind. *Neuropsychologia*, 45(13), 3054-3067.
373
+ - Southgate, V., Senju, A., & Csibra, G. (2007). Action anticipation through attribution of false belief by 2-year-olds. *Psychological Science*, 18(7), 587-592.
374
+ - Stone, V. E., Baron-Cohen, S., & Knight, R. T. (1998). Frontal lobe contributions to theory of mind. *Journal of Cognitive Neuroscience*, 10(5), 640-656.
375
+ - Wellman, H. M., Cross, D., & Watson, J. (2001). Meta-analysis of theory-of-mind development: The truth about false belief. *Child Development*, 72(3), 655-684.
376
+ - Wellman, H. M., & Liu, D. (2004). Scaling of theory-of-mind tasks. *Child Development*, 75(2), 523-541.
377
+ - Wimmer, H., & Perner, J. (1983). Beliefs about beliefs: Representation and constraining function of wrong beliefs in young children's understanding of deception. *Cognition*, 13(1), 103-128.
378
+
379
+ See `references/` for the full task database with administration protocols and scoring rubrics.