feat: add 7 consolidated cognitive science & neuroscience skills#83
Open
HaoxuanLiTHUAI wants to merge 1 commit into
Open
Conversation
Add consolidated skills for cognitive science and neuroscience research: - eeg-erp-analysis: Complete EEG/ERP pipeline (design, preprocessing, analysis) - fmri-analysis: Complete fMRI pipeline (task design, preprocessing, GLM) - cognitive-modeling: Computational models (ACT-R, Bayesian, DDM/LBA, spiking, validation) - neuroscience-methods: Systems neuroscience (connectivity, calcium imaging, lesion mapping, decoding, optogenetics, neuropsych) - cogsci-experimental-design: Experimental paradigms (cognitive tasks, developmental, psycholinguistics, creativity, ToM) - cogsci-statistics: Statistical methods (mixed models, power analysis, visualization, SDT, neuroimaging sample size) - research-literacy: Core scientific methodology principles Each skill uses router pattern: SKILL.md (<500 lines) provides decision trees and routing logic, detailed guidance in references/*.md files (36 total reference files). All skills include Research Planning Protocol, Verification Notice, and peer-reviewed citations for numerical parameters. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Add 7 Cognitive Science & Neuroscience Skills (Consolidated)
Contribution Checklist
SKILL.mdfrontmatter, kebab-case naming, directory structurelicense: "MIT"andmetadata.skill-author: "LeavesLi"in frontmatterscientific-skills/directorySummary
This PR contributes 7 consolidated skills for cognitive science and neuroscience research methodology. Each skill serves as a router that guides users to detailed reference files based on their research question, data type, or analysis stage.
All skills originate from awesome_cognitive_and_neuroscience_skills, an open-source collection with MIT license.
Consolidation approach: Each skill's
SKILL.md(<500 lines) provides decision trees, method overviews, and routing logic. Detailed methodological guidance lives inreferences/*.mdfiles (36 total reference files across the 7 skills).Skills Overview
1.
eeg-erp-analysis(283 lines + 3 references)Complete pipeline for EEG/ERP research: paradigm design, preprocessing, and statistical analysis
eeg-paradigm-designer.md— ERP component isolation, timing parameters, trial countseeg-preprocessing-pipeline.md— Filtering, ICA/ASR artifact rejection, re-referencingerp-analysis.md— Time window selection, baseline correction, statistical testing2.
fmri-analysis(354 lines + 3 references)Complete pipeline for fMRI research: task design, preprocessing, and GLM analysis
fmri-task-design.md— Block vs. event-related design, jittering, power for BOLDfmri-preprocessing-pipeline.md— Motion correction, normalization, smoothing, QCfmri-glm-analysis.md— HRF modeling, contrast definition, confound regression3.
cognitive-modeling(422 lines + 6 references)Computational cognitive modeling: symbolic (ACT-R), Bayesian hierarchical, evidence accumulation (DDM/LBA), spiking networks, and model validation
act-r-model-builder.md— Chunk types, production rules, subsymbolic parametersbayesian-cognitive-model-builder.md— Hierarchical models with Stan/PyMCdrift-diffusion-model.md— DDM fitting for choice-RT dataevidence-accumulation-selector.md— DDM vs. LBA vs. race model selectionparameter-recovery-checker.md— Model identifiability validationspiking-network-model-builder.md— Spiking neural network simulations4.
neuroscience-methods(378 lines + 7 references)Systems and experimental neuroscience methods: connectivity analysis, calcium imaging, lesion mapping, neural decoding, population analysis, optogenetics, and neuropsychological assessment
brain-connectivity-modeler.md— PPI, DCM, Granger causality, graph theorycalcium-imaging-analysis-guide.md— Motion correction, ROI extraction, spike inferencelesion-symptom-mapping-guide.md— VLSM, disconnection analysis, network lesion mappingneural-decoding-analysis.md— Decoding, RSA, temporal generalization, encoding modelsneural-population-analysis-guide.md— PCA, GPFA, dPCA for neural populationsoptogenetics-protocol-designer.md— Opsin choice, light delivery, pulse protocolsneuropsych-battery-selector.md— Test battery selection matched to deficit profiles5.
cogsci-experimental-design(483 lines + 9 references)Experimental paradigm design for cognitive science and neuroscience: cognitive tasks, developmental methods, psycholinguistics, visual attention, creativity research, and Theory of Mind
cognitive-paradigm-design.md— General paradigm selection and parameterizationinfant-looking-time-designer.md— Habituation and preferential-looking paradigmsvisual-search-array-generator.md— Display parameters, set sizes, randomizationself-paced-reading-designer.md— Region segmentation, timing, spillover analysissentence-stimulus-norming.md— Cloze probability, plausibility, acceptability normingalternative-uses-task-designer.md— AUT experiments for divergent thinkingtom-task-selector.md— Theory of Mind task selection by population and constructcreativity-self-efficacy-mediation.md— SEM mediation analysis for creative self-efficacydivergent-thinking-scoring.md— Multi-dimensional scoring for divergent thinking tasks6.
cogsci-statistics(380 lines + 7 references)Statistical methods for cognitive science and neuroscience: mixed models, power analysis, visualization, signal detection theory, neuroimaging sample size planning, and reading time analysis
cogsci-statistics.md— Mixed models, corrections, Bayesian approachescogsci-power-analysis.md— Power analysis with domain-specific effect size priorscogsci-visualization.md— Visualization best practices for neuro/cogsci datasignal-detection-analysis.md— SDT decision logic, formulas, interpretationneuroimaging-power-guide.md— Sample-size planning for fMRI/EEG studiesneuroimaging-sample-size-calculator.md— Simulation-based sample-size planningreading-time-analysis.md— Eye-tracking reading measures analysis7.
research-literacy(289 lines, standalone)Core scientific methodology principles: research planning, method justification, assumption checking, and human-in-the-loop decision making for cognitive science and neuroscience
Format
Each skill includes:
name,description,license,metadata.skill-author,review_status,papers)Review Status
All skills are currently
review_status: "ai-generated". Parameters and citations have been cross-referenced with source literature but have not yet received formal expert verification.New Domain Coverage
These skills add a Cognitive Science & Neuroscience category to the repository, complementing the existing bioinformatics, cheminformatics, clinical, and ML skill sets. This fills a gap for researchers working with:
Consolidation Rationale
This PR consolidates 36 original skills into 7 router skills based on reviewer feedback. The consolidation:
Original skill structure preserved in
references/for users who need detailed guidance.Compatibility Notes
license,metadata.skill-author)