@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAwBA;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAA2C,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @brainpilot/skills — bundled Agent Skills content package.
|
|
3
|
+
*
|
|
4
|
+
* This package is pure CONTENT: the `skills/` directory holds the built-in
|
|
5
|
+
* neuroscience / cognitive-science / writing skills as `SKILL.md` files (with
|
|
6
|
+
* YAML frontmatter `name` / `description`), laid out as `<category>/<skill>/SKILL.md`.
|
|
7
|
+
*
|
|
8
|
+
* Skills are NOT served through a custom tool or MCP server anymore. They are
|
|
9
|
+
* loaded through Pi's NATIVE skill pipeline (`DefaultResourceLoader`'s
|
|
10
|
+
* `additionalSkillPaths`), which already implements progressive disclosure
|
|
11
|
+
* (skill name+description in the system prompt, body read on demand). At deploy
|
|
12
|
+
* time the runtime/CLI materialize these files into `<dataDir>/bp_template/skills/`
|
|
13
|
+
* (user-editable), and Pi loads from there.
|
|
14
|
+
*
|
|
15
|
+
* The only thing this module exports is the absolute path to the bundled
|
|
16
|
+
* `skills/` directory, so the runtime/CLI can locate it for materialization via
|
|
17
|
+
* `require.resolve("@brainpilot/skills")` regardless of install layout
|
|
18
|
+
* (workspace symlink, flat npm node_modules, or Docker image).
|
|
19
|
+
*/
|
|
20
|
+
import { fileURLToPath } from "node:url";
|
|
21
|
+
import { dirname, join, resolve } from "node:path";
|
|
22
|
+
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
23
|
+
/**
|
|
24
|
+
* Absolute path to the bundled skills/ directory. Lives at the package root,
|
|
25
|
+
* one level above the compiled `dist/` (or `src/`) dir.
|
|
26
|
+
*/
|
|
27
|
+
export const BUNDLED_SKILLS_DIR = resolve(join(__dirname, "..", "skills"));
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,SAAS,GAAG,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@brainpilot/skills",
|
|
3
|
+
"version": "0.0.6",
|
|
4
|
+
"engines": {
|
|
5
|
+
"node": ">=22"
|
|
6
|
+
},
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"description": "BrainPilot built-in Agent Skills content (neuroscience / cognitive-science / writing), loaded via Pi's native skill pipeline",
|
|
10
|
+
"main": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"default": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"skills"
|
|
22
|
+
],
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/NeuroAIHub/BrainPilot.git",
|
|
26
|
+
"directory": "packages/skills"
|
|
27
|
+
},
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"access": "public"
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "tsc -b",
|
|
33
|
+
"typecheck": "tsc -b"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "contribute-skill"
|
|
3
|
+
description: "One-command skill contribution — generate a SKILL.md from your domain expertise and submit to GitHub Issues for maintainer review"
|
|
4
|
+
domain: "meta-skill"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
review_status: "ai-generated"
|
|
7
|
+
dependencies:
|
|
8
|
+
recommended:
|
|
9
|
+
- paper-to-skill
|
|
10
|
+
- research-literacy
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Contribute Skill
|
|
14
|
+
|
|
15
|
+
## Purpose
|
|
16
|
+
|
|
17
|
+
This meta-skill lets researchers contribute new domain knowledge skills to the repository without needing Git expertise. It generates a properly formatted SKILL.md from the user's domain knowledge and submits it as a GitHub Issue for maintainer review.
|
|
18
|
+
|
|
19
|
+
## When to Use This Skill
|
|
20
|
+
|
|
21
|
+
Activate when the user:
|
|
22
|
+
|
|
23
|
+
- Says "contribute a skill", "把这个方法做成 skill", "submit a new skill"
|
|
24
|
+
- Wants to turn a discussion about methodology into a reusable skill
|
|
25
|
+
- Has domain expertise they want to encode as a structured skill
|
|
26
|
+
- Wants to contribute a skill from a paper they are reading
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Research Planning Protocol
|
|
31
|
+
|
|
32
|
+
Before starting the contribution process, you MUST:
|
|
33
|
+
|
|
34
|
+
1. **Identify the knowledge source** — Where does this domain knowledge come from? (paper, personal expertise, current session)
|
|
35
|
+
2. **Confirm domain specificity** — Does this knowledge pass the litmus test: "Would a competent programmer who has never taken a cognitive science course get this wrong?"
|
|
36
|
+
3. **Outline the expected skill structure** — What sections and parameters will the skill contain?
|
|
37
|
+
4. **Note potential gaps** — What information might be missing or need verification?
|
|
38
|
+
5. **Present the contribution plan to the user and WAIT for confirmation** before proceeding.
|
|
39
|
+
|
|
40
|
+
For detailed methodology guidance, see `skills/research-literacy/SKILL.md`.
|
|
41
|
+
|
|
42
|
+
## ⚠️ Verification Notice
|
|
43
|
+
|
|
44
|
+
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).
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Prerequisites
|
|
49
|
+
|
|
50
|
+
This skill supports two submission methods:
|
|
51
|
+
|
|
52
|
+
1. **Direct submission via `gh` CLI** (Recommended)
|
|
53
|
+
- Requires `gh` CLI installed and authenticated
|
|
54
|
+
- Run `gh auth status` to check
|
|
55
|
+
- Install from https://cli.github.com/ and run `gh auth login`
|
|
56
|
+
|
|
57
|
+
2. **Manual submission via web browser**
|
|
58
|
+
- No `gh` CLI required
|
|
59
|
+
- Opens GitHub Issues page in browser
|
|
60
|
+
- User copies and pastes the generated content
|
|
61
|
+
|
|
62
|
+
The skill will check for `gh` availability and let the user choose their preferred method.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## Interactive Flow
|
|
67
|
+
|
|
68
|
+
### Step 1 — Source Confirmation
|
|
69
|
+
|
|
70
|
+
**Q1: Where does this knowledge come from?**
|
|
71
|
+
- A specific paper (provide DOI or title)
|
|
72
|
+
- Personal research experience
|
|
73
|
+
- Current session discussion
|
|
74
|
+
- Textbook or guidelines document
|
|
75
|
+
- Other (free text)
|
|
76
|
+
|
|
77
|
+
**Q2: What is the skill about?** (free text — brief description of the methodology)
|
|
78
|
+
|
|
79
|
+
**Q3: Suggested skill name?**
|
|
80
|
+
- Auto-suggest a kebab-case name based on the description
|
|
81
|
+
- Let the user confirm or modify
|
|
82
|
+
|
|
83
|
+
**If the source is a paper with DOI/title**, check whether the `paper-to-skill` meta-skill would be more appropriate. If the user has the full paper available, suggest: "Since you have the full paper, the `paper-to-skill` skill can do a more thorough extraction. Would you like to use that instead?"
|
|
84
|
+
|
|
85
|
+
### Step 2 — Content Generation
|
|
86
|
+
|
|
87
|
+
Generate a SKILL.md following the project conventions. The generated skill MUST include:
|
|
88
|
+
|
|
89
|
+
**YAML Frontmatter:**
|
|
90
|
+
```yaml
|
|
91
|
+
---
|
|
92
|
+
name: "[Human-Readable Skill Name]"
|
|
93
|
+
description: "[One-sentence summary]"
|
|
94
|
+
domain: "[subdomain]"
|
|
95
|
+
version: "1.0.0"
|
|
96
|
+
review_status: "ai-generated"
|
|
97
|
+
papers:
|
|
98
|
+
- "[Author, Year]"
|
|
99
|
+
dependencies:
|
|
100
|
+
required:
|
|
101
|
+
- research-literacy
|
|
102
|
+
---
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
**Required Sections (in order):**
|
|
106
|
+
|
|
107
|
+
1. **Purpose** — What domain knowledge this skill encodes
|
|
108
|
+
2. **When to Use This Skill** — Trigger conditions
|
|
109
|
+
3. **Research Planning Protocol** — Standard preamble (adapt from template):
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
## Research Planning Protocol
|
|
113
|
+
|
|
114
|
+
Before executing the domain-specific steps below, you MUST:
|
|
115
|
+
|
|
116
|
+
1. **State the research question** — What specific question is this analysis/paradigm addressing?
|
|
117
|
+
2. **Justify the method choice** — Why is this approach appropriate? What alternatives were considered?
|
|
118
|
+
3. **Declare expected outcomes** — What results would support vs. refute the hypothesis?
|
|
119
|
+
4. **Note assumptions and limitations** — What does this method assume? Where could it mislead?
|
|
120
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
121
|
+
|
|
122
|
+
For detailed methodology guidance, see `skills/research-literacy/SKILL.md`.
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
4. **Verification Notice** — Standard disclaimer:
|
|
126
|
+
|
|
127
|
+
```
|
|
128
|
+
## ⚠️ Verification Notice
|
|
129
|
+
|
|
130
|
+
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).
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
5. **Domain-specific content** — The actual skill logic with:
|
|
134
|
+
- Key parameters (every number cited with Author, Year — no page numbers)
|
|
135
|
+
- Decision logic
|
|
136
|
+
- Common pitfalls
|
|
137
|
+
- Step-by-step methodology
|
|
138
|
+
|
|
139
|
+
**Content Quality Rules:**
|
|
140
|
+
- Every numerical parameter must have a citation `(Author, Year)`
|
|
141
|
+
- No page numbers in citations (high hallucination risk)
|
|
142
|
+
- Skill must pass the litmus test: domain-specific, not general programming advice
|
|
143
|
+
- Under 500 lines total
|
|
144
|
+
- If content exceeds 500 lines, split into SKILL.md + `references/` subdirectory
|
|
145
|
+
|
|
146
|
+
### Step 3 — User Review and Submission Choice
|
|
147
|
+
|
|
148
|
+
Display the complete generated SKILL.md to the user.
|
|
149
|
+
|
|
150
|
+
**First, check `gh` CLI availability:**
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
gh auth status 2>&1
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
**Then present submission options using AskUserQuestion:**
|
|
157
|
+
|
|
158
|
+
If `gh` is available:
|
|
159
|
+
- **Submit via gh CLI (Recommended)** — Direct submission to GitHub Issues
|
|
160
|
+
- **Open in browser** — Manual submission via web interface
|
|
161
|
+
- **Save locally only** — Save the file without submitting
|
|
162
|
+
- **Request modifications** — Specify what to change
|
|
163
|
+
- **Abort** — Cancel without saving
|
|
164
|
+
|
|
165
|
+
If `gh` is NOT available:
|
|
166
|
+
- **Open in browser** — Manual submission via web interface
|
|
167
|
+
- **Save locally only** — Save the file without submitting
|
|
168
|
+
- **Request modifications** — Specify what to change
|
|
169
|
+
- **Abort** — Cancel without saving
|
|
170
|
+
|
|
171
|
+
**You MUST wait for explicit user confirmation before proceeding to Step 4.**
|
|
172
|
+
|
|
173
|
+
### Step 4 — Submit to GitHub
|
|
174
|
+
|
|
175
|
+
Based on the user's choice in Step 3:
|
|
176
|
+
|
|
177
|
+
#### Option A: Submit via `gh` CLI
|
|
178
|
+
|
|
179
|
+
Create a GitHub Issue with the `community-skill` label:
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
gh issue create \
|
|
183
|
+
--repo "HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills" \
|
|
184
|
+
--title "[Community Skill] skill-name-here" \
|
|
185
|
+
--label "community-skill" \
|
|
186
|
+
--body "ISSUE_BODY_HERE"
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
**Issue body format:**
|
|
190
|
+
|
|
191
|
+
```markdown
|
|
192
|
+
## Contributed Skill: `skill-name-here`
|
|
193
|
+
|
|
194
|
+
### Source
|
|
195
|
+
- **Knowledge source**: [paper / experience / session / other]
|
|
196
|
+
- **Key references**: [papers cited in the skill]
|
|
197
|
+
|
|
198
|
+
### Contributor Notes
|
|
199
|
+
> [Any additional context from the user about this skill]
|
|
200
|
+
|
|
201
|
+
### Generated SKILL.md
|
|
202
|
+
|
|
203
|
+
<details>
|
|
204
|
+
<summary>Click to expand full SKILL.md</summary>
|
|
205
|
+
|
|
206
|
+
[Full SKILL.md content here]
|
|
207
|
+
|
|
208
|
+
</details>
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
*Submitted via the `contribute-skill` meta-skill.*
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
On success, display the Issue URL to the user:
|
|
215
|
+
```
|
|
216
|
+
✅ Skill submitted successfully!
|
|
217
|
+
🔗 Issue URL: [URL]
|
|
218
|
+
|
|
219
|
+
The maintainers will review your contribution. Thank you!
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
On failure, fall back to Option B.
|
|
223
|
+
|
|
224
|
+
#### Option B: Open in Browser
|
|
225
|
+
|
|
226
|
+
1. Save the SKILL.md locally to the current directory as `skill-name-here.md`
|
|
227
|
+
|
|
228
|
+
2. Prepare the issue body and save it as `skill-name-here-issue.md`
|
|
229
|
+
|
|
230
|
+
3. Open the GitHub Issues page:
|
|
231
|
+
```bash
|
|
232
|
+
xdg-open "https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues/new?labels=community-skill&title=%5BCommunity%20Skill%5D%20skill-name-here" 2>/dev/null || \
|
|
233
|
+
open "https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues/new?labels=community-skill&title=%5BCommunity%20Skill%5D%20skill-name-here" 2>/dev/null || \
|
|
234
|
+
echo "Please open: https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues/new?labels=community-skill"
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
4. Inform the user:
|
|
238
|
+
```
|
|
239
|
+
✅ Files saved:
|
|
240
|
+
- skill-name-here.md (the skill)
|
|
241
|
+
- skill-name-here-issue.md (issue body to copy)
|
|
242
|
+
|
|
243
|
+
🌐 Opening GitHub Issues in your browser...
|
|
244
|
+
|
|
245
|
+
📋 Next steps:
|
|
246
|
+
1. Copy the content from skill-name-here-issue.md
|
|
247
|
+
2. Paste it into the issue body
|
|
248
|
+
3. Submit the issue
|
|
249
|
+
|
|
250
|
+
The maintainers will review your contribution. Thank you!
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
#### Option C: Save Locally Only
|
|
254
|
+
|
|
255
|
+
Save the SKILL.md to the current directory as `skill-name-here.md`:
|
|
256
|
+
|
|
257
|
+
```
|
|
258
|
+
✅ Skill saved to: skill-name-here.md
|
|
259
|
+
|
|
260
|
+
You can submit it later by:
|
|
261
|
+
1. Opening https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues/new
|
|
262
|
+
2. Using the label "community-skill"
|
|
263
|
+
3. Copying the skill content into the issue
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
---
|
|
267
|
+
|
|
268
|
+
## Litmus Test Enforcement
|
|
269
|
+
|
|
270
|
+
Before generating the skill, verify each piece of content against the litmus test:
|
|
271
|
+
|
|
272
|
+
> "Would a competent programmer who has never taken a cognitive science course get this wrong?"
|
|
273
|
+
|
|
274
|
+
- If YES → Include it (this is domain knowledge)
|
|
275
|
+
- If NO → Exclude it (this is general knowledge)
|
|
276
|
+
|
|
277
|
+
Flag any borderline items to the user for their decision.
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "contribute-skills-via-pr"
|
|
3
|
+
description: "Step-by-step guidance for contributing a new skill to the NeuroAIHub/awesome_cognitive_and_neuroscience_skills repository via GitHub Pull Request, including SKILL.md format requirements, quality rules, and PR checklist"
|
|
4
|
+
domain: "community-contribution"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
authors:
|
|
7
|
+
- "Claude (AI-assisted)"
|
|
8
|
+
review_status: "ai-generated"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Contribute Skills via PR
|
|
12
|
+
|
|
13
|
+
## Purpose
|
|
14
|
+
|
|
15
|
+
This skill encodes the complete workflow for contributing a new skill to the [NeuroAIHub/awesome_cognitive_and_neuroscience_skills](https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills) repository via GitHub Pull Request. It covers SKILL.md format requirements, quality rules enforced by maintainers, the PR submission process, and the no-Git alternative.
|
|
16
|
+
|
|
17
|
+
## When to Use This Skill
|
|
18
|
+
|
|
19
|
+
Activate when the user:
|
|
20
|
+
- Wants to contribute a skill to the NeuroAIHub community repository
|
|
21
|
+
- Asks how to submit a PR to `awesome_cognitive_and_neuroscience_skills`
|
|
22
|
+
- Wants to know the SKILL.md format or quality requirements for this repository
|
|
23
|
+
- Asks about the review process or PR checklist for this repo
|
|
24
|
+
|
|
25
|
+
## Research Planning Protocol
|
|
26
|
+
|
|
27
|
+
1. **State the contribution goal** — What domain knowledge does the new skill encode? Is it a new skill, an improvement, or a verification?
|
|
28
|
+
2. **Check for overlap** — Confirm the skill does not duplicate an existing one (see overlap checklist below).
|
|
29
|
+
3. **Declare the skill structure** — Outline the sections and key parameters before writing.
|
|
30
|
+
4. **Note quality constraints** — All numerical parameters need citations; no page numbers; under 500 lines.
|
|
31
|
+
5. **Present the plan and WAIT for user confirmation** before writing the SKILL.md.
|
|
32
|
+
|
|
33
|
+
## Verification Notice
|
|
34
|
+
|
|
35
|
+
> This skill was generated by AI from direct inspection of the NeuroAIHub/awesome_cognitive_and_neuroscience_skills repository (April 2026). Repository requirements may change — always check the current CONTRIBUTING.md before submitting. If you find errors, please open an issue.
|
|
36
|
+
|
|
37
|
+
## Step 1: Check for Overlap
|
|
38
|
+
|
|
39
|
+
Before writing, verify your skill does not duplicate an existing one. Current skills include (41 total):
|
|
40
|
+
|
|
41
|
+
`eeg-preprocessing-pipeline-guide`, `erp-analysis`, `mne-python-guide`, `fmri-preprocessing-pipeline-guide`, `fmri-glm-analysis-guide`, `fmri-task-design-guide`, `brain-connectivity-modeler`, `neural-decoding-analysis`, `neural-population-analysis-guide`, `calcium-imaging-analysis-guide`, `lesion-symptom-mapping-guide`, `optogenetics-protocol-designer`, `spiking-network-model-builder`, `drift-diffusion-model`, `bayesian-cognitive-model-builder`, `act-r-model-builder`, `evidence-accumulation-selector`, `parameter-recovery-checker`, `signal-detection-analysis`, `cogsci-statistics`, `cogsci-power-analysis`, `cogsci-visualization`, `neuroimaging-power-guide`, `neuroimaging-sample-size-calculator`, `cognitive-paradigm-design`, `eeg-paradigm-designer`, `divergent-thinking-scoring`, `alternative-uses-task-designer`, `creativity-self-efficacy-mediation`, `reading-time-analysis`, `self-paced-reading-designer`, `sentence-stimulus-norming`, `infant-looking-time-designer`, `tom-task-selector`, `neuropsych-battery-selector`, `visual-search-array-generator`, `research-literacy`, `paper-to-skill`, `contribute-skill`, `verify-skill`, `share-case`
|
|
42
|
+
|
|
43
|
+
## Step 2: Write the SKILL.md
|
|
44
|
+
|
|
45
|
+
### Required YAML Frontmatter
|
|
46
|
+
|
|
47
|
+
Skill name may only contain lowercase letters, numbers, and hyphens. The name must match the folder name.
|
|
48
|
+
|
|
49
|
+
```yaml
|
|
50
|
+
---
|
|
51
|
+
name: "my-skill-name"
|
|
52
|
+
description: "One-sentence summary of the domain knowledge encoded"
|
|
53
|
+
domain: "your-domain"
|
|
54
|
+
version: "1.0.0"
|
|
55
|
+
authors:
|
|
56
|
+
- "Your Name"
|
|
57
|
+
papers:
|
|
58
|
+
- "Author et al., Year"
|
|
59
|
+
dependencies:
|
|
60
|
+
required:
|
|
61
|
+
- research-literacy
|
|
62
|
+
review_status: "ai-generated"
|
|
63
|
+
---
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
Mandatory fields: `name`, `description`, `review_status`. All others are recommended.
|
|
67
|
+
|
|
68
|
+
### Required Sections (in this order)
|
|
69
|
+
|
|
70
|
+
1. **Purpose** — What domain knowledge this skill encodes and why it is useful
|
|
71
|
+
2. **When to Use** — Trigger conditions that activate this skill
|
|
72
|
+
3. **Research Planning Protocol** — The standard 5-step preamble (copy template below)
|
|
73
|
+
4. **Verification Notice** — The standard AI disclaimer (copy template below)
|
|
74
|
+
5. **Domain-specific content** — The actual skill logic with cited parameters
|
|
75
|
+
|
|
76
|
+
### Research Planning Protocol Template
|
|
77
|
+
|
|
78
|
+
```markdown
|
|
79
|
+
## Research Planning Protocol
|
|
80
|
+
|
|
81
|
+
1. **State the research question** — ...
|
|
82
|
+
2. **Justify the method choice** — ...
|
|
83
|
+
3. **Declare expected outcomes** — ...
|
|
84
|
+
4. **Note assumptions and limitations** — ...
|
|
85
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Verification Notice Template
|
|
89
|
+
|
|
90
|
+
```markdown
|
|
91
|
+
## Verification Notice
|
|
92
|
+
|
|
93
|
+
> This skill was generated by AI from academic literature. All parameters,
|
|
94
|
+
> thresholds, and citations require independent verification before use in
|
|
95
|
+
> research. If you find errors, please open an issue at
|
|
96
|
+
> https://github.com/NeuroAIHub/awesome_cognitive_and_neuroscience_skills/issues.
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Quality Rules
|
|
100
|
+
|
|
101
|
+
| Rule | Requirement |
|
|
102
|
+
|------|-------------|
|
|
103
|
+
| Skill name | Lowercase letters, numbers, and hyphens only. Must match the folder name. e.g., `my-new-skill` |
|
|
104
|
+
| Citations | All numerical parameters must have `(Author, Year)` |
|
|
105
|
+
| No page numbers | Use `(Luck, 2014)` NOT `(Luck, 2014, p. 187)` |
|
|
106
|
+
| Line limit | SKILL.md must be **under 500 lines** |
|
|
107
|
+
| Directory name | kebab-case, must match the `name` field in YAML frontmatter |
|
|
108
|
+
| Commit prefix | `feat:`, `fix:`, `docs:`, or `refactor:` |
|
|
109
|
+
|
|
110
|
+
## Step 3: Submit via Git PR
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
# 1. Fork on GitHub, then clone your fork
|
|
114
|
+
git clone https://github.com/<your-username>/awesome_cognitive_and_neuroscience_skills.git
|
|
115
|
+
cd awesome_cognitive_and_neuroscience_skills
|
|
116
|
+
|
|
117
|
+
# 2. Create a feature branch
|
|
118
|
+
git checkout -b feat/<skill-name>
|
|
119
|
+
|
|
120
|
+
# 3. Create skill directory and add files
|
|
121
|
+
mkdir -p skills/<skill-name>
|
|
122
|
+
# copy your SKILL.md into skills/<skill-name>/SKILL.md
|
|
123
|
+
# optionally: mkdir skills/<skill-name>/references
|
|
124
|
+
|
|
125
|
+
# 4. Commit and push
|
|
126
|
+
git add skills/<skill-name>/
|
|
127
|
+
git commit -m "feat: add <skill-name> skill for <one-line description>"
|
|
128
|
+
git push origin feat/<skill-name>
|
|
129
|
+
|
|
130
|
+
# 5. Open PR on GitHub against the master branch
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### PR Template Checklist
|
|
134
|
+
|
|
135
|
+
When opening the PR, all items must be checked:
|
|
136
|
+
|
|
137
|
+
- [ ] SKILL.md has required YAML frontmatter (`name`, `description`, `review_status`)
|
|
138
|
+
- [ ] Includes Research Planning Protocol section
|
|
139
|
+
- [ ] Includes Verification Notice section
|
|
140
|
+
- [ ] All numerical parameters have `(Author, Year)` citations
|
|
141
|
+
- [ ] Citations do not contain specific page numbers
|
|
142
|
+
- [ ] SKILL.md is under 500 lines
|
|
143
|
+
- [ ] Directory name uses kebab-case
|
|
144
|
+
- [ ] Commit messages use conventional prefixes (`feat:`, `fix:`, `docs:`, etc.)
|
|
145
|
+
|
|
146
|
+
## Alternative: No-Git Contribution
|
|
147
|
+
|
|
148
|
+
If you prefer not to use Git, use the `contribute-skill` meta-skill inside Claude Code:
|
|
149
|
+
|
|
150
|
+
1. Say **"contribute a skill"** in Claude Code
|
|
151
|
+
2. The meta-skill generates a SKILL.md interactively
|
|
152
|
+
3. It submits the skill as a GitHub Issue with the `community-skill` label
|
|
153
|
+
4. Maintainers review and merge on your behalf
|
|
154
|
+
|
|
155
|
+
## After Submission
|
|
156
|
+
|
|
157
|
+
Maintainers may request changes such as:
|
|
158
|
+
- Adding missing `(Author, Year)` citations
|
|
159
|
+
- Removing page numbers from citations
|
|
160
|
+
- Reducing line count if over 500
|
|
161
|
+
- Clarifying the Research Planning Protocol or Verification Notice
|
|
162
|
+
|
|
163
|
+
Use the `verify-skill` meta-skill to self-review your SKILL.md before submitting to catch common issues early.
|