@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,435 @@
1
+ ---
2
+ name: "paper-to-skill"
3
+ description: "Interactive skill that guides extraction of research paradigms and methodological techniques from cognitive science papers into structured, reusable skills"
4
+ domain: "meta-skill"
5
+ version: "1.0.0"
6
+ review_status: "ai-generated"
7
+ ---
8
+
9
+ # Paper-to-Skill Extractor
10
+
11
+ An interactive skill for extracting **research paradigms and methodological techniques** from cognitive science and neuroscience papers. The output is a well-structured skill conforming to this project's SKILL.md format.
12
+
13
+ **Focus**: Strict extraction of reproducible methods — experimental designs, data acquisition parameters, processing pipelines, analysis procedures, and stimulus specifications. This is NOT about summarizing a paper's novelty or theoretical contributions.
14
+
15
+ ---
16
+
17
+ ## Trigger Conditions
18
+
19
+ Activate this skill when the user:
20
+
21
+ - Provides a paper (PDF path, file, or pasted text) and asks to extract research skills/methods
22
+ - Uses phrases like "extract skills from this paper", "turn this paper into a skill", "what methods can I reuse from this paper"
23
+
24
+ ---
25
+
26
+ ## Research Planning Protocol
27
+
28
+ Before extracting skills from a paper, you MUST:
29
+
30
+ 1. **Clarify the extraction goal** — What type of methodological knowledge is the user looking for?
31
+ 2. **Justify the source** — Is this paper a suitable source (empirical, methods, review)? What type-specific extraction strategy applies?
32
+ 3. **Declare expected outputs** — What kind of skill(s) do you expect to generate (paradigm design, analysis pipeline, modeling)?
33
+ 4. **Note limitations** — Are there missing parameters, ambiguous descriptions, or domain gaps in this paper?
34
+ 5. **Present the extraction plan to the user and WAIT for confirmation** before proceeding.
35
+
36
+ For detailed methodology guidance, see the `research-literacy` skill.
37
+
38
+
39
+ ## ⚠️ Verification Notice
40
+
41
+ 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).
42
+
43
+ ## Interactive Workflow
44
+
45
+ ### Phase 1: Paper Ingestion
46
+
47
+ 1. **Read the paper** provided by the user (PDF path, file content, or pasted sections).
48
+
49
+ **PDF Reading Guidance** — Claude Code's Read tool natively supports PDF files. Use the following strategy:
50
+
51
+ - **Short PDFs (up to ~10 pages)**: Read the entire file in a single call with no `pages` parameter.
52
+ - **Long PDFs (more than 10 pages)**: Read in chunks using the `pages` parameter (maximum 20 pages per request). Example sequence: `pages: "1-10"`, then `pages: "11-20"`, and so on.
53
+ - **Recommended reading order**:
54
+ 1. Read pages 1-2 first (abstract + introduction) to identify the paper type and decide whether full extraction is warranted.
55
+ 2. Then read the Methods section in detail (locate the relevant page range from the table of contents or section headers).
56
+ 3. Read Results and Discussion selectively for reported parameter values not stated in Methods.
57
+
58
+ 2. **Identify the paper type** — this determines the extraction strategy:
59
+ - **Experimental paper** — contains original experiments with participants
60
+ - **Methods paper** — introduces or validates an analysis technique/pipeline
61
+ - **Computational modeling paper** — builds or tests formal models of cognition
62
+ - **Review/theoretical paper** — synthesizes literature or proposes theoretical frameworks
63
+ 3. **Confirm the paper type** with the user before proceeding.
64
+
65
+ > See `references/extraction-guide.md` for detailed extraction strategies per paper type.
66
+
67
+ ### Phase 2: Content Scanning and Candidate Identification
68
+
69
+ Scan the paper and identify **all extractable methodological content** organized into these categories:
70
+
71
+ | Category | What to Look For |
72
+ |---|---|
73
+ | **Experimental Design** | Paradigm name, trial structure, timing parameters, condition setup, counterbalancing scheme, block design |
74
+ | **Data Acquisition** | Sampling rate, electrode montage, imaging parameters, eye-tracking settings, physiological recording setup |
75
+ | **Data Processing** | Preprocessing steps with parameters, artifact handling methods, data cleaning criteria, epoching parameters |
76
+ | **Analysis Methods** | Statistical models, multiple comparison corrections, effect size calculations, visualization methods, decoding approaches |
77
+ | **Stimulus Materials** | Construction rules, control variables, norming standards, presentation parameters, response mappings |
78
+
79
+ **Present candidates to the user** in the following format:
80
+
81
+ ```
82
+ I identified the following extractable methods from this paper:
83
+
84
+ ## Experimental Design
85
+ - [1] Paradigm: <name> — <brief description>
86
+ - [2] Trial structure: <summary of trial flow and timing>
87
+
88
+ ## Data Acquisition
89
+ - [3] <Modality> recording setup: <key parameters>
90
+
91
+ ## Data Processing
92
+ - [4] Preprocessing pipeline: <step summary>
93
+ - [5] Artifact rejection: <method and criteria>
94
+
95
+ ## Analysis Methods
96
+ - [6] <Analysis name>: <brief description>
97
+ - [7] <Analysis name>: <brief description>
98
+
99
+ ## Stimulus Materials
100
+ - [8] <Material type>: <construction approach>
101
+
102
+ Which items would you like me to extract into skills?
103
+ (Enter numbers, ranges like 1-4, or "all")
104
+ ```
105
+
106
+ ### Phase 2.5: Suitability Gate
107
+
108
+ Before presenting candidates, apply this strict suitability filter to each one:
109
+
110
+ **SUITABLE** — include if the candidate:
111
+
112
+ | Criterion | Examples |
113
+ |-----------|----------|
114
+ | Describes an **experimental paradigm or design** with specifics | Trial structure, timing parameters, condition definitions, counterbalancing |
115
+ | Describes a **data processing pipeline** with parameters | Preprocessing steps, filter cutoffs, software settings |
116
+ | Describes an **analysis method** with concrete steps | Statistical model specification, time-frequency decomposition, classification pipeline |
117
+ | Contains **specific numerical parameters or settings** | Thresholds, epoch windows, stimulus dimensions, sample sizes |
118
+ | Describes **stimulus construction norms** | Norming procedures, controlled variables, material selection criteria |
119
+ | Describes a **computational model** with equations/parameters | Model fitting procedure, parameter priors, model comparison strategy |
120
+ | Provides **actionable methodological recommendations** with specific values | "Use minimum 30 trials per condition", "Set high-pass filter no lower than 0.1 Hz" |
121
+
122
+ **NOT SUITABLE** — filter out if the candidate:
123
+
124
+ | Criterion | Examples |
125
+ |-----------|----------|
126
+ | Is **narrative or historical overview** | "The study of attention began with William James..." |
127
+ | Is a **definition without actionable parameters** | "Working memory is defined as..." |
128
+ | Is **theoretical debate without methods** | "The modularity hypothesis predicts..." |
129
+ | Is **motivation or background** only | "Previous studies have shown that..." leading to no method |
130
+ | Contains **only results** without methodological detail | "The ANOVA revealed a significant main effect..." |
131
+
132
+ **Decision rule**: "Does this candidate contain enough specific, actionable detail that a researcher could **REPRODUCE** a method, pipeline, or paradigm from it?" If YES → `[SUITABLE]`. If NO or UNCERTAIN → `[FILTERED — reason]`.
133
+
134
+ Mark each candidate when presenting to the user. Filtered candidates are shown but de-prioritized — the user can override any filter decision.
135
+
136
+ ### Phase 3: User Selection and Confirmation
137
+
138
+ 1. **Receive the user's selection** of which items to extract.
139
+ 2. For each selected item, perform **deep extraction** (see extraction depth requirements below).
140
+ 3. **Present the extracted detail** for user review before generating the final skill file.
141
+
142
+ ### Phase 4: Skill Generation
143
+
144
+ 1. Generate the skill file(s) using the standard template (see `references/skill-template.md`).
145
+ 2. Each generated skill must:
146
+ - Have valid YAML frontmatter with `name`, `description`, and `papers` fields
147
+ - Include all numerical parameters with their citations from the source paper
148
+ - Stay under 500 lines; use `references/` subdirectory for overflow
149
+ - Pass the domain-knowledge litmus test: "Would a competent programmer who has never taken a cognitive science course get this wrong?"
150
+ 3. Present the generated skill to the user and ask for confirmation before saving.
151
+
152
+ ### Phase 5: Self-Verification (Hallucination Check)
153
+
154
+ After generating the skill but **before saving**, perform a systematic verification of every numerical parameter and specific factual claim against the source paper.
155
+
156
+ **Verification procedure** — for each numerical value or specific claim in the generated skill:
157
+
158
+ 1. **Locate in source** — Find the corresponding statement in the original paper. Use the source location recorded during extraction.
159
+ 2. **Verify value** — Confirm exact numerical match, correct units, and complete context (e.g., "0.1-30 Hz bandpass" must not be truncated to "0.1 Hz").
160
+ 3. **Classify any issues found**:
161
+
162
+ | Issue Type | Description | Severity |
163
+ |------------|-------------|----------|
164
+ | `not_found` | Claim appears in the skill but cannot be found in the source — likely hallucinated | **High** |
165
+ | `value_mismatch` | Value exists in source but differs (e.g., skill says "250 ms", source says "200 ms") | **High** |
166
+ | `unit_error` | Numerical value matches but units are wrong or missing | **High** |
167
+ | `context_distortion` | Value is technically present but used in misleading context | **Medium** |
168
+ | `location_wrong` | Value is correct but the claimed source location is wrong | **Low** |
169
+ | `incomplete` | Skill presents a partial version of a parameter that has important qualifiers | **Low** |
170
+
171
+ **Reporting** — Present the verification results to the user:
172
+
173
+ ```
174
+ Self-Verification Results:
175
+ - Claims checked: N
176
+ - Verified: M
177
+ - Issues found: K
178
+ - [HIGH] <claim> — <issue type>: <details>
179
+ - [LOW] <claim> — <issue type>: <details>
180
+ ```
181
+
182
+ **Rules**:
183
+ - **High-severity issues** (not_found, value_mismatch, unit_error) **must be corrected** before saving.
184
+ - **Medium/low-severity issues** are flagged but the skill can be saved with them annotated.
185
+ - Do NOT flag reasonable paraphrasing, organizational differences, or standard terminology substitutions.
186
+
187
+ ---
188
+
189
+ ## Extraction Depth Requirements
190
+
191
+ For every extracted item, the following cross-cutting rules apply to ALL categories:
192
+
193
+ ### Cross-Cutting Extraction Rules
194
+
195
+ 1. **Preserve exact numbers** — Never round. If the paper says "513 ms", write "513 ms", not "~500 ms".
196
+ 2. **Track source location** — For every extracted numerical value, record where it appears in the paper: "Section X.Y, paragraph N", "Table N", "Figure N caption", or "Supplementary Materials, page N". This enables downstream verification.
197
+ 3. **Flag missing information** — If a standard parameter for this method type is not reported in the paper, explicitly note its absence (e.g., "Filter order: not reported").
198
+ 4. **Capture rationale** — When the authors explain WHY they chose a parameter value, include that justification alongside the value.
199
+ 5. **Note deviations from convention** — When authors explicitly deviate from field conventions, capture both what they did and their stated reason.
200
+
201
+ These rules apply to every category below. The parameter tables in generated skills must include a **Source Location** column (see `references/skill-template.md`).
202
+
203
+ ### Experimental Design Parameters
204
+
205
+ - Paradigm name and classification (e.g., "oddball paradigm", "visual world paradigm")
206
+ - Number of conditions and their operational definitions
207
+ - Trial sequence: fixation → stimulus → ISI → response window (with exact ms values)
208
+ - Number of trials per condition and total
209
+ - Block structure and rest intervals
210
+ - Counterbalancing method (Latin square, full counterbalancing, pseudo-randomization constraints)
211
+ - Practice trial specifications
212
+ - Participant exclusion criteria applied at the design level
213
+
214
+ ### Data Acquisition Parameters
215
+
216
+ - **EEG**: Sampling rate (Hz), electrode count and montage system, reference electrode, ground electrode, impedance threshold, amplifier model, filter settings during recording
217
+ - **fMRI**: TR, TE, voxel size, slice count, slice order, field strength, coil type, number of volumes, dummy scans discarded
218
+ - **Eye-tracking**: Sampling rate, calibration procedure (5-point, 9-point), fixation definition criteria, saccade velocity threshold
219
+ - **Behavioral**: Response device, response mapping, timeout duration, feedback presence/absence
220
+ - **MEG**: Sampling rate, sensor type and count, head position indicator settings, noise reduction method
221
+
222
+ ### Data Processing Pipeline
223
+
224
+ - Software used (with version numbers)
225
+ - Step-by-step sequence with order preserved
226
+ - Filter parameters: type (FIR/IIR), cutoff frequencies, order/transition bandwidth, causal vs. zero-phase
227
+ - Re-referencing scheme
228
+ - Epoching: time window relative to event, baseline correction window
229
+ - Artifact rejection: method (threshold, ICA, regression), specific thresholds and criteria
230
+ - Trial/participant exclusion rates reported
231
+ - Interpolation method for bad channels
232
+
233
+ ### Analysis Method Details
234
+
235
+ - Statistical test name and implementation
236
+ - Model specification (for regression/mixed models: fixed effects, random effects, link function)
237
+ - Multiple comparison correction: method, parameters (e.g., cluster-forming threshold, number of permutations)
238
+ - Region of interest definitions (coordinates, anatomical labels, time windows)
239
+ - Effect size measure used and interpretation benchmarks
240
+ - Visualization methods with axis specifications
241
+
242
+ ### Stimulus Material Specifications
243
+
244
+ - Material type (words, images, sounds, videos)
245
+ - Total number of stimuli and per-condition counts
246
+ - Controlled variables and matching criteria (frequency, length, luminance, valence)
247
+ - Norming source and database (e.g., "SUBTLEX-US word frequency", "IAPS valence ratings")
248
+ - Presentation parameters: duration, size/visual angle, position, contrast
249
+ - Randomization constraints applied to stimulus ordering
250
+
251
+ ### Computational Modeling Parameters
252
+
253
+ - Model name and class (e.g., "drift-diffusion model", "Bayesian ideal observer", "recurrent neural network")
254
+ - **Model equations and architecture**: All equations with variable definitions, relationship between equations, boundary/initial conditions
255
+ - **Free vs. fixed parameters**: List each with cognitive interpretation and role
256
+ - **Parameter constraints and priors**:
257
+ - Constraint bounds (lower, upper) for each free parameter
258
+ - Prior distribution family and hyperparameters (if Bayesian), with justification
259
+ - Starting values and number of starting points (if frequentist optimization)
260
+ - **Fitting methods**:
261
+ - Objective function (maximum likelihood, least squares, Bayesian posterior)
262
+ - Optimization algorithm and implementation (software, package, version)
263
+ - For MCMC: number of chains, samples per chain, burn-in period, thinning, convergence diagnostic (R-hat threshold)
264
+ - For MLE: convergence criteria, number of random restarts
265
+ - Data summary statistics used for fitting (if not raw trial data)
266
+ - **Model comparison**: Comparison metric (AIC, BIC, WAIC, Bayes factor), how group-level comparison was performed, model recovery/confusion matrix results
267
+ - **Simulation procedures**: Parameter settings used, number of simulated datasets, random seed handling, what predictions were generated
268
+
269
+ ### Methodological Recommendations (for Reviews/Textbooks)
270
+
271
+ When extracting from review papers, meta-analyses, or textbook chapters, capture:
272
+
273
+ - **Specific parameter recommendations** with justification and evidence strength
274
+ - **Recommended analysis pipelines** with step-by-step parameter values
275
+ - **Decision trees or flowcharts** for method selection (e.g., "if X, use method A; if Y, use method B")
276
+ - **Meta-analytic effect sizes** with confidence intervals and moderator results
277
+ - **Sample size recommendations** based on reported effect sizes and power analyses
278
+ - **Common methodological pitfalls** identified across studies, with concrete examples
279
+
280
+ ---
281
+
282
+ ## Quality Checks Before Output
283
+
284
+ Before presenting the final skill, verify **both** structural compliance and content quality.
285
+
286
+ ### Structural Compliance Checklist
287
+
288
+ Every generated skill must pass these checks before saving:
289
+
290
+ - [ ] **File name**: The core file is named exactly `SKILL.md` (uppercase) — not `skill.md`, `Skill.md`, or any other variant
291
+ - [ ] **Directory name**: Uses kebab-case (lowercase, hyphen-separated) — e.g., `mmn-oddball-paradigm/`, not `MMN_Oddball_Paradigm/`
292
+ - [ ] **Skill name**: The `name` field in YAML frontmatter may only contain lowercase letters, numbers, and hyphens, and must match the folder name — e.g., folder `mmn-oddball-paradigm/` → `name: "mmn-oddball-paradigm"`
293
+ - [ ] **YAML frontmatter**: Contains at minimum `name` (human-readable) and `description` (one-sentence summary) fields
294
+ - [ ] **Papers field**: Frontmatter includes a `papers` field listing the source paper(s) in "Author, Year" format
295
+ - [ ] **Dependencies field**: Frontmatter includes `dependencies.required: [research-literacy]` (all domain skills require this)
296
+ - [ ] **Research Planning Protocol**: A customized version of the standard preamble is included after the "When to Use" section and before the first domain-specific logic section (see the `research-literacy` skill for the template)
297
+ - [ ] **Line count**: SKILL.md is under 500 lines; overflow content is placed in `references/` subdirectory
298
+ - [ ] **References directory**: If supplementary files exist, they live in `references/` and are explicitly referenced from SKILL.md
299
+ - [ ] **Encoding**: UTF-8, LF line endings, 2-space indentation for YAML
300
+
301
+ ### Content Quality Checklist
302
+
303
+ 1. **Completeness** — Every numerical parameter mentioned in the paper's methods section is captured
304
+ 2. **Citation accuracy** — All values cite the source paper (Author, Year) and page/table number where possible
305
+ 3. **Reproducibility** — Another researcher could implement this method from the skill alone, without reading the original paper
306
+ 4. **Domain specificity** — Every item passes the litmus test: "Would a competent programmer who has never taken a cognitive science course get this wrong?"
307
+ 5. **Parameter precision** — No rounding or approximation of reported values; use exact figures from the paper
308
+ 6. **Source traceability** — Every numerical parameter includes a source location (Section/Table/Figure reference)
309
+
310
+ ### Required Structured Sections in Generated Skills
311
+
312
+ Every generated skill must include these sections (may be empty if no items apply, but must be explicitly checked):
313
+
314
+ - **`## Missing Information`** — List standard parameters for this method type that the paper does not report. Format: "- **[Parameter name]**: Not reported. Standard value from [field/reference] is [value]." This section helps users know what they must determine independently.
315
+ - **`## Deviations from Convention`** — List any methodological choices that deviate from field conventions, with the authors' stated rationale. Format: "- **[Choice]**: Authors used [X] instead of conventional [Y] because [reason]." This section alerts users to non-standard decisions.
316
+
317
+ ---
318
+
319
+ ## Handling Ambiguity
320
+
321
+ When the paper is unclear or omits details:
322
+
323
+ - **Missing parameters**: Flag explicitly — "The paper does not report [X]. This must be determined empirically or sourced from [suggested reference]."
324
+ - **Ambiguous descriptions**: Present both plausible interpretations and ask the user to select one.
325
+ - **Non-standard methods**: Note deviations from field conventions and flag whether the deviation is intentional (per authors' justification) or potentially an error.
326
+ - **Supplementary materials**: Ask the user if supplementary materials are available, as critical method details are often reported there.
327
+
328
+ ---
329
+
330
+ ## Multi-Skill Extraction
331
+
332
+ When a paper contains multiple independent methods worth extracting:
333
+
334
+ 1. Generate **separate skills** for each method that can stand alone (e.g., a paradigm skill and an analysis skill from the same paper).
335
+ 2. Cross-reference between skills using relative paths when methods are interdependent.
336
+ 3. Each skill must be independently usable — no skill should require reading another skill to function.
337
+
338
+ ---
339
+
340
+ ## Batch Extraction Mode
341
+
342
+ When the user provides **multiple PDFs or a directory of papers**, apply the following workflow:
343
+
344
+ ### Triggering Batch Mode
345
+
346
+ Batch mode activates when the user:
347
+
348
+ - Provides two or more PDF paths in a single message
349
+ - Points to a directory containing multiple papers
350
+ - Uses phrases like "extract skills from all these papers" or "process this folder"
351
+
352
+ ### Batch Processing Steps
353
+
354
+ 1. **Inventory the inputs** — List all papers found (file names + page counts if determinable) and present the list to the user for confirmation before reading anything.
355
+ 2. **Process each paper sequentially** — Run each paper through the full 4-phase workflow (Ingestion → Scanning → Selection → Generation). Apply the PDF reading strategy from Phase 1 to every paper.
356
+ 3. **Present candidates grouped by paper** — After scanning all papers, show all extractable candidates together, clearly grouped under each paper's title:
357
+
358
+ ```
359
+ ## Paper 1: <Title / filename>
360
+ - [1] Paradigm: ...
361
+ - [2] Analysis: ...
362
+
363
+ ## Paper 2: <Title / filename>
364
+ - [3] Paradigm: ...
365
+ - [4] Data Acquisition: ...
366
+
367
+ Which items would you like to extract? (Enter numbers, ranges, "all", or "all from paper 1")
368
+ ```
369
+
370
+ 4. **Allow cross-paper skill merging** — If two or more papers describe the same or highly overlapping methods (e.g., both use the same EEG preprocessing pipeline with the same parameters), flag the overlap and offer to merge them into a single skill that cites all source papers. Only merge when the core parameters and decision logic are genuinely shared; keep skills separate when parameter choices differ.
371
+
372
+ 5. **Generate skills independently** — Each generated skill must be fully self-contained. No skill may depend on another skill generated from a different paper in the same batch. Cross-reference between skills using relative paths only for closely related methods from the same paper (as in Multi-Skill Extraction above).
373
+
374
+ ### Batch Quality Checks
375
+
376
+ Before finalizing batch output, verify:
377
+
378
+ - Every skill cites its specific source paper(s), not just the batch as a whole.
379
+ - Merged skills list all contributing papers in the `papers` frontmatter field.
380
+ - Skill directory names remain unique across the batch; if two papers generate a similar skill, append a disambiguating suffix (e.g., `mmn-oddball-paradigm-smith2019` vs. `mmn-oddball-paradigm-jones2021`).
381
+
382
+ ---
383
+
384
+ ## Output Structure
385
+
386
+ Generated skills follow the directory convention:
387
+
388
+ ```
389
+ skills/<generated-skill-name>/
390
+ SKILL.md # Core skill content (<500 lines)
391
+ references/
392
+ parameter-table.yaml # Full parameter values (if needed)
393
+ pipeline-steps.md # Extended pipeline details (if needed)
394
+ ```
395
+
396
+ The `<generated-skill-name>` uses kebab-case and is descriptive of the specific method, not the paper. For example:
397
+
398
+ - A paper on ERP mismatch negativity → `skills/mmn-oddball-paradigm/`
399
+ - A paper on fMRI preprocessing → `skills/fmri-preprocessing-pipeline/`
400
+ - A paper on drift-diffusion modeling → `skills/drift-diffusion-fitting/`
401
+
402
+ ---
403
+
404
+ ## Example Interaction Summary
405
+
406
+ ```
407
+ User: Extract skills from this paper. [provides PDF path]
408
+
409
+ Agent: [Reads paper]
410
+ This is an experimental paper (EEG study on language processing).
411
+ Does that match your understanding?
412
+
413
+ User: Yes.
414
+
415
+ Agent: I identified the following extractable methods:
416
+ [Lists candidates by category with numbers]
417
+ Which items would you like me to extract?
418
+
419
+ User: 1, 3, 4-6
420
+
421
+ Agent: Here is the detailed extraction for your selected items:
422
+ [Shows extracted parameters for review]
423
+ Does this look correct? Any corrections needed?
424
+
425
+ User: Looks good, but the sampling rate was 512 Hz not 500 Hz.
426
+
427
+ Agent: Corrected. Here is the generated skill:
428
+ [Shows SKILL.md content]
429
+ Shall I save this to skills/<name>/SKILL.md?
430
+
431
+ User: Yes.
432
+
433
+ Agent: [Saves file]
434
+ Skill saved to skills/<name>/SKILL.md.
435
+ ```