[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-K-Dense-AI-scientific-schematics-zh-CN":3,"guides-for-K-Dense-AI-scientific-schematics":3487,"similar-k175kyc2r2azmfwxn6q1q29nc586mc7g-zh-CN":3488},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":239,"parentExtension":262,"providers":263,"relations":268,"repo":270,"tags":3484,"workflow":3485},1778691799740.4934,"k175kyc2r2azmfwxn6q1q29nc586mc7g",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.",{"claudeCode":12},"K-Dense-AI/claude-scientific-skills","Scientific Schematics","https://github.com/K-Dense-AI/claude-scientific-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":254},1778694237519.9763,"kn73t52pkdg4a6sgs0raywpmhn86mmf1","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"practices":203,"prerequisites":207,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":223,"tier":224,"useCases":225,"workflow":230},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,112,115,119,122,125,128,131,134,137,141,145,148,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of creating publication-quality scientific diagrams and names specific types like neural networks and flowcharts. It highlights the pain point of manual drawing and coding.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by incorporating AI-powered iterative refinement, quality review with Gemini 3.1 Pro Preview, and automatic adjustment of quality thresholds based on document type, making it more than a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, offering a complete workflow from natural language description to publication-quality output with automated quality checks and refinement.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, coherent responsibility: generating scientific diagrams using AI, with clear documentation and a focused workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including the use of Nano Banana 2 AI, Gemini 3.1 Pro Preview for review, and specialized diagram types.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension primarily relies on a single command-line script (`generate_schematic.py`) that takes natural language prompts and parameters, which is a common and effective pattern for AI-driven skills.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The documentation clearly outlines command-line options, parameters like `--doc-type` and `--iterations`, and environment variable setup (`OPENROUTER_API_KEY`), including defaults.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool `generate_schematic.py` is descriptive, and the internal script `generate_schematic_ai.py` follows Python conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The command-line interface uses typed flags and a descriptive prompt, and the output is a single image file and a JSON log, adhering to minimal I/O principles.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The MIT license is clearly declared in `LICENSE.md` and `SKILL.md`, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on May 11, 2026, well within the last 90 days, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The script specifies a `requirements.txt` (implied by `pip install requests`) and the main script uses `subprocess.run`, indicating a reasonable approach to managing dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill requires an API key but correctly instructs users to set it as an environment variable or via a flag, avoiding hardcoding secrets in scripts or committing them.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The primary script takes a natural language prompt and passes it to an AI model; the prompt is not directly executed as code. External libraries are managed via pip/requirements.txt.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension relies on the `requests` library, which is installed via pip, and calls the OpenRouter API. It does not fetch and execute remote code or markdown.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The script primarily generates image files and calls an external API, with no indications of attempting to modify files outside its designated output directory.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops were found in the provided scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension sends the user's prompt and generated image to the OpenRouter API for processing; the API key is handled securely, and no confidential data is mentioned.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled scripts and documentation do not contain any hidden text, invisible characters, or obfuscated instructions.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The Python scripts are provided in clear, readable source code; there is no evidence of base64 encoding, `eval`, or runtime script fetching.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The script assumes standard Python and directory structures for scripts and figures, but does not rely on specific user project layouts.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","Open issues (5 opened, 33 closed in 90 days) show a high closure rate, indicating good maintainer responsiveness.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The `pushedAt` date indicates recent commits, and the `LICENSE.md` and `SKILL.md` are present. While no explicit version number is in frontmatter, the direct installation via `claudeCode` implies using the latest stable version.",{"category":102,"check":103,"severity":24,"summary":104},"Execution","Validation","Input validation is handled by the argument parser for command-line options. Prompts are sent to the AI model for interpretation.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","The script's primary action is to create image and log files, which are not destructive operations.",{"category":109,"check":110,"severity":24,"summary":111},"Code Execution","Error Handling","The script includes try-except blocks, checks for API key presence, handles subprocess errors, and provides informative messages for failures.",{"category":109,"check":113,"severity":24,"summary":114},"Logging","The script provides verbose logging via the `-v` flag and saves a detailed review log in JSON format for each generation, capturing outcomes and quality scores.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension processes diagram descriptions and interacts with an API; it does not appear to handle personal data directly.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension is global in scope, with no regional or jurisdictional limitations detected.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The script relies on standard Python libraries and a common CLI pattern, making it portable across POSIX-like systems and Windows with Python installed.",{"category":44,"check":126,"severity":24,"summary":127},"README","A comprehensive README.md exists, clearly stating the extension's purpose, features, installation, usage, and prompt engineering tips.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes one primary command-line tool (`generate_schematic.py`) and one internal AI script, fitting within the target range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","There is one primary user-facing tool (`generate_schematic.py`) and a supporting internal script, with no overlapping functionality.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All documented features, such as iterative refinement and AI review, are implemented in the provided scripts.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","Installation instructions are clear, including setting the API key and installing dependencies, with multiple ready-to-run command-line examples provided.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","Error messages provide context, such as missing API keys or dependency issues, and suggest remediation steps.",{"category":102,"check":146,"severity":24,"summary":147},"Pinned dependencies","The script implies usage of `requests` which is typically managed via pip, and the `requirements.txt` is referenced, suggesting pinned dependencies.",{"category":33,"check":149,"severity":150,"summary":151},"Dry-run preview","not_applicable","The operation generates files and calls an API but does not involve state-changing operations that would typically require a dry-run mode.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The script handles API timeouts and includes retry logic for subprocess calls. The core operation is file generation, not mutating state.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension does not emit telemetry. API calls are made to OpenRouter, which has its own telemetry policies, but the extension itself does not collect or send data.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The purpose is precisely stated: generate scientific diagrams using AI with smart refinement for publication, and it clearly defines its use cases and non-goals.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly summarizing the core capability and providing trigger phrases.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured, using progressive disclosure for detailed references and examples, keeping the main body concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","Detailed guides and best practices are provided in separate markdown files within the `references/` directory, linked from the main SKILL.md.",{"category":169,"check":173,"severity":150,"summary":174},"Forked exploration","The skill generates diagrams and does not involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","Numerous end-to-end examples are provided in SKILL.md, README.md, and example_usage.sh, demonstrating invocation and expected outcomes.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The documentation implicitly handles edge cases by offering specific prompt engineering tips and outlining troubleshooting steps for common issues like API key problems or low quality scores.",{"category":109,"check":182,"severity":150,"summary":183},"Tool Fallback","The skill does not rely on external MCP servers or tools that would require a fallback mechanism.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","Error handling in the scripts ensures that failures in API calls or file operations halt the process and report errors, preventing unexpected state.",{"category":90,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills. It mentions synergistic integration possibilities but does not require them.",1778694237070,"This skill generates publication-quality scientific diagrams using Nano Banana 2 AI, incorporating an iterative refinement process that includes quality review by Gemini 3.1 Pro Preview against document-specific thresholds. It supports various diagram types including neural networks, flowcharts, and biological pathways.",[194,195,196,197,198],"AI-driven diagram generation","Iterative refinement with quality review","Customizable quality thresholds by document type","Supports diverse scientific diagram types","Publication-ready output",[200,201,202],"Manual drawing or template-based diagramming","Generating non-scientific or decorative graphics","Acting as a general-purpose image editor",[204,205,206],"AI Prompt Engineering","Scientific Visualization Standards","Automated Quality Assurance",[208,209,210],"OpenRouter API key","Python 3.10+","requests library","3.0.0","4.4.0","To automate the creation of publication-quality scientific diagrams, making complex concepts visually accessible without manual drawing or coding.","Excellent documentation and implementation, with a strong focus on AI-driven quality and user experience. The only minor finding is related to dependency pinning, which is a common practice but not strictly enforced here beyond typical pip usage.",98,"High-quality AI-powered scientific diagram generator with iterative refinement and quality checks.",[218,219,220,221,222],"diagrams","scientific-visualization","ai","generation","publication","global","verified",[226,227,228,229],"Creating neural network architecture diagrams for papers","Illustrating system architectures and data flow","Drawing methodology flowcharts for research studies","Visualizing biological pathways or chemical reactions",[231,232,233,234,235,236],"Describe the desired diagram in natural language","Run the generation script with prompt and output path","AI generates an initial diagram (v1)","AI reviews quality against document type threshold","If below threshold, AI refines prompt and regenerates (v2)","Final diagram saved to specified output path",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":251,"testCoverage":253},{"hasLockfile":239},true,1778694216116,{"descriptionLength":242,"readmeSize":243},355,42038,{"closedIssues90d":245,"forks":246,"hasChangelog":247,"openIssues90d":248,"pushedAt":249,"stars":250},33,2317,false,5,1778498315000,20978,{"hasNpmPackage":247,"license":252,"smitheryVerified":247},"MIT",{"hasCi":239,"hasTests":239},{"updatedAt":255},1778694237520,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":260,"type":261},"scientific-skills/scientific-schematics","K-Dense-AI","claude-scientific-skills","scientific-schematics","skill",null,{"evaluate":264,"extract":266},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":265,"targetMarket":223,"tier":224},[218,219,220,221,222],{"commitSha":267,"license":252},"HEAD",{"repoId":269},"kd79rphh5gexy91xmpxc05h5mh86mm9r",{"_creationTime":271,"_id":269,"identity":272,"providers":273,"workflow":3480},1778691790211.49,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":274,"discover":3457,"github":3460},{"commitSha":267,"extensions":275},[276,290,320,338,355,377,409,423,431,453,475,487,507,545,593,660,672,682,702,866,886,903,924,934,944,968,986,1115,1130,1146,1162,1186,1195,1215,1225,1243,1281,1300,1310,1329,1343,1353,1373,1390,1410,1420,1442,1470,1488,1512,1531,1550,1565,1594,1616,1696,1717,1738,1753,1777,1796,1810,1841,1851,1863,1879,1911,1952,1974,1995,2010,2042,2070,2078,2092,2112,2141,2154,2175,2187,2205,2224,2295,2311,2321,2340,2362,2375,2392,2412,2430,2454,2475,2501,2519,2535,2553,2580,2612,2634,2649,2668,2699,2712,2720,2734,2748,2758,2780,2793,2835,2861,2889,2898,2921,2941,2953,2976,2989,3004,3025,3045,3064,3082,3100,3108,3167,3186,3208,3223,3270,3279,3301,3318,3376,3386,3448],{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/adaptyv","How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.","adaptyv",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/adaptyv/SKILL.md",[283,286],{"path":284,"priority":285},"SKILL.md","mandatory",{"path":287,"priority":288},"references/api-endpoints.md","medium","rule",{"basePath":291,"description":292,"displayName":293,"installMethods":294,"rationale":295,"selectedPaths":296,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/aeon","This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.","aeon",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/aeon/SKILL.md",[297,298,300,302,304,306,308,310,312,314,316,318],{"path":284,"priority":285},{"path":299,"priority":288},"references/anomaly_detection.md",{"path":301,"priority":288},"references/classification.md",{"path":303,"priority":288},"references/clustering.md",{"path":305,"priority":288},"references/datasets_benchmarking.md",{"path":307,"priority":288},"references/distances.md",{"path":309,"priority":288},"references/forecasting.md",{"path":311,"priority":288},"references/networks.md",{"path":313,"priority":288},"references/regression.md",{"path":315,"priority":288},"references/segmentation.md",{"path":317,"priority":288},"references/similarity_search.md",{"path":319,"priority":288},"references/transformations.md",{"basePath":321,"description":322,"displayName":323,"installMethods":324,"rationale":325,"selectedPaths":326,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/anndata","Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.","anndata",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/anndata/SKILL.md",[327,328,330,332,334,336],{"path":284,"priority":285},{"path":329,"priority":288},"references/best_practices.md",{"path":331,"priority":288},"references/concatenation.md",{"path":333,"priority":288},"references/data_structure.md",{"path":335,"priority":288},"references/io_operations.md",{"path":337,"priority":288},"references/manipulation.md",{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/arboreto","Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.","arboreto",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/arboreto/SKILL.md",[345,346,348,350,352],{"path":284,"priority":285},{"path":347,"priority":288},"references/algorithms.md",{"path":349,"priority":288},"references/basic_inference.md",{"path":351,"priority":288},"references/distributed_computing.md",{"path":353,"priority":354},"scripts/basic_grn_inference.py","low",{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/astropy","Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.","astropy",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/astropy/SKILL.md",[362,363,365,367,369,371,373,375],{"path":284,"priority":285},{"path":364,"priority":288},"references/coordinates.md",{"path":366,"priority":288},"references/cosmology.md",{"path":368,"priority":288},"references/fits.md",{"path":370,"priority":288},"references/tables.md",{"path":372,"priority":288},"references/time.md",{"path":374,"priority":288},"references/units.md",{"path":376,"priority":288},"references/wcs_and_other_modules.md",{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/autoskill","Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.","autoskill",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/autoskill/SKILL.md",[384,385,387,389,391,393,395,397,399,401,403,405,407],{"path":284,"priority":285},{"path":386,"priority":288},"references/https-proxy.md",{"path":388,"priority":288},"references/screenpipe-config.yaml",{"path":390,"priority":354},"scripts/autoskill.py",{"path":392,"priority":354},"scripts/backends.py",{"path":394,"priority":354},"scripts/cluster.py",{"path":396,"priority":354},"scripts/doctor.py",{"path":398,"priority":354},"scripts/fetch_window.py",{"path":400,"priority":354},"scripts/match_skills.py",{"path":402,"priority":354},"scripts/promote.py",{"path":404,"priority":354},"scripts/redact.py",{"path":406,"priority":354},"scripts/run.py",{"path":408,"priority":354},"scripts/synthesize.py",{"basePath":410,"description":411,"displayName":412,"installMethods":413,"rationale":414,"selectedPaths":415,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/benchling-integration","Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.","benchling-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/benchling-integration/SKILL.md",[416,417,419,421],{"path":284,"priority":285},{"path":418,"priority":288},"references/api_endpoints.md",{"path":420,"priority":288},"references/authentication.md",{"path":422,"priority":288},"references/sdk_reference.md",{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/bgpt-paper-search","Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis, and finding experimental details not available in abstracts alone.","bgpt-paper-search",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/bgpt-paper-search/SKILL.md",[430],{"path":284,"priority":285},{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/biopython","Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.","biopython",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/biopython/SKILL.md",[438,439,441,443,445,447,449,451],{"path":284,"priority":285},{"path":440,"priority":288},"references/advanced.md",{"path":442,"priority":288},"references/alignment.md",{"path":444,"priority":288},"references/blast.md",{"path":446,"priority":288},"references/databases.md",{"path":448,"priority":288},"references/phylogenetics.md",{"path":450,"priority":288},"references/sequence_io.md",{"path":452,"priority":288},"references/structure.md",{"basePath":454,"description":455,"displayName":456,"installMethods":457,"rationale":458,"selectedPaths":459,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/bioservices","Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython.","bioservices",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/bioservices/SKILL.md",[460,461,463,465,467,469,471,473],{"path":284,"priority":285},{"path":462,"priority":288},"references/identifier_mapping.md",{"path":464,"priority":288},"references/services_reference.md",{"path":466,"priority":288},"references/workflow_patterns.md",{"path":468,"priority":354},"scripts/batch_id_converter.py",{"path":470,"priority":354},"scripts/compound_cross_reference.py",{"path":472,"priority":354},"scripts/pathway_analysis.py",{"path":474,"priority":354},"scripts/protein_analysis_workflow.py",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/cellxgene-census","Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.","cellxgene-census",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/cellxgene-census/SKILL.md",[482,483,485],{"path":284,"priority":285},{"path":484,"priority":288},"references/census_schema.md",{"path":486,"priority":288},"references/common_patterns.md",{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/cirq","Google quantum computing framework. Use when targeting Google Quantum AI hardware, designing noise-aware circuits, or running quantum characterization experiments. Best for Google hardware, noise modeling, and low-level circuit design. For IBM hardware use qiskit; for quantum ML with autodiff use pennylane; for physics simulations use qutip.","cirq",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/cirq/SKILL.md",[494,495,497,499,501,503,505],{"path":284,"priority":285},{"path":496,"priority":288},"references/building.md",{"path":498,"priority":288},"references/experiments.md",{"path":500,"priority":288},"references/hardware.md",{"path":502,"priority":288},"references/noise.md",{"path":504,"priority":288},"references/simulation.md",{"path":506,"priority":288},"references/transformation.md",{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/citation-management","Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.","citation-management",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/citation-management/SKILL.md",[514,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543],{"path":284,"priority":285},{"path":516,"priority":354},"assets/bibtex_template.bib",{"path":518,"priority":354},"assets/citation_checklist.md",{"path":520,"priority":288},"references/bibtex_formatting.md",{"path":522,"priority":288},"references/citation_validation.md",{"path":524,"priority":288},"references/google_scholar_search.md",{"path":526,"priority":288},"references/metadata_extraction.md",{"path":528,"priority":288},"references/pubmed_search.md",{"path":530,"priority":354},"scripts/doi_to_bibtex.py",{"path":532,"priority":354},"scripts/extract_metadata.py",{"path":534,"priority":354},"scripts/format_bibtex.py",{"path":536,"priority":354},"scripts/generate_schematic.py",{"path":538,"priority":354},"scripts/generate_schematic_ai.py",{"path":540,"priority":354},"scripts/search_google_scholar.py",{"path":542,"priority":354},"scripts/search_pubmed.py",{"path":544,"priority":354},"scripts/validate_citations.py",{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/clinical-decision-support","Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.","clinical-decision-support",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/clinical-decision-support/SKILL.md",[552,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587,588,589,591],{"path":284,"priority":285},{"path":554,"priority":354},"assets/biomarker_report_template.tex",{"path":556,"priority":354},"assets/clinical_pathway_template.tex",{"path":558,"priority":354},"assets/cohort_analysis_template.tex",{"path":560,"priority":354},"assets/color_schemes.tex",{"path":562,"priority":354},"assets/example_gbm_cohort.md",{"path":564,"priority":354},"assets/recommendation_strength_guide.md",{"path":566,"priority":354},"assets/treatment_recommendation_template.tex",{"path":568,"priority":288},"references/README.md",{"path":570,"priority":288},"references/biomarker_classification.md",{"path":572,"priority":288},"references/clinical_decision_algorithms.md",{"path":574,"priority":288},"references/evidence_synthesis.md",{"path":576,"priority":288},"references/outcome_analysis.md",{"path":578,"priority":288},"references/patient_cohort_analysis.md",{"path":580,"priority":288},"references/treatment_recommendations.md",{"path":582,"priority":354},"scripts/biomarker_classifier.py",{"path":584,"priority":354},"scripts/build_decision_tree.py",{"path":586,"priority":354},"scripts/create_cohort_tables.py",{"path":536,"priority":354},{"path":538,"priority":354},{"path":590,"priority":354},"scripts/generate_survival_analysis.py",{"path":592,"priority":354},"scripts/validate_cds_document.py",{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/clinical-reports","Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.","clinical-reports",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/clinical-reports/SKILL.md",[600,601,603,605,607,609,611,613,615,617,619,621,623,625,626,628,630,632,634,636,638,640,642,644,646,648,650,652,653,654,656,658],{"path":284,"priority":285},{"path":602,"priority":354},"assets/case_report_template.md",{"path":604,"priority":354},"assets/clinical_trial_csr_template.md",{"path":606,"priority":354},"assets/clinical_trial_sae_template.md",{"path":608,"priority":354},"assets/consult_note_template.md",{"path":610,"priority":354},"assets/discharge_summary_template.md",{"path":612,"priority":354},"assets/hipaa_compliance_checklist.md",{"path":614,"priority":354},"assets/history_physical_template.md",{"path":616,"priority":354},"assets/lab_report_template.md",{"path":618,"priority":354},"assets/pathology_report_template.md",{"path":620,"priority":354},"assets/quality_checklist.md",{"path":622,"priority":354},"assets/radiology_report_template.md",{"path":624,"priority":354},"assets/soap_note_template.md",{"path":568,"priority":288},{"path":627,"priority":288},"references/case_report_guidelines.md",{"path":629,"priority":288},"references/clinical_trial_reporting.md",{"path":631,"priority":288},"references/data_presentation.md",{"path":633,"priority":288},"references/diagnostic_reports_standards.md",{"path":635,"priority":288},"references/medical_terminology.md",{"path":637,"priority":288},"references/patient_documentation.md",{"path":639,"priority":288},"references/peer_review_standards.md",{"path":641,"priority":288},"references/regulatory_compliance.md",{"path":643,"priority":354},"scripts/check_deidentification.py",{"path":645,"priority":354},"scripts/compliance_checker.py",{"path":647,"priority":354},"scripts/extract_clinical_data.py",{"path":649,"priority":354},"scripts/format_adverse_events.py",{"path":651,"priority":354},"scripts/generate_report_template.py",{"path":536,"priority":354},{"path":538,"priority":354},{"path":655,"priority":354},"scripts/terminology_validator.py",{"path":657,"priority":354},"scripts/validate_case_report.py",{"path":659,"priority":354},"scripts/validate_trial_report.py",{"basePath":661,"description":662,"displayName":663,"installMethods":664,"rationale":665,"selectedPaths":666,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/cobrapy","Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.","cobrapy",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/cobrapy/SKILL.md",[667,668,670],{"path":284,"priority":285},{"path":669,"priority":288},"references/api_quick_reference.md",{"path":671,"priority":288},"references/workflows.md",{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/consciousness-council","Run a multi-perspective Mind Council deliberation on any question, decision, or creative challenge. Use this skill whenever the user wants diverse viewpoints, needs help making a tough decision, asks for a council/panel/board discussion, wants to explore a problem from multiple angles, requests devil's advocate analysis, or says things like \"what would different experts think about this\", \"help me think through this from all sides\", \"council mode\", \"mind council\", or \"deliberate on this\". Also trigger when the user faces a dilemma, trade-off, or complex choice with no obvious answer.","consciousness-council",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/consciousness-council/SKILL.md",[679,680],{"path":284,"priority":285},{"path":681,"priority":288},"references/advanced-configurations.md",{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/dask","Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.","dask",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/dask/SKILL.md",[689,690,692,694,696,698,700],{"path":284,"priority":285},{"path":691,"priority":288},"references/arrays.md",{"path":693,"priority":288},"references/bags.md",{"path":695,"priority":288},"references/best-practices.md",{"path":697,"priority":288},"references/dataframes.md",{"path":699,"priority":288},"references/futures.md",{"path":701,"priority":288},"references/schedulers.md",{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/database-lookup","Search 78 public scientific, biomedical, materials science, and economic databases via REST APIs. Covers physics/astronomy (NASA, NIST, SDSS, SIMBAD), earth/environment (USGS, NOAA, EPA), chemistry/drugs (PubChem, ChEMBL, DrugBank, FDA, KEGG, ZINC, BindingDB), materials (Materials Project, COD), biology/genomics (Reactome, UniProt, STRING, Ensembl, NCBI Gene, GEO, GTEx, PDB, AlphaFold, InterPro, BioGRID, Gene Ontology, dbSNP, gnomAD, ENCODE, Human Protein Atlas, Human Cell Atlas), disease/clinical (COSMIC, Open Targets, ClinicalTrials.gov, OMIM, ClinVar, GDC/TCGA, cBioPortal, DisGeNET, GWAS Catalog), regulatory (FDA, USPTO, SEC EDGAR), economics/finance (FRED, World Bank, US Treasury), demographics (US Census, Eurostat, WHO). Use when looking up compounds, genes, proteins, pathways, variants, clinical trials, patents, economic indicators, or any public database API query.","database-lookup",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/database-lookup/SKILL.md",[709,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864],{"path":284,"priority":285},{"path":711,"priority":288},"references/addgene.md",{"path":713,"priority":288},"references/alphafold.md",{"path":715,"priority":288},"references/alphavantage.md",{"path":717,"priority":288},"references/bea.md",{"path":719,"priority":288},"references/bindingdb.md",{"path":721,"priority":288},"references/biogrid.md",{"path":723,"priority":288},"references/bls.md",{"path":725,"priority":288},"references/brenda.md",{"path":727,"priority":288},"references/cbioportal.md",{"path":729,"priority":288},"references/census.md",{"path":731,"priority":288},"references/chebi.md",{"path":733,"priority":288},"references/chembl.md",{"path":735,"priority":288},"references/clinicaltrials.md",{"path":737,"priority":288},"references/clinpgx.md",{"path":739,"priority":288},"references/clinvar.md",{"path":741,"priority":288},"references/cod.md",{"path":743,"priority":288},"references/cosmic.md",{"path":745,"priority":288},"references/dailymed.md",{"path":747,"priority":288},"references/datacommons.md",{"path":749,"priority":288},"references/dbsnp.md",{"path":751,"priority":288},"references/disgenet.md",{"path":753,"priority":288},"references/drugbank.md",{"path":755,"priority":288},"references/ecb.md",{"path":757,"priority":288},"references/emdb.md",{"path":759,"priority":288},"references/ena.md",{"path":761,"priority":288},"references/encode.md",{"path":763,"priority":288},"references/ensembl.md",{"path":765,"priority":288},"references/epa.md",{"path":767,"priority":288},"references/eurostat.md",{"path":769,"priority":288},"references/fda.md",{"path":771,"priority":288},"references/federal-reserve.md",{"path":773,"priority":288},"references/fred.md",{"path":775,"priority":288},"references/gene-ontology.md",{"path":777,"priority":288},"references/geo.md",{"path":779,"priority":288},"references/gnomad.md",{"path":781,"priority":288},"references/gtex.md",{"path":783,"priority":288},"references/gwas-catalog.md",{"path":785,"priority":288},"references/hca.md",{"path":787,"priority":288},"references/hpo.md",{"path":789,"priority":288},"references/human-protein-atlas.md",{"path":791,"priority":288},"references/interpro.md",{"path":793,"priority":288},"references/jaspar.md",{"path":795,"priority":288},"references/kegg.md",{"path":797,"priority":288},"references/lincs-l1000.md",{"path":799,"priority":288},"references/materials-project.md",{"path":801,"priority":288},"references/metabolomics-workbench.md",{"path":803,"priority":288},"references/monarch.md",{"path":805,"priority":288},"references/mousemine.md",{"path":807,"priority":288},"references/nasa-exoplanet-archive.md",{"path":809,"priority":288},"references/nasa.md",{"path":811,"priority":288},"references/ncbi-gene.md",{"path":813,"priority":288},"references/ncbi-protein.md",{"path":815,"priority":288},"references/ncbi-taxonomy.md",{"path":817,"priority":288},"references/nist.md",{"path":819,"priority":288},"references/noaa.md",{"path":821,"priority":288},"references/omim.md",{"path":823,"priority":288},"references/opentargets.md",{"path":825,"priority":288},"references/openweathermap.md",{"path":827,"priority":288},"references/pdb.md",{"path":829,"priority":288},"references/pride.md",{"path":831,"priority":288},"references/pubchem.md",{"path":833,"priority":288},"references/quickgo.md",{"path":835,"priority":288},"references/reactome.md",{"path":837,"priority":288},"references/rummageo.md",{"path":839,"priority":288},"references/sdss.md",{"path":841,"priority":288},"references/sec-edgar.md",{"path":843,"priority":288},"references/simbad.md",{"path":845,"priority":288},"references/sra.md",{"path":847,"priority":288},"references/string.md",{"path":849,"priority":288},"references/tcga-gdc.md",{"path":851,"priority":288},"references/treasury.md",{"path":853,"priority":288},"references/ucsc-genome.md",{"path":855,"priority":288},"references/uniprot.md",{"path":857,"priority":288},"references/usgs.md",{"path":859,"priority":288},"references/uspto.md",{"path":861,"priority":288},"references/who.md",{"path":863,"priority":288},"references/worldbank.md",{"path":865,"priority":288},"references/zinc.md",{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/datamol","Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.","datamol",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/datamol/SKILL.md",[873,874,876,878,880,882,884],{"path":284,"priority":285},{"path":875,"priority":288},"references/conformers_module.md",{"path":877,"priority":288},"references/core_api.md",{"path":879,"priority":288},"references/descriptors_viz.md",{"path":881,"priority":288},"references/fragments_scaffolds.md",{"path":883,"priority":288},"references/io_module.md",{"path":885,"priority":288},"references/reactions_data.md",{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/deepchem","Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.","deepchem",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/deepchem/SKILL.md",[893,894,896,897,899,901],{"path":284,"priority":285},{"path":895,"priority":288},"references/api_reference.md",{"path":671,"priority":288},{"path":898,"priority":354},"scripts/graph_neural_network.py",{"path":900,"priority":354},"scripts/predict_solubility.py",{"path":902,"priority":354},"scripts/transfer_learning.py",{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/deeptools","NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.","deeptools",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/deeptools/SKILL.md",[910,911,913,915,917,919,920,922],{"path":284,"priority":285},{"path":912,"priority":354},"assets/quick_reference.md",{"path":914,"priority":288},"references/effective_genome_sizes.md",{"path":916,"priority":288},"references/normalization_methods.md",{"path":918,"priority":288},"references/tools_reference.md",{"path":671,"priority":288},{"path":921,"priority":354},"scripts/validate_files.py",{"path":923,"priority":354},"scripts/workflow_generator.py",{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/depmap","Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use for identifying cancer-specific vulnerabilities, synthetic lethal interactions, and validating oncology drug targets.","depmap",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/depmap/SKILL.md",[931,932],{"path":284,"priority":285},{"path":933,"priority":288},"references/dependency_analysis.md",{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/dhdna-profiler","Extract cognitive patterns and thinking fingerprints from any text. Use this skill when the user wants to analyze how someone thinks, understand cognitive style, profile writing or speech patterns, compare thinking styles between people, asks \"what's my thinking style\", \"analyze how this person reasons\", \"cognitive profile\", \"thinking pattern\", \"DHDNA\", \"digital DNA\", or wants to understand the mind behind any text. Also trigger when the user provides text and wants deeper insight into the author's reasoning patterns, decision-making style, or cognitive signature.","dhdna-profiler",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/dhdna-profiler/SKILL.md",[941,942],{"path":284,"priority":285},{"path":943,"priority":288},"references/advanced-profiling.md",{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/diffdock","Diffusion-based molecular docking. Predict protein-ligand binding poses from PDB/SMILES, confidence scores, virtual screening, for structure-based drug design. Not for affinity prediction.","diffdock",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/diffdock/SKILL.md",[951,952,954,956,958,960,962,964,966],{"path":284,"priority":285},{"path":953,"priority":354},"assets/batch_template.csv",{"path":955,"priority":354},"assets/custom_inference_config.yaml",{"path":957,"priority":288},"references/confidence_and_limitations.md",{"path":959,"priority":288},"references/parameters_reference.md",{"path":961,"priority":288},"references/workflows_examples.md",{"path":963,"priority":354},"scripts/analyze_results.py",{"path":965,"priority":354},"scripts/prepare_batch_csv.py",{"path":967,"priority":354},"scripts/setup_check.py",{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/dnanexus-integration","DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.","dnanexus-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/dnanexus-integration/SKILL.md",[975,976,978,980,982,984],{"path":284,"priority":285},{"path":977,"priority":288},"references/app-development.md",{"path":979,"priority":288},"references/configuration.md",{"path":981,"priority":288},"references/data-operations.md",{"path":983,"priority":288},"references/job-execution.md",{"path":985,"priority":288},"references/python-sdk.md",{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/docx","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.","docx",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/docx/SKILL.md",[993,994,997,999,1001,1003,1005,1007,1009,1011,1013,1015,1017,1019,1021,1023,1025,1027,1029,1031,1033,1035,1037,1039,1041,1043,1045,1047,1049,1051,1053,1055,1057,1059,1061,1063,1065,1067,1069,1071,1073,1075,1077,1079,1081,1083,1085,1087,1089,1091,1093,1095,1097,1099,1101,1103,1105,1107,1109,1111,1113],{"path":284,"priority":285},{"path":995,"priority":996},"LICENSE.txt","high",{"path":998,"priority":354},"scripts/__init__.py",{"path":1000,"priority":354},"scripts/accept_changes.py",{"path":1002,"priority":354},"scripts/comment.py",{"path":1004,"priority":354},"scripts/office/helpers/__init__.py",{"path":1006,"priority":354},"scripts/office/helpers/merge_runs.py",{"path":1008,"priority":354},"scripts/office/helpers/simplify_redlines.py",{"path":1010,"priority":354},"scripts/office/pack.py",{"path":1012,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd",{"path":1014,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd",{"path":1016,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd",{"path":1018,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd",{"path":1020,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd",{"path":1022,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd",{"path":1024,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd",{"path":1026,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd",{"path":1028,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd",{"path":1030,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd",{"path":1032,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd",{"path":1034,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd",{"path":1036,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd",{"path":1038,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd",{"path":1040,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd",{"path":1042,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd",{"path":1044,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd",{"path":1046,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd",{"path":1048,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd",{"path":1050,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd",{"path":1052,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd",{"path":1054,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd",{"path":1056,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd",{"path":1058,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd",{"path":1060,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd",{"path":1062,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd",{"path":1064,"priority":354},"scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd",{"path":1066,"priority":354},"scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd",{"path":1068,"priority":354},"scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd",{"path":1070,"priority":354},"scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd",{"path":1072,"priority":354},"scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd",{"path":1074,"priority":354},"scripts/office/schemas/mce/mc.xsd",{"path":1076,"priority":354},"scripts/office/schemas/microsoft/wml-2010.xsd",{"path":1078,"priority":354},"scripts/office/schemas/microsoft/wml-2012.xsd",{"path":1080,"priority":354},"scripts/office/schemas/microsoft/wml-2018.xsd",{"path":1082,"priority":354},"scripts/office/schemas/microsoft/wml-cex-2018.xsd",{"path":1084,"priority":354},"scripts/office/schemas/microsoft/wml-cid-2016.xsd",{"path":1086,"priority":354},"scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd",{"path":1088,"priority":354},"scripts/office/schemas/microsoft/wml-symex-2015.xsd",{"path":1090,"priority":354},"scripts/office/soffice.py",{"path":1092,"priority":354},"scripts/office/unpack.py",{"path":1094,"priority":354},"scripts/office/validate.py",{"path":1096,"priority":354},"scripts/office/validators/__init__.py",{"path":1098,"priority":354},"scripts/office/validators/base.py",{"path":1100,"priority":354},"scripts/office/validators/docx.py",{"path":1102,"priority":354},"scripts/office/validators/pptx.py",{"path":1104,"priority":354},"scripts/office/validators/redlining.py",{"path":1106,"priority":354},"scripts/templates/comments.xml",{"path":1108,"priority":354},"scripts/templates/commentsExtended.xml",{"path":1110,"priority":354},"scripts/templates/commentsExtensible.xml",{"path":1112,"priority":354},"scripts/templates/commentsIds.xml",{"path":1114,"priority":354},"scripts/templates/people.xml",{"basePath":1116,"description":1117,"displayName":1118,"installMethods":1119,"rationale":1120,"selectedPaths":1121,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/esm","Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel proteins; generating protein embeddings; performing inverse folding; or conducting protein engineering tasks. Supports both local model usage and cloud-based Forge API for scalable inference.","esm",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/esm/SKILL.md",[1122,1123,1125,1127,1129],{"path":284,"priority":285},{"path":1124,"priority":288},"references/esm-c-api.md",{"path":1126,"priority":288},"references/esm3-api.md",{"path":1128,"priority":288},"references/forge-api.md",{"path":671,"priority":288},{"basePath":1131,"description":1132,"displayName":1133,"installMethods":1134,"rationale":1135,"selectedPaths":1136,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/etetoolkit","Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics.","etetoolkit",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/etetoolkit/SKILL.md",[1137,1138,1139,1141,1142,1144],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1140,"priority":288},"references/visualization.md",{"path":671,"priority":288},{"path":1143,"priority":354},"scripts/quick_visualize.py",{"path":1145,"priority":354},"scripts/tree_operations.py",{"basePath":1147,"description":1148,"displayName":1149,"installMethods":1150,"rationale":1151,"selectedPaths":1152,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/exa-search","Web toolkit powered by Exa, tuned for scientific and technical content. Use this skill when the user needs to search the web or fetch/extract URL content. Covers: web search (semantic lookups, research, current info — with optional research-paper category and academic domain filtering) and URL extraction (fetching pages, articles, academic PDFs in batch). Use this skill for web-related tasks when the user wants high-quality search or scholarly filtering via category=research paper. Triggers on requests to search, look up, fetch a page, or extract an article.","exa-search",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/exa-search/SKILL.md",[1153,1154,1156,1158,1160],{"path":284,"priority":285},{"path":1155,"priority":288},"references/web-extract.md",{"path":1157,"priority":288},"references/web-search.md",{"path":1159,"priority":354},"scripts/exa_extract.py",{"path":1161,"priority":354},"scripts/exa_search.py",{"basePath":1163,"description":1164,"displayName":1165,"installMethods":1166,"rationale":1167,"selectedPaths":1168,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/exploratory-data-analysis","Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, content, quality, and characteristics. Automatically detects file type and generates detailed markdown reports with format-specific analysis, quality metrics, and downstream analysis recommendations. Covers chemistry, bioinformatics, microscopy, spectroscopy, proteomics, metabolomics, and general scientific data formats.","exploratory-data-analysis",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/exploratory-data-analysis/SKILL.md",[1169,1170,1172,1174,1176,1178,1180,1182,1184],{"path":284,"priority":285},{"path":1171,"priority":354},"assets/report_template.md",{"path":1173,"priority":288},"references/bioinformatics_genomics_formats.md",{"path":1175,"priority":288},"references/chemistry_molecular_formats.md",{"path":1177,"priority":288},"references/general_scientific_formats.md",{"path":1179,"priority":288},"references/microscopy_imaging_formats.md",{"path":1181,"priority":288},"references/proteomics_metabolomics_formats.md",{"path":1183,"priority":288},"references/spectroscopy_analytical_formats.md",{"path":1185,"priority":354},"scripts/eda_analyzer.py",{"basePath":1187,"description":1188,"displayName":1189,"installMethods":1190,"rationale":1191,"selectedPaths":1192,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/flowio","Parse FCS (Flow Cytometry Standard) files v2.0-3.1. Extract events as NumPy arrays, read metadata/channels, convert to CSV/DataFrame, for flow cytometry data preprocessing.","flowio",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/flowio/SKILL.md",[1193,1194],{"path":284,"priority":285},{"path":895,"priority":288},{"basePath":1196,"description":1197,"displayName":1198,"installMethods":1199,"rationale":1200,"selectedPaths":1201,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/fluidsim","Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.","fluidsim",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/fluidsim/SKILL.md",[1202,1203,1205,1207,1209,1211,1213],{"path":284,"priority":285},{"path":1204,"priority":288},"references/advanced_features.md",{"path":1206,"priority":288},"references/installation.md",{"path":1208,"priority":288},"references/output_analysis.md",{"path":1210,"priority":288},"references/parameters.md",{"path":1212,"priority":288},"references/simulation_workflow.md",{"path":1214,"priority":288},"references/solvers.md",{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/generate-image","Generate or edit images using AI models (FLUX, Nano Banana 2). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that is not a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.","generate-image",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/generate-image/SKILL.md",[1222,1223],{"path":284,"priority":285},{"path":1224,"priority":354},"scripts/generate_image.py",{"basePath":1226,"description":1227,"displayName":1228,"installMethods":1229,"rationale":1230,"selectedPaths":1231,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/geniml","This skill should be used when working with genomic interval data (BED files) for machine learning tasks. Use for training region embeddings (Region2Vec, BEDspace), single-cell ATAC-seq analysis (scEmbed), building consensus peaks (universes), or any ML-based analysis of genomic regions. Applies to BED file collections, scATAC-seq data, chromatin accessibility datasets, and region-based genomic feature learning.","geniml",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/geniml/SKILL.md",[1232,1233,1235,1237,1239,1241],{"path":284,"priority":285},{"path":1234,"priority":288},"references/bedspace.md",{"path":1236,"priority":288},"references/consensus_peaks.md",{"path":1238,"priority":288},"references/region2vec.md",{"path":1240,"priority":288},"references/scembed.md",{"path":1242,"priority":288},"references/utilities.md",{"basePath":1244,"description":1245,"displayName":1246,"installMethods":1247,"rationale":1248,"selectedPaths":1249,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/geomaster","Comprehensive geospatial science skill covering remote sensing, GIS, spatial analysis, machine learning for earth observation, and 30+ scientific domains. Supports satellite imagery processing (Sentinel, Landsat, MODIS, SAR, hyperspectral), vector and raster data operations, spatial statistics, point cloud processing, network analysis, cloud-native workflows (STAC, COG, Planetary Computer), and 8 programming languages (Python, R, Julia, JavaScript, C++, Java, Go, Rust) with 500+ code examples. Use for remote sensing workflows, GIS analysis, spatial ML, Earth observation data processing, terrain analysis, hydrological modeling, marine spatial analysis, atmospheric science, and any geospatial computation task.","geomaster",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/geomaster/SKILL.md",[1250,1251,1253,1255,1257,1259,1261,1263,1265,1267,1269,1271,1273,1275,1277,1279],{"path":284,"priority":285},{"path":1252,"priority":996},"README.md",{"path":1254,"priority":288},"references/advanced-gis.md",{"path":1256,"priority":288},"references/big-data.md",{"path":1258,"priority":288},"references/code-examples.md",{"path":1260,"priority":288},"references/coordinate-systems.md",{"path":1262,"priority":288},"references/core-libraries.md",{"path":1264,"priority":288},"references/data-sources.md",{"path":1266,"priority":288},"references/gis-software.md",{"path":1268,"priority":288},"references/industry-applications.md",{"path":1270,"priority":288},"references/machine-learning.md",{"path":1272,"priority":288},"references/programming-languages.md",{"path":1274,"priority":288},"references/remote-sensing.md",{"path":1276,"priority":288},"references/scientific-domains.md",{"path":1278,"priority":288},"references/specialized-topics.md",{"path":1280,"priority":288},"references/troubleshooting.md",{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/geopandas","Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving reading/writing/analyzing vector geographic data. Supports PostGIS databases, interactive maps, and integration with matplotlib/folium/cartopy. Use for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, clipping data, calculating areas/distances, reprojecting coordinate systems, creating maps, or converting between spatial file formats.","geopandas",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/geopandas/SKILL.md",[1288,1289,1291,1293,1295,1297,1299],{"path":284,"priority":285},{"path":1290,"priority":288},"references/crs-management.md",{"path":1292,"priority":288},"references/data-io.md",{"path":1294,"priority":288},"references/data-structures.md",{"path":1296,"priority":288},"references/geometric-operations.md",{"path":1298,"priority":288},"references/spatial-analysis.md",{"path":1140,"priority":288},{"basePath":1301,"description":1302,"displayName":1303,"installMethods":1304,"rationale":1305,"selectedPaths":1306,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/get-available-resources","This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.","get-available-resources",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/get-available-resources/SKILL.md",[1307,1308],{"path":284,"priority":285},{"path":1309,"priority":354},"scripts/detect_resources.py",{"basePath":1311,"description":1312,"displayName":1313,"installMethods":1314,"rationale":1315,"selectedPaths":1316,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/gget","Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices.","gget",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/gget/SKILL.md",[1317,1318,1320,1322,1323,1325,1327],{"path":284,"priority":285},{"path":1319,"priority":288},"references/database_info.md",{"path":1321,"priority":288},"references/module_reference.md",{"path":671,"priority":288},{"path":1324,"priority":354},"scripts/batch_sequence_analysis.py",{"path":1326,"priority":354},"scripts/enrichment_pipeline.py",{"path":1328,"priority":354},"scripts/gene_analysis.py",{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/ginkgo-cloud-lab","Submit and manage protocols on Ginkgo Bioworks Cloud Lab (cloud.ginkgo.bio), a web-based interface for autonomous lab execution on Reconfigurable Automation Carts (RACs). Use when the user wants to run cell-free protein expression (validation or optimization), generate fluorescent pixel art, or interact with Ginkgo Cloud Lab services. Covers protocol selection, input preparation, pricing, and ordering workflows.","ginkgo-cloud-lab",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/ginkgo-cloud-lab/SKILL.md",[1336,1337,1339,1341],{"path":284,"priority":285},{"path":1338,"priority":288},"references/cell-free-protein-expression-optimization.md",{"path":1340,"priority":288},"references/cell-free-protein-expression-validation.md",{"path":1342,"priority":288},"references/fluorescent-pixel-art-generation.md",{"basePath":1344,"description":1345,"displayName":1346,"installMethods":1347,"rationale":1348,"selectedPaths":1349,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/glycoengineering","Analyze and engineer protein glycosylation. Scan sequences for N-glycosylation sequons (N-X-S/T), predict O-glycosylation hotspots, and access curated glycoengineering tools (NetOGlyc, GlycoShield, GlycoWorkbench). For glycoprotein engineering, therapeutic antibody optimization, and vaccine design.","glycoengineering",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/glycoengineering/SKILL.md",[1350,1351],{"path":284,"priority":285},{"path":1352,"priority":288},"references/glycan_databases.md",{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/gtars","High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.","gtars",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/gtars/SKILL.md",[1360,1361,1363,1365,1367,1369,1371],{"path":284,"priority":285},{"path":1362,"priority":288},"references/cli.md",{"path":1364,"priority":288},"references/coverage.md",{"path":1366,"priority":288},"references/overlap.md",{"path":1368,"priority":288},"references/python-api.md",{"path":1370,"priority":288},"references/refget.md",{"path":1372,"priority":288},"references/tokenizers.md",{"basePath":1374,"description":1375,"displayName":1376,"installMethods":1377,"rationale":1378,"selectedPaths":1379,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/histolab","Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.","histolab",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/histolab/SKILL.md",[1380,1381,1383,1385,1387,1389],{"path":284,"priority":285},{"path":1382,"priority":288},"references/filters_preprocessing.md",{"path":1384,"priority":288},"references/slide_management.md",{"path":1386,"priority":288},"references/tile_extraction.md",{"path":1388,"priority":288},"references/tissue_masks.md",{"path":1140,"priority":288},{"basePath":1391,"description":1392,"displayName":1393,"installMethods":1394,"rationale":1395,"selectedPaths":1396,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/hugging-science","Use when the user is doing AI/ML work in a scientific domain — biology, chemistry, physics, astronomy, climate, genomics, materials science, medicine, ecology, energy, conservation, engineering, mathematics, scientific reasoning, drug discovery, protein design, weather modeling, theorem proving, single-cell, PDE solving, or anything similar. Hugging Science (huggingscience.co) is a curated catalog of scientific datasets, models, blog posts, and interactive Spaces; the `hugging-science` org on Hugging Face hosts community datasets, models, and demo Spaces. This skill helps you discover the right resource AND actually use it — loading datasets via `datasets`, running models via `transformers` or the HF Inference API, calling Spaces like BoltzGen via `gradio_client`, and citing blog posts for methodology. Trigger this skill whenever a user mentions a scientific ML task, asks for \"a dataset/model for X\" where X is a scientific topic, wants to fine-tune on scientific data, asks about protein / molecule / genome / climate / materials / astronomy / pathology / weather ML, or needs AI tools for research — even if they never say \"Hugging Science\" explicitly. The catalog is purpose-built for LLM agents (it ships an `llms-full.txt`); prefer it over generic web search for these tasks.","hugging-science",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/hugging-science/SKILL.md",[1397,1398,1400,1402,1404,1406,1408],{"path":284,"priority":285},{"path":1399,"priority":288},"references/flagship-resources.md",{"path":1401,"priority":288},"references/topics-and-slugs.md",{"path":1403,"priority":288},"references/using-datasets.md",{"path":1405,"priority":288},"references/using-models.md",{"path":1407,"priority":288},"references/using-spaces.md",{"path":1409,"priority":354},"scripts/fetch_catalog.py",{"basePath":1411,"description":1412,"displayName":1413,"installMethods":1414,"rationale":1415,"selectedPaths":1416,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/hypogenic","Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.","hypogenic",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/hypogenic/SKILL.md",[1417,1418],{"path":284,"priority":285},{"path":1419,"priority":288},"references/config_template.yaml",{"basePath":1421,"description":1422,"displayName":1423,"installMethods":1424,"rationale":1425,"selectedPaths":1426,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/hypothesis-generation","Structured hypothesis formulation from observations. Use when you have experimental observations or data and need to formulate testable hypotheses with predictions, propose mechanisms, and design experiments to test them. Follows scientific method framework. For open-ended ideation use scientific-brainstorming; for automated LLM-driven hypothesis testing on datasets use hypogenic.","hypothesis-generation",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/hypothesis-generation/SKILL.md",[1427,1428,1430,1432,1434,1436,1438,1440,1441],{"path":284,"priority":285},{"path":1429,"priority":354},"assets/FORMATTING_GUIDE.md",{"path":1431,"priority":354},"assets/hypothesis_generation.sty",{"path":1433,"priority":354},"assets/hypothesis_report_template.tex",{"path":1435,"priority":288},"references/experimental_design_patterns.md",{"path":1437,"priority":288},"references/hypothesis_quality_criteria.md",{"path":1439,"priority":288},"references/literature_search_strategies.md",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":1443,"description":1444,"displayName":1445,"installMethods":1446,"rationale":1447,"selectedPaths":1448,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/imaging-data-commons","Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.","imaging-data-commons",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/imaging-data-commons/SKILL.md",[1449,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468],{"path":284,"priority":285},{"path":1451,"priority":288},"references/bigquery_guide.md",{"path":1453,"priority":288},"references/cli_guide.md",{"path":1455,"priority":288},"references/clinical_data_guide.md",{"path":1457,"priority":288},"references/cloud_storage_guide.md",{"path":1459,"priority":288},"references/dicomweb_guide.md",{"path":1461,"priority":288},"references/digital_pathology_guide.md",{"path":1463,"priority":288},"references/index_tables_guide.md",{"path":1465,"priority":288},"references/parquet_access_guide.md",{"path":1467,"priority":288},"references/sql_patterns.md",{"path":1469,"priority":288},"references/use_cases.md",{"basePath":1471,"description":1472,"displayName":1473,"installMethods":1474,"rationale":1475,"selectedPaths":1476,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/infographics","Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.","infographics",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/infographics/SKILL.md",[1477,1478,1480,1482,1484,1486],{"path":284,"priority":285},{"path":1479,"priority":288},"references/color_palettes.md",{"path":1481,"priority":288},"references/design_principles.md",{"path":1483,"priority":288},"references/infographic_types.md",{"path":1485,"priority":354},"scripts/generate_infographic.py",{"path":1487,"priority":354},"scripts/generate_infographic_ai.py",{"basePath":1489,"description":1490,"displayName":1491,"installMethods":1492,"rationale":1493,"selectedPaths":1494,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/iso-13485-certification","Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work instructions, (4) preparing Medical Device Files, (5) understanding ISO 13485 requirements, or (6) identifying missing documentation for medical device certification. Also use when users mention medical device regulations, QMS certification, FDA QMSR, EU MDR, or need help with quality system documentation.","iso-13485-certification",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/iso-13485-certification/SKILL.md",[1495,1496,1498,1500,1502,1504,1506,1508,1510],{"path":284,"priority":285},{"path":1497,"priority":354},"assets/templates/procedures/CAPA-procedure-template.md",{"path":1499,"priority":354},"assets/templates/procedures/document-control-procedure-template.md",{"path":1501,"priority":354},"assets/templates/quality-manual-template.md",{"path":1503,"priority":288},"references/gap-analysis-checklist.md",{"path":1505,"priority":288},"references/iso-13485-requirements.md",{"path":1507,"priority":288},"references/mandatory-documents.md",{"path":1509,"priority":288},"references/quality-manual-guide.md",{"path":1511,"priority":354},"scripts/gap_analyzer.py",{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/labarchive-integration","Electronic lab notebook API integration. Access notebooks, manage entries/attachments, backup notebooks, integrate with Protocols.io/Jupyter/REDCap, for programmatic ELN workflows.","labarchive-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/labarchive-integration/SKILL.md",[1519,1520,1521,1523,1525,1527,1529],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1522,"priority":288},"references/authentication_guide.md",{"path":1524,"priority":288},"references/integrations.md",{"path":1526,"priority":354},"scripts/entry_operations.py",{"path":1528,"priority":354},"scripts/notebook_operations.py",{"path":1530,"priority":354},"scripts/setup_config.py",{"basePath":1532,"description":1533,"displayName":1534,"installMethods":1535,"rationale":1536,"selectedPaths":1537,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/lamindb","This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological ontologies, building data lakehouses, or ensuring data lineage and reproducibility in biological research. Covers data management, annotation, ontologies (genes, cell types, diseases, tissues), schema validation, integrations with workflow managers (Nextflow, Snakemake) and MLOps platforms (W&B, MLflow), and deployment strategies.","lamindb",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/lamindb/SKILL.md",[1538,1539,1541,1543,1545,1546,1548],{"path":284,"priority":285},{"path":1540,"priority":288},"references/annotation-validation.md",{"path":1542,"priority":288},"references/core-concepts.md",{"path":1544,"priority":288},"references/data-management.md",{"path":1524,"priority":288},{"path":1547,"priority":288},"references/ontologies.md",{"path":1549,"priority":288},"references/setup-deployment.md",{"basePath":1551,"description":1552,"displayName":1553,"installMethods":1554,"rationale":1555,"selectedPaths":1556,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/latchbio-integration","Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.","latchbio-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/latchbio-integration/SKILL.md",[1557,1558,1559,1561,1563],{"path":284,"priority":285},{"path":1544,"priority":288},{"path":1560,"priority":288},"references/resource-configuration.md",{"path":1562,"priority":288},"references/verified-workflows.md",{"path":1564,"priority":288},"references/workflow-creation.md",{"basePath":1566,"description":1567,"displayName":1568,"installMethods":1569,"rationale":1570,"selectedPaths":1571,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/latex-posters","Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.","latex-posters",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/latex-posters/SKILL.md",[1572,1573,1575,1577,1579,1581,1582,1584,1586,1588,1590,1591,1592],{"path":284,"priority":285},{"path":1574,"priority":354},"assets/baposter_template.tex",{"path":1576,"priority":354},"assets/beamerposter_template.tex",{"path":1578,"priority":354},"assets/poster_quality_checklist.md",{"path":1580,"priority":354},"assets/tikzposter_template.tex",{"path":568,"priority":288},{"path":1583,"priority":288},"references/latex_poster_packages.md",{"path":1585,"priority":288},"references/poster_content_guide.md",{"path":1587,"priority":288},"references/poster_design_principles.md",{"path":1589,"priority":288},"references/poster_layout_design.md",{"path":536,"priority":354},{"path":538,"priority":354},{"path":1593,"priority":354},"scripts/review_poster.sh",{"basePath":1595,"description":1596,"displayName":1597,"installMethods":1598,"rationale":1599,"selectedPaths":1600,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/literature-review","Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).","literature-review",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/literature-review/SKILL.md",[1601,1602,1604,1606,1608,1610,1611,1612,1614],{"path":284,"priority":285},{"path":1603,"priority":354},"assets/review_template.md",{"path":1605,"priority":288},"references/citation_styles.md",{"path":1607,"priority":288},"references/database_strategies.md",{"path":1609,"priority":354},"scripts/generate_pdf.py",{"path":536,"priority":354},{"path":538,"priority":354},{"path":1613,"priority":354},"scripts/search_databases.py",{"path":1615,"priority":354},"scripts/verify_citations.py",{"basePath":1617,"description":1618,"displayName":1619,"installMethods":1620,"rationale":1621,"selectedPaths":1622,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/markdown-mermaid-writing","Comprehensive markdown and Mermaid diagram writing skill. Use when creating any scientific document, report, analysis, or visualization. Establishes text-based diagrams as the default documentation standard with full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates.","markdown-mermaid-writing",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/markdown-mermaid-writing/SKILL.md",[1623,1624,1626,1628,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694],{"path":284,"priority":285},{"path":1625,"priority":354},"assets/examples/example-research-report.md",{"path":1627,"priority":288},"references/diagrams/architecture.md",{"path":1629,"priority":288},"references/diagrams/block.md",{"path":1631,"priority":288},"references/diagrams/c4.md",{"path":1633,"priority":288},"references/diagrams/class.md",{"path":1635,"priority":288},"references/diagrams/complex_examples.md",{"path":1637,"priority":288},"references/diagrams/er.md",{"path":1639,"priority":288},"references/diagrams/flowchart.md",{"path":1641,"priority":288},"references/diagrams/gantt.md",{"path":1643,"priority":288},"references/diagrams/git_graph.md",{"path":1645,"priority":288},"references/diagrams/kanban.md",{"path":1647,"priority":288},"references/diagrams/mindmap.md",{"path":1649,"priority":288},"references/diagrams/packet.md",{"path":1651,"priority":288},"references/diagrams/pie.md",{"path":1653,"priority":288},"references/diagrams/quadrant.md",{"path":1655,"priority":288},"references/diagrams/radar.md",{"path":1657,"priority":288},"references/diagrams/requirement.md",{"path":1659,"priority":288},"references/diagrams/sankey.md",{"path":1661,"priority":288},"references/diagrams/sequence.md",{"path":1663,"priority":288},"references/diagrams/state.md",{"path":1665,"priority":288},"references/diagrams/timeline.md",{"path":1667,"priority":288},"references/diagrams/treemap.md",{"path":1669,"priority":288},"references/diagrams/user_journey.md",{"path":1671,"priority":288},"references/diagrams/xy_chart.md",{"path":1673,"priority":288},"references/diagrams/zenuml.md",{"path":1675,"priority":288},"references/markdown_style_guide.md",{"path":1677,"priority":288},"references/mermaid_style_guide.md",{"path":1679,"priority":354},"templates/decision_record.md",{"path":1681,"priority":354},"templates/how_to_guide.md",{"path":1683,"priority":354},"templates/issue.md",{"path":1685,"priority":354},"templates/kanban.md",{"path":1687,"priority":354},"templates/presentation.md",{"path":1689,"priority":354},"templates/project_documentation.md",{"path":1691,"priority":354},"templates/pull_request.md",{"path":1693,"priority":354},"templates/research_paper.md",{"path":1695,"priority":354},"templates/status_report.md",{"basePath":1697,"description":1698,"displayName":1699,"installMethods":1700,"rationale":1701,"selectedPaths":1702,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/market-research-reports","Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.","market-research-reports",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/market-research-reports/SKILL.md",[1703,1704,1705,1707,1709,1711,1713,1715],{"path":284,"priority":285},{"path":1429,"priority":354},{"path":1706,"priority":354},"assets/market_report_template.tex",{"path":1708,"priority":354},"assets/market_research.sty",{"path":1710,"priority":288},"references/data_analysis_patterns.md",{"path":1712,"priority":288},"references/report_structure_guide.md",{"path":1714,"priority":288},"references/visual_generation_guide.md",{"path":1716,"priority":354},"scripts/generate_market_visuals.py",{"basePath":1718,"description":1719,"displayName":1720,"installMethods":1721,"rationale":1722,"selectedPaths":1723,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/markitdown","Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.","markitdown",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/markitdown/SKILL.md",[1724,1725,1727,1728,1730,1732,1734,1736,1737],{"path":284,"priority":285},{"path":1726,"priority":354},"assets/example_usage.md",{"path":895,"priority":288},{"path":1729,"priority":288},"references/file_formats.md",{"path":1731,"priority":354},"scripts/batch_convert.py",{"path":1733,"priority":354},"scripts/convert_literature.py",{"path":1735,"priority":354},"scripts/convert_with_ai.py",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":1739,"description":1740,"displayName":1741,"installMethods":1742,"rationale":1743,"selectedPaths":1744,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/matchms","Spectral similarity and compound identification for metabolomics. Use for comparing mass spectra, computing similarity scores (cosine, modified cosine), and identifying unknown compounds from spectral libraries. Best for metabolite identification, spectral matching, library searching. For full LC-MS/MS proteomics pipelines use pyopenms.","matchms",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/matchms/SKILL.md",[1745,1746,1748,1750,1752],{"path":284,"priority":285},{"path":1747,"priority":288},"references/filtering.md",{"path":1749,"priority":288},"references/importing_exporting.md",{"path":1751,"priority":288},"references/similarity.md",{"path":671,"priority":288},{"basePath":1754,"description":1755,"displayName":1756,"installMethods":1757,"rationale":1758,"selectedPaths":1759,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/matlab","MATLAB and GNU Octave numerical computing for matrix operations, data analysis, visualization, and scientific computing. Use when writing MATLAB/Octave scripts for linear algebra, signal processing, image processing, differential equations, optimization, statistics, or creating scientific visualizations. Also use when the user needs help with MATLAB syntax, functions, or wants to convert between MATLAB and Python code. Scripts can be executed with MATLAB or the open-source GNU Octave interpreter.","matlab",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/matlab/SKILL.md",[1760,1761,1763,1765,1767,1769,1771,1773,1775],{"path":284,"priority":285},{"path":1762,"priority":288},"references/data-import-export.md",{"path":1764,"priority":288},"references/executing-scripts.md",{"path":1766,"priority":288},"references/graphics-visualization.md",{"path":1768,"priority":288},"references/mathematics.md",{"path":1770,"priority":288},"references/matrices-arrays.md",{"path":1772,"priority":288},"references/octave-compatibility.md",{"path":1774,"priority":288},"references/programming.md",{"path":1776,"priority":288},"references/python-integration.md",{"basePath":1778,"description":1779,"displayName":1780,"installMethods":1781,"rationale":1782,"selectedPaths":1783,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/matplotlib","Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.","matplotlib",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/matplotlib/SKILL.md",[1784,1785,1786,1788,1790,1792,1794],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1787,"priority":288},"references/common_issues.md",{"path":1789,"priority":288},"references/plot_types.md",{"path":1791,"priority":288},"references/styling_guide.md",{"path":1793,"priority":354},"scripts/plot_template.py",{"path":1795,"priority":354},"scripts/style_configurator.py",{"basePath":1797,"description":1798,"displayName":1799,"installMethods":1800,"rationale":1801,"selectedPaths":1802,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/medchem","Medicinal chemistry filters. Apply drug-likeness rules (Lipinski, Veber), PAINS filters, structural alerts, complexity metrics, for compound prioritization and library filtering.","medchem",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/medchem/SKILL.md",[1803,1804,1806,1808],{"path":284,"priority":285},{"path":1805,"priority":288},"references/api_guide.md",{"path":1807,"priority":288},"references/rules_catalog.md",{"path":1809,"priority":354},"scripts/filter_molecules.py",{"basePath":1811,"description":1812,"displayName":1813,"installMethods":1814,"rationale":1815,"selectedPaths":1816,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/modal","Cloud computing platform for running Python on GPUs and serverless infrastructure. Use when deploying AI/ML models, running GPU-accelerated workloads, serving web endpoints, scheduling batch jobs, or scaling Python code to the cloud. Use this skill whenever the user mentions Modal, serverless GPU compute, deploying ML models to the cloud, serving inference endpoints, running batch processing in the cloud, or needs to scale Python workloads beyond their local machine. Also use when the user wants to run code on H100s, A100s, or other cloud GPUs, or needs to create a web API for a model.","modal",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/modal/SKILL.md",[1817,1818,1819,1821,1823,1825,1827,1829,1831,1833,1835,1837,1839],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1820,"priority":288},"references/examples.md",{"path":1822,"priority":288},"references/functions.md",{"path":1824,"priority":288},"references/getting-started.md",{"path":1826,"priority":288},"references/gpu.md",{"path":1828,"priority":288},"references/images.md",{"path":1830,"priority":288},"references/resources.md",{"path":1832,"priority":288},"references/scaling.md",{"path":1834,"priority":288},"references/scheduled-jobs.md",{"path":1836,"priority":288},"references/secrets.md",{"path":1838,"priority":288},"references/volumes.md",{"path":1840,"priority":288},"references/web-endpoints.md",{"basePath":1842,"description":1843,"displayName":1844,"installMethods":1845,"rationale":1846,"selectedPaths":1847,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/molecular-dynamics","Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.","molecular-dynamics",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/molecular-dynamics/SKILL.md",[1848,1849],{"path":284,"priority":285},{"path":1850,"priority":288},"references/mdanalysis_analysis.md",{"basePath":1852,"description":1853,"displayName":1854,"installMethods":1855,"rationale":1856,"selectedPaths":1857,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/molfeat","Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.","molfeat",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/molfeat/SKILL.md",[1858,1859,1860,1862],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1861,"priority":288},"references/available_featurizers.md",{"path":1820,"priority":288},{"basePath":1864,"description":1865,"displayName":1866,"installMethods":1867,"rationale":1868,"selectedPaths":1869,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/networkx","Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.","networkx",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/networkx/SKILL.md",[1870,1871,1872,1874,1876,1878],{"path":284,"priority":285},{"path":347,"priority":288},{"path":1873,"priority":288},"references/generators.md",{"path":1875,"priority":288},"references/graph-basics.md",{"path":1877,"priority":288},"references/io.md",{"path":1140,"priority":288},{"basePath":1880,"description":1881,"displayName":1882,"installMethods":1883,"rationale":1884,"selectedPaths":1885,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/neurokit2","Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.","neurokit2",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/neurokit2/SKILL.md",[1886,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1907,1909],{"path":284,"priority":285},{"path":1888,"priority":288},"references/bio_module.md",{"path":1890,"priority":288},"references/complexity.md",{"path":1892,"priority":288},"references/ecg_cardiac.md",{"path":1894,"priority":288},"references/eda.md",{"path":1896,"priority":288},"references/eeg.md",{"path":1898,"priority":288},"references/emg.md",{"path":1900,"priority":288},"references/eog.md",{"path":1902,"priority":288},"references/epochs_events.md",{"path":1904,"priority":288},"references/hrv.md",{"path":1906,"priority":288},"references/ppg.md",{"path":1908,"priority":288},"references/rsp.md",{"path":1910,"priority":288},"references/signal_processing.md",{"basePath":1912,"description":1913,"displayName":1914,"installMethods":1915,"rationale":1916,"selectedPaths":1917,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/neuropixels-analysis","Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.","neuropixels-analysis",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/neuropixels-analysis/SKILL.md",[1918,1919,1921,1923,1925,1927,1929,1931,1933,1935,1936,1938,1940,1942,1944,1946,1948,1950],{"path":284,"priority":285},{"path":1920,"priority":354},"assets/analysis_template.py",{"path":1922,"priority":288},"references/AI_CURATION.md",{"path":1924,"priority":288},"references/ANALYSIS.md",{"path":1926,"priority":288},"references/AUTOMATED_CURATION.md",{"path":1928,"priority":288},"references/MOTION_CORRECTION.md",{"path":1930,"priority":288},"references/PREPROCESSING.md",{"path":1932,"priority":288},"references/QUALITY_METRICS.md",{"path":1934,"priority":288},"references/SPIKE_SORTING.md",{"path":895,"priority":288},{"path":1937,"priority":288},"references/plotting_guide.md",{"path":1939,"priority":288},"references/standard_workflow.md",{"path":1941,"priority":354},"scripts/compute_metrics.py",{"path":1943,"priority":354},"scripts/explore_recording.py",{"path":1945,"priority":354},"scripts/export_to_phy.py",{"path":1947,"priority":354},"scripts/neuropixels_pipeline.py",{"path":1949,"priority":354},"scripts/preprocess_recording.py",{"path":1951,"priority":354},"scripts/run_sorting.py",{"basePath":1953,"description":1954,"displayName":1955,"installMethods":1956,"rationale":1957,"selectedPaths":1958,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/omero-integration","Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.","omero-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/omero-integration/SKILL.md",[1959,1960,1961,1963,1965,1967,1969,1971,1973],{"path":284,"priority":285},{"path":440,"priority":288},{"path":1962,"priority":288},"references/connection.md",{"path":1964,"priority":288},"references/data_access.md",{"path":1966,"priority":288},"references/image_processing.md",{"path":1968,"priority":288},"references/metadata.md",{"path":1970,"priority":288},"references/rois.md",{"path":1972,"priority":288},"references/scripts.md",{"path":370,"priority":288},{"basePath":1975,"description":1976,"displayName":1977,"installMethods":1978,"rationale":1979,"selectedPaths":1980,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/open-notebook","Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and summaries, creating multi-speaker podcasts from research, chatting with documents using context-aware AI, searching across materials with full-text and vector search, or running custom content transformations. Supports 16+ AI providers including OpenAI, Anthropic, Google, Ollama, Groq, and Mistral with complete data privacy through self-hosting.","open-notebook",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/open-notebook/SKILL.md",[1981,1982,1983,1985,1986,1987,1989,1991,1993],{"path":284,"priority":285},{"path":895,"priority":288},{"path":1984,"priority":288},"references/architecture.md",{"path":979,"priority":288},{"path":1820,"priority":288},{"path":1988,"priority":354},"scripts/chat_interaction.py",{"path":1990,"priority":354},"scripts/notebook_management.py",{"path":1992,"priority":354},"scripts/source_ingestion.py",{"path":1994,"priority":354},"scripts/test_open_notebook_skill.py",{"basePath":1996,"description":1997,"displayName":1998,"installMethods":1999,"rationale":2000,"selectedPaths":2001,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/opentrons-integration","Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.","opentrons-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/opentrons-integration/SKILL.md",[2002,2003,2004,2006,2008],{"path":284,"priority":285},{"path":895,"priority":288},{"path":2005,"priority":354},"scripts/basic_protocol_template.py",{"path":2007,"priority":354},"scripts/pcr_setup_template.py",{"path":2009,"priority":354},"scripts/serial_dilution_template.py",{"basePath":2011,"description":2012,"displayName":2013,"installMethods":2014,"rationale":2015,"selectedPaths":2016,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/optimize-for-gpu","GPU-accelerate Python code using CuPy, Numba CUDA, Warp, cuDF, cuML, cuGraph, KvikIO, cuCIM, cuxfilter, cuVS, cuSpatial, and RAFT. Use whenever the user mentions GPU/CUDA/NVIDIA acceleration, or wants to speed up NumPy, pandas, scikit-learn, scikit-image, NetworkX, GeoPandas, or Faiss workloads. Covers physics simulation, differentiable rendering, mesh ray casting, particle systems (DEM/SPH/fluids), vector/similarity search, GPUDirect Storage file IO, interactive dashboards, geospatial analysis, medical imaging, and sparse eigensolvers. Also use when you see CPU-bound Python code (loops, large arrays, ML pipelines, graph analytics, image processing) that would benefit from GPU acceleration, even if not explicitly requested.","optimize-for-gpu",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/optimize-for-gpu/SKILL.md",[2017,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040],{"path":284,"priority":285},{"path":2019,"priority":288},"references/cucim.md",{"path":2021,"priority":288},"references/cudf.md",{"path":2023,"priority":288},"references/cugraph.md",{"path":2025,"priority":288},"references/cuml.md",{"path":2027,"priority":288},"references/cupy.md",{"path":2029,"priority":288},"references/cuspatial.md",{"path":2031,"priority":288},"references/cuvs.md",{"path":2033,"priority":288},"references/cuxfilter.md",{"path":2035,"priority":288},"references/kvikio.md",{"path":2037,"priority":288},"references/numba.md",{"path":2039,"priority":288},"references/raft.md",{"path":2041,"priority":288},"references/warp.md",{"basePath":2043,"description":2044,"displayName":2045,"installMethods":2046,"rationale":2047,"selectedPaths":2048,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/paper-lookup","Search 10 academic paper databases via REST APIs for research papers, preprints, and scholarly articles. Covers PubMed, PMC (full text), bioRxiv, medRxiv, arXiv, OpenAlex, Crossref, Semantic Scholar, CORE, Unpaywall. Use when searching for papers, citations, DOI/PMID lookups, abstracts, full text, open access, preprints, citation graphs, author search, or any scholarly literature query. Triggers on mentions of any supported database or requests like \"find papers on X\" or \"look up this DOI\".","paper-lookup",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/paper-lookup/SKILL.md",[2049,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068],{"path":284,"priority":285},{"path":2051,"priority":288},"references/arxiv.md",{"path":2053,"priority":288},"references/biorxiv.md",{"path":2055,"priority":288},"references/core.md",{"path":2057,"priority":288},"references/crossref.md",{"path":2059,"priority":288},"references/medrxiv.md",{"path":2061,"priority":288},"references/openalex.md",{"path":2063,"priority":288},"references/pmc.md",{"path":2065,"priority":288},"references/pubmed.md",{"path":2067,"priority":288},"references/semantic-scholar.md",{"path":2069,"priority":288},"references/unpaywall.md",{"basePath":2071,"description":2072,"displayName":2073,"installMethods":2074,"rationale":2075,"selectedPaths":2076,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/paperzilla","Chat with your agent about projects, recommendations, and canonical papers in Paperzilla. Use when users ask for recent project recommendations, canonical paper details, markdown-based summaries, recommendation feedback, feed export, or Atom feed URLs.","paperzilla",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/paperzilla/SKILL.md",[2077],{"path":284,"priority":285},{"basePath":2079,"description":2080,"displayName":2081,"installMethods":2082,"rationale":2083,"selectedPaths":2084,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/parallel-web","All-in-one web toolkit powered by parallel-cli, with a strong emphasis on academic and scientific sources. Use this skill whenever the user needs to search the web, fetch/extract URL content, enrich data with web-sourced fields, or run deep research reports. Covers: web search (fast lookups, research, current info — prioritizing peer-reviewed papers, preprints, and scholarly databases), URL extraction (fetching pages, articles, academic PDFs), bulk data enrichment (adding fields to CSV/lists from the web), and deep research (exhaustive multi-source reports grounded in academic literature). Also handles setup, status checks, and result retrieval. Use this skill for ANY web-related task — even if the user doesn't mention 'parallel' or 'web' explicitly. If they want to look something up, fetch a page, enrich a dataset, investigate a topic, find academic papers, check citations, or review scientific literature, this is the skill to use.","parallel-web",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/parallel-web/SKILL.md",[2085,2086,2088,2090,2091],{"path":284,"priority":285},{"path":2087,"priority":288},"references/data-enrichment.md",{"path":2089,"priority":288},"references/deep-research.md",{"path":1155,"priority":288},{"path":1157,"priority":288},{"basePath":2093,"description":2094,"displayName":2095,"installMethods":2096,"rationale":2097,"selectedPaths":2098,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pathml","Full-featured computational pathology toolkit. Use for advanced WSI analysis including multiplexed immunofluorescence (CODEX, Vectra), nucleus segmentation, tissue graph construction, and ML model training on pathology data. Supports 160+ slide formats. For simple tile extraction from H&E slides, histolab may be simpler.","pathml",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pathml/SKILL.md",[2099,2100,2102,2104,2106,2108,2110],{"path":284,"priority":285},{"path":2101,"priority":288},"references/data_management.md",{"path":2103,"priority":288},"references/graphs.md",{"path":2105,"priority":288},"references/image_loading.md",{"path":2107,"priority":288},"references/machine_learning.md",{"path":2109,"priority":288},"references/multiparametric.md",{"path":2111,"priority":288},"references/preprocessing.md",{"basePath":2113,"description":2114,"displayName":2115,"installMethods":2116,"rationale":2117,"selectedPaths":2118,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pdf","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.","pdf",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pdf/SKILL.md",[2119,2120,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139],{"path":284,"priority":285},{"path":995,"priority":996},{"path":2122,"priority":288},"forms.md",{"path":2124,"priority":288},"reference.md",{"path":2126,"priority":354},"scripts/check_bounding_boxes.py",{"path":2128,"priority":354},"scripts/check_fillable_fields.py",{"path":2130,"priority":354},"scripts/convert_pdf_to_images.py",{"path":2132,"priority":354},"scripts/create_validation_image.py",{"path":2134,"priority":354},"scripts/extract_form_field_info.py",{"path":2136,"priority":354},"scripts/extract_form_structure.py",{"path":2138,"priority":354},"scripts/fill_fillable_fields.py",{"path":2140,"priority":354},"scripts/fill_pdf_form_with_annotations.py",{"basePath":2142,"description":2143,"displayName":2144,"installMethods":2145,"rationale":2146,"selectedPaths":2147,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/peer-review","Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive feedback. Best for actual review writing, manuscript revision. For evaluating claims/evidence quality use scientific-critical-thinking; for quantitative scoring frameworks use scholar-evaluation.","peer-review",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/peer-review/SKILL.md",[2148,2149,2150,2152,2153],{"path":284,"priority":285},{"path":1787,"priority":288},{"path":2151,"priority":288},"references/reporting_standards.md",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2155,"description":2156,"displayName":2157,"installMethods":2158,"rationale":2159,"selectedPaths":2160,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pennylane","Hardware-agnostic quantum ML framework with automatic differentiation. Use when training quantum circuits via gradients, building hybrid quantum-classical models, or needing device portability across IBM/Google/Rigetti/IonQ. Best for variational algorithms (VQE, QAOA), quantum neural networks, and integration with PyTorch/JAX/TensorFlow. For hardware-specific optimizations use qiskit (IBM) or cirq (Google); for open quantum systems use qutip.","pennylane",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pennylane/SKILL.md",[2161,2162,2163,2165,2167,2169,2171,2173],{"path":284,"priority":285},{"path":1204,"priority":288},{"path":2164,"priority":288},"references/devices_backends.md",{"path":2166,"priority":288},"references/getting_started.md",{"path":2168,"priority":288},"references/optimization.md",{"path":2170,"priority":288},"references/quantum_chemistry.md",{"path":2172,"priority":288},"references/quantum_circuits.md",{"path":2174,"priority":288},"references/quantum_ml.md",{"basePath":2176,"description":2177,"displayName":2178,"installMethods":2179,"rationale":2180,"selectedPaths":2181,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/phylogenetics","Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.","phylogenetics",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/phylogenetics/SKILL.md",[2182,2183,2185],{"path":284,"priority":285},{"path":2184,"priority":288},"references/iqtree_inference.md",{"path":2186,"priority":354},"scripts/phylogenetic_analysis.py",{"basePath":2188,"description":2189,"displayName":2190,"installMethods":2191,"rationale":2192,"selectedPaths":2193,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/polars","Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.","polars",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/polars/SKILL.md",[2194,2195,2196,2198,2200,2202,2204],{"path":284,"priority":285},{"path":329,"priority":288},{"path":2197,"priority":288},"references/core_concepts.md",{"path":2199,"priority":288},"references/io_guide.md",{"path":2201,"priority":288},"references/operations.md",{"path":2203,"priority":288},"references/pandas_migration.md",{"path":319,"priority":288},{"basePath":2206,"description":2207,"displayName":2208,"installMethods":2209,"rationale":2210,"selectedPaths":2211,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/polars-bio","High-performance genomic interval operations and bioinformatics file I/O on Polars DataFrames. Overlap, nearest, merge, coverage, complement, subtract for BED/VCF/BAM/GFF intervals. Streaming, cloud-native, faster bioframe alternative.","polars-bio",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/polars-bio/SKILL.md",[2212,2213,2215,2216,2218,2220,2222],{"path":284,"priority":285},{"path":2214,"priority":288},"references/bioframe_migration.md",{"path":979,"priority":288},{"path":2217,"priority":288},"references/file_io.md",{"path":2219,"priority":288},"references/interval_operations.md",{"path":2221,"priority":288},"references/pileup_operations.md",{"path":2223,"priority":288},"references/sql_processing.md",{"basePath":2225,"description":2226,"displayName":2227,"installMethods":2228,"rationale":2229,"selectedPaths":2230,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pptx","Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.","pptx",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pptx/SKILL.md",[2231,2232,2233,2235,2237,2238,2240,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293],{"path":284,"priority":285},{"path":995,"priority":996},{"path":2234,"priority":288},"editing.md",{"path":2236,"priority":288},"pptxgenjs.md",{"path":998,"priority":354},{"path":2239,"priority":354},"scripts/add_slide.py",{"path":2241,"priority":354},"scripts/clean.py",{"path":1004,"priority":354},{"path":1006,"priority":354},{"path":1008,"priority":354},{"path":1010,"priority":354},{"path":1012,"priority":354},{"path":1014,"priority":354},{"path":1016,"priority":354},{"path":1018,"priority":354},{"path":1020,"priority":354},{"path":1022,"priority":354},{"path":1024,"priority":354},{"path":1026,"priority":354},{"path":1028,"priority":354},{"path":1030,"priority":354},{"path":1032,"priority":354},{"path":1034,"priority":354},{"path":1036,"priority":354},{"path":1038,"priority":354},{"path":1040,"priority":354},{"path":1042,"priority":354},{"path":1044,"priority":354},{"path":1046,"priority":354},{"path":1048,"priority":354},{"path":1050,"priority":354},{"path":1052,"priority":354},{"path":1054,"priority":354},{"path":1056,"priority":354},{"path":1058,"priority":354},{"path":1060,"priority":354},{"path":1062,"priority":354},{"path":1064,"priority":354},{"path":1066,"priority":354},{"path":1068,"priority":354},{"path":1070,"priority":354},{"path":1072,"priority":354},{"path":1074,"priority":354},{"path":1076,"priority":354},{"path":1078,"priority":354},{"path":1080,"priority":354},{"path":1082,"priority":354},{"path":1084,"priority":354},{"path":1086,"priority":354},{"path":1088,"priority":354},{"path":1090,"priority":354},{"path":1092,"priority":354},{"path":1094,"priority":354},{"path":1096,"priority":354},{"path":1098,"priority":354},{"path":1100,"priority":354},{"path":1102,"priority":354},{"path":1104,"priority":354},{"path":2294,"priority":354},"scripts/thumbnail.py",{"basePath":2296,"description":2297,"displayName":2298,"installMethods":2299,"rationale":2300,"selectedPaths":2301,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pptx-posters","Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual integration.","pptx-posters",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pptx-posters/SKILL.md",[2302,2303,2305,2306,2307,2308,2309,2310],{"path":284,"priority":285},{"path":2304,"priority":354},"assets/poster_html_template.html",{"path":1578,"priority":354},{"path":1585,"priority":288},{"path":1587,"priority":288},{"path":1589,"priority":288},{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2312,"description":2313,"displayName":2314,"installMethods":2315,"rationale":2316,"selectedPaths":2317,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/primekg","Query the Precision Medicine Knowledge Graph (PrimeKG) for multiscale biological data including genes, drugs, diseases, phenotypes, and more.","primekg",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/primekg/SKILL.md",[2318,2319],{"path":284,"priority":285},{"path":2320,"priority":354},"scripts/query_primekg.py",{"basePath":2322,"description":2323,"displayName":2324,"installMethods":2325,"rationale":2326,"selectedPaths":2327,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/protocolsio-integration","Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.","protocolsio-integration",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/protocolsio-integration/SKILL.md",[2328,2329,2331,2332,2334,2336,2338],{"path":284,"priority":285},{"path":2330,"priority":288},"references/additional_features.md",{"path":420,"priority":288},{"path":2333,"priority":288},"references/discussions.md",{"path":2335,"priority":288},"references/file_manager.md",{"path":2337,"priority":288},"references/protocols_api.md",{"path":2339,"priority":288},"references/workspaces.md",{"basePath":2341,"description":2342,"displayName":2343,"installMethods":2344,"rationale":2345,"selectedPaths":2346,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pufferlib","High-performance reinforcement learning framework optimized for speed and scale. Use when you need fast parallel training, vectorized environments, multi-agent systems, or integration with game environments (Atari, Procgen, NetHack). Achieves 2-10x speedups over standard implementations. For quick prototyping or standard algorithm implementations with extensive documentation, use stable-baselines3 instead.","pufferlib",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pufferlib/SKILL.md",[2347,2348,2350,2352,2354,2356,2358,2360],{"path":284,"priority":285},{"path":2349,"priority":288},"references/environments.md",{"path":2351,"priority":288},"references/integration.md",{"path":2353,"priority":288},"references/policies.md",{"path":2355,"priority":288},"references/training.md",{"path":2357,"priority":288},"references/vectorization.md",{"path":2359,"priority":354},"scripts/env_template.py",{"path":2361,"priority":354},"scripts/train_template.py",{"basePath":2363,"description":2364,"displayName":2365,"installMethods":2366,"rationale":2367,"selectedPaths":2368,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pydeseq2","Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.","pydeseq2",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pydeseq2/SKILL.md",[2369,2370,2371,2373],{"path":284,"priority":285},{"path":895,"priority":288},{"path":2372,"priority":288},"references/workflow_guide.md",{"path":2374,"priority":354},"scripts/run_deseq2_analysis.py",{"basePath":2376,"description":2377,"displayName":2378,"installMethods":2379,"rationale":2380,"selectedPaths":2381,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pydicom","Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.","pydicom",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pydicom/SKILL.md",[2382,2383,2385,2387,2389,2391],{"path":284,"priority":285},{"path":2384,"priority":288},"references/common_tags.md",{"path":2386,"priority":288},"references/transfer_syntaxes.md",{"path":2388,"priority":354},"scripts/anonymize_dicom.py",{"path":2390,"priority":354},"scripts/dicom_to_image.py",{"path":532,"priority":354},{"basePath":2393,"description":2394,"displayName":2395,"installMethods":2396,"rationale":2397,"selectedPaths":2398,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pyhealth","Build clinical/healthcare deep-learning pipelines with PyHealth — loading EHR/signal/imaging datasets (MIMIC-III/IV, eICU, OMOP, SleepEDF, ChestXray14, EHRShot), defining tasks (mortality, readmission, length-of-stay, drug recommendation, sleep staging, ICD coding, EEG events), instantiating models (Transformer, RETAIN, GAMENet, SafeDrug, MICRON, StageNet, AdaCare, CNN/RNN/MLP), training with the PyHealth Trainer, computing clinical metrics, and using medical code utilities (ICD/ATC/NDC/RxNorm lookup and cross-mapping). Use this skill whenever the user mentions PyHealth, MIMIC, eICU, OMOP, EHR modeling, clinical prediction, drug recommendation, sleep staging, medical code mapping, ICD/ATC codes, or any healthcare ML pipeline that fits the dataset → task → model → trainer → metrics pattern, even if \"PyHealth\" isn't named explicitly.","pyhealth",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pyhealth/SKILL.md",[2399,2400,2402,2404,2405,2406,2408,2410],{"path":284,"priority":285},{"path":2401,"priority":354},"assets/starter_pipeline.py",{"path":2403,"priority":288},"references/datasets.md",{"path":1820,"priority":288},{"path":1206,"priority":288},{"path":2407,"priority":288},"references/medcode.md",{"path":2409,"priority":288},"references/models.md",{"path":2411,"priority":288},"references/tasks.md",{"basePath":2413,"description":2414,"displayName":2415,"installMethods":2416,"rationale":2417,"selectedPaths":2418,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pylabrobot","Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler.","pylabrobot",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pylabrobot/SKILL.md",[2419,2420,2422,2424,2426,2428,2429],{"path":284,"priority":285},{"path":2421,"priority":288},"references/analytical-equipment.md",{"path":2423,"priority":288},"references/hardware-backends.md",{"path":2425,"priority":288},"references/liquid-handling.md",{"path":2427,"priority":288},"references/material-handling.md",{"path":1830,"priority":288},{"path":1140,"priority":288},{"basePath":2431,"description":2432,"displayName":2433,"installMethods":2434,"rationale":2435,"selectedPaths":2436,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pymatgen","Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.","pymatgen",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pymatgen/SKILL.md",[2437,2438,2440,2442,2444,2446,2448,2450,2452],{"path":284,"priority":285},{"path":2439,"priority":288},"references/analysis_modules.md",{"path":2441,"priority":288},"references/core_classes.md",{"path":2443,"priority":288},"references/io_formats.md",{"path":2445,"priority":288},"references/materials_project_api.md",{"path":2447,"priority":288},"references/transformations_workflows.md",{"path":2449,"priority":354},"scripts/phase_diagram_generator.py",{"path":2451,"priority":354},"scripts/structure_analyzer.py",{"path":2453,"priority":354},"scripts/structure_converter.py",{"basePath":2455,"description":2456,"displayName":2457,"installMethods":2458,"rationale":2459,"selectedPaths":2460,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pymc","Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.","pymc",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pymc/SKILL.md",[2461,2462,2464,2466,2468,2470,2471,2473],{"path":284,"priority":285},{"path":2463,"priority":354},"assets/hierarchical_model_template.py",{"path":2465,"priority":354},"assets/linear_regression_template.py",{"path":2467,"priority":288},"references/distributions.md",{"path":2469,"priority":288},"references/sampling_inference.md",{"path":671,"priority":288},{"path":2472,"priority":354},"scripts/model_comparison.py",{"path":2474,"priority":354},"scripts/model_diagnostics.py",{"basePath":2476,"description":2477,"displayName":2478,"installMethods":2479,"rationale":2480,"selectedPaths":2481,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pymoo","Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.","pymoo",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pymoo/SKILL.md",[2482,2483,2484,2486,2488,2490,2491,2493,2495,2497,2499],{"path":284,"priority":285},{"path":347,"priority":288},{"path":2485,"priority":288},"references/constraints_mcdm.md",{"path":2487,"priority":288},"references/operators.md",{"path":2489,"priority":288},"references/problems.md",{"path":1140,"priority":288},{"path":2492,"priority":354},"scripts/custom_problem_example.py",{"path":2494,"priority":354},"scripts/decision_making_example.py",{"path":2496,"priority":354},"scripts/many_objective_example.py",{"path":2498,"priority":354},"scripts/multi_objective_example.py",{"path":2500,"priority":354},"scripts/single_objective_example.py",{"basePath":2502,"description":2503,"displayName":2504,"installMethods":2505,"rationale":2506,"selectedPaths":2507,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pyopenms","Complete mass spectrometry analysis platform. Use for proteomics workflows feature detection, peptide identification, protein quantification, and complex LC-MS/MS pipelines. Supports extensive file formats and algorithms. Best for proteomics, comprehensive MS data processing. For simple spectral comparison and metabolite ID use matchms.","pyopenms",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pyopenms/SKILL.md",[2508,2509,2511,2513,2514,2516,2518],{"path":284,"priority":285},{"path":2510,"priority":288},"references/data_structures.md",{"path":2512,"priority":288},"references/feature_detection.md",{"path":2217,"priority":288},{"path":2515,"priority":288},"references/identification.md",{"path":2517,"priority":288},"references/metabolomics.md",{"path":1910,"priority":288},{"basePath":2520,"description":2521,"displayName":2522,"installMethods":2523,"rationale":2524,"selectedPaths":2525,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pysam","Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.","pysam",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pysam/SKILL.md",[2526,2527,2529,2531,2533],{"path":284,"priority":285},{"path":2528,"priority":288},"references/alignment_files.md",{"path":2530,"priority":288},"references/common_workflows.md",{"path":2532,"priority":288},"references/sequence_files.md",{"path":2534,"priority":288},"references/variant_files.md",{"basePath":2536,"description":2537,"displayName":2538,"installMethods":2539,"rationale":2540,"selectedPaths":2541,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pytdc","Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.","pytdc",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pytdc/SKILL.md",[2542,2543,2544,2546,2547,2549,2551],{"path":284,"priority":285},{"path":2403,"priority":288},{"path":2545,"priority":288},"references/oracles.md",{"path":1242,"priority":288},{"path":2548,"priority":354},"scripts/benchmark_evaluation.py",{"path":2550,"priority":354},"scripts/load_and_split_data.py",{"path":2552,"priority":354},"scripts/molecular_generation.py",{"basePath":2554,"description":2555,"displayName":2556,"installMethods":2557,"rationale":2558,"selectedPaths":2559,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pytorch-lightning","Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.","pytorch-lightning",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pytorch-lightning/SKILL.md",[2560,2561,2562,2564,2566,2568,2570,2572,2574,2576,2578],{"path":284,"priority":285},{"path":329,"priority":288},{"path":2563,"priority":288},"references/callbacks.md",{"path":2565,"priority":288},"references/data_module.md",{"path":2567,"priority":288},"references/distributed_training.md",{"path":2569,"priority":288},"references/lightning_module.md",{"path":2571,"priority":288},"references/logging.md",{"path":2573,"priority":288},"references/trainer.md",{"path":2575,"priority":354},"scripts/quick_trainer_setup.py",{"path":2577,"priority":354},"scripts/template_datamodule.py",{"path":2579,"priority":354},"scripts/template_lightning_module.py",{"basePath":2581,"description":2582,"displayName":2583,"installMethods":2584,"rationale":2585,"selectedPaths":2586,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/pyzotero","Interact with Zotero reference management libraries using the pyzotero Python client. Retrieve, create, update, and delete items, collections, tags, and attachments via the Zotero Web API v3. Use this skill when working with Zotero libraries programmatically, managing bibliographic references, exporting citations, searching library contents, uploading PDF attachments, or building research automation workflows that integrate with Zotero.","pyzotero",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/pyzotero/SKILL.md",[2587,2588,2589,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610],{"path":284,"priority":285},{"path":420,"priority":288},{"path":1362,"priority":288},{"path":2591,"priority":288},"references/collections.md",{"path":2593,"priority":288},"references/error-handling.md",{"path":2595,"priority":288},"references/exports.md",{"path":2597,"priority":288},"references/files-attachments.md",{"path":2599,"priority":288},"references/full-text.md",{"path":2601,"priority":288},"references/pagination.md",{"path":2603,"priority":288},"references/read-api.md",{"path":2605,"priority":288},"references/saved-searches.md",{"path":2607,"priority":288},"references/search-params.md",{"path":2609,"priority":288},"references/tags.md",{"path":2611,"priority":288},"references/write-api.md",{"basePath":2613,"description":2614,"displayName":2615,"installMethods":2616,"rationale":2617,"selectedPaths":2618,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/qiskit","IBM quantum computing framework. Use when targeting IBM Quantum hardware, working with Qiskit Runtime for production workloads, or needing IBM optimization tools. Best for IBM hardware execution, quantum error mitigation, and enterprise quantum computing. For Google hardware use cirq; for gradient-based quantum ML use pennylane; for open quantum system simulations use qutip.","qiskit",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/qiskit/SKILL.md",[2619,2620,2621,2623,2625,2627,2629,2631,2633],{"path":284,"priority":285},{"path":347,"priority":288},{"path":2622,"priority":288},"references/backends.md",{"path":2624,"priority":288},"references/circuits.md",{"path":2626,"priority":288},"references/patterns.md",{"path":2628,"priority":288},"references/primitives.md",{"path":2630,"priority":288},"references/setup.md",{"path":2632,"priority":288},"references/transpilation.md",{"path":1140,"priority":288},{"basePath":2635,"description":2636,"displayName":2637,"installMethods":2638,"rationale":2639,"selectedPaths":2640,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/qutip","Quantum physics simulation library for open quantum systems. Use when studying master equations, Lindblad dynamics, decoherence, quantum optics, or cavity QED. Best for physics research, open system dynamics, and educational simulations. NOT for circuit-based quantum computing—use qiskit, cirq, or pennylane for quantum algorithms and hardware execution.","qutip",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/qutip/SKILL.md",[2641,2642,2643,2645,2646,2648],{"path":284,"priority":285},{"path":440,"priority":288},{"path":2644,"priority":288},"references/analysis.md",{"path":2197,"priority":288},{"path":2647,"priority":288},"references/time_evolution.md",{"path":1140,"priority":288},{"basePath":2650,"description":2651,"displayName":2652,"installMethods":2653,"rationale":2654,"selectedPaths":2655,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/rdkit","Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.","rdkit",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/rdkit/SKILL.md",[2656,2657,2658,2660,2662,2664,2666],{"path":284,"priority":285},{"path":895,"priority":288},{"path":2659,"priority":288},"references/descriptors_reference.md",{"path":2661,"priority":288},"references/smarts_patterns.md",{"path":2663,"priority":354},"scripts/molecular_properties.py",{"path":2665,"priority":354},"scripts/similarity_search.py",{"path":2667,"priority":354},"scripts/substructure_filter.py",{"basePath":2669,"description":2670,"displayName":2671,"installMethods":2672,"rationale":2673,"selectedPaths":2674,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/research-grants","Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.","research-grants",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/research-grants/SKILL.md",[2675,2676,2678,2680,2682,2683,2685,2687,2689,2691,2693,2695,2697,2698],{"path":284,"priority":285},{"path":2677,"priority":354},"assets/budget_justification_template.md",{"path":2679,"priority":354},"assets/nih_specific_aims_template.md",{"path":2681,"priority":354},"assets/nsf_project_summary_template.md",{"path":568,"priority":288},{"path":2684,"priority":288},"references/broader_impacts.md",{"path":2686,"priority":288},"references/darpa_guidelines.md",{"path":2688,"priority":288},"references/doe_guidelines.md",{"path":2690,"priority":288},"references/nih_guidelines.md",{"path":2692,"priority":288},"references/nsf_guidelines.md",{"path":2694,"priority":288},"references/nstc_guidelines.md",{"path":2696,"priority":288},"references/specific_aims_guide.md",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2700,"description":2701,"displayName":2702,"installMethods":2703,"rationale":2704,"selectedPaths":2705,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/research-lookup","Look up current research information using parallel-cli search (primary, fast web search), the Parallel Chat API (deep research), or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information. Note: query text is transmitted to api.parallel.ai (PARALLEL_API_KEY) and, for academic searches, to openrouter.ai (OPENROUTER_API_KEY).","research-lookup",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/research-lookup/SKILL.md",[2706,2707,2708,2709,2710],{"path":284,"priority":285},{"path":1252,"priority":996},{"path":536,"priority":354},{"path":538,"priority":354},{"path":2711,"priority":354},"scripts/research_lookup.py",{"basePath":2713,"description":2714,"displayName":2715,"installMethods":2716,"rationale":2717,"selectedPaths":2718,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/rowan","Rowan is a cloud-native molecular modeling and medicinal-chemistry workflow platform with a Python API. Use for pKa and macropKa prediction, conformer and tautomer ensembles, docking and analogue docking, protein-ligand cofolding, MSA generation, molecular dynamics, permeability, descriptor workflows, and related small-molecule or protein modeling tasks. Ideal for programmatic batch screening, multi-step chemistry pipelines, and workflows that would otherwise require maintaining local HPC/GPU infrastructure.","rowan",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/rowan/SKILL.md",[2719],{"path":284,"priority":285},{"basePath":2721,"description":2722,"displayName":2723,"installMethods":2724,"rationale":2725,"selectedPaths":2726,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scanpy","Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.","scanpy",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scanpy/SKILL.md",[2727,2728,2729,2730,2731,2732],{"path":284,"priority":285},{"path":1920,"priority":354},{"path":895,"priority":288},{"path":1937,"priority":288},{"path":1939,"priority":288},{"path":2733,"priority":354},"scripts/qc_analysis.py",{"basePath":2735,"description":2736,"displayName":2737,"installMethods":2738,"rationale":2739,"selectedPaths":2740,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scholar-evaluation","Systematically evaluate scholarly work using the ScholarEval framework, providing structured assessment across research quality dimensions including problem formulation, methodology, analysis, and writing with quantitative scoring and actionable feedback.","scholar-evaluation",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scholar-evaluation/SKILL.md",[2741,2742,2744,2746,2747],{"path":284,"priority":285},{"path":2743,"priority":288},"references/evaluation_framework.md",{"path":2745,"priority":354},"scripts/calculate_scores.py",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2749,"description":2750,"displayName":2751,"installMethods":2752,"rationale":2753,"selectedPaths":2754,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scientific-brainstorming","Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.","scientific-brainstorming",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-brainstorming/SKILL.md",[2755,2756],{"path":284,"priority":285},{"path":2757,"priority":288},"references/brainstorming_methods.md",{"basePath":2759,"description":2760,"displayName":2761,"installMethods":2762,"rationale":2763,"selectedPaths":2764,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scientific-critical-thinking","Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review writing use peer-review.","scientific-critical-thinking",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-critical-thinking/SKILL.md",[2765,2766,2768,2770,2772,2774,2776,2778,2779],{"path":284,"priority":285},{"path":2767,"priority":288},"references/common_biases.md",{"path":2769,"priority":288},"references/evidence_hierarchy.md",{"path":2771,"priority":288},"references/experimental_design.md",{"path":2773,"priority":288},"references/logical_fallacies.md",{"path":2775,"priority":288},"references/scientific_method.md",{"path":2777,"priority":288},"references/statistical_pitfalls.md",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":257,"description":10,"displayName":260,"installMethods":2781,"rationale":2782,"selectedPaths":2783,"source":289,"sourceLanguage":18,"type":261},{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-schematics/SKILL.md",[2784,2785,2787,2788,2789,2791,2792],{"path":284,"priority":285},{"path":2786,"priority":288},"references/QUICK_REFERENCE.md",{"path":568,"priority":288},{"path":329,"priority":288},{"path":2790,"priority":354},"scripts/example_usage.sh",{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2794,"description":2795,"displayName":2796,"installMethods":2797,"rationale":2798,"selectedPaths":2799,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scientific-slides","Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and LaTeX Beamer.","scientific-slides",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-slides/SKILL.md",[2800,2801,2803,2805,2807,2809,2811,2813,2815,2817,2819,2821,2823,2824,2825,2827,2829,2831,2833],{"path":284,"priority":285},{"path":2802,"priority":354},"assets/beamer_template_conference.tex",{"path":2804,"priority":354},"assets/beamer_template_defense.tex",{"path":2806,"priority":354},"assets/beamer_template_seminar.tex",{"path":2808,"priority":354},"assets/powerpoint_design_guide.md",{"path":2810,"priority":354},"assets/timing_guidelines.md",{"path":2812,"priority":288},"references/beamer_guide.md",{"path":2814,"priority":288},"references/data_visualization_slides.md",{"path":2816,"priority":288},"references/presentation_structure.md",{"path":2818,"priority":288},"references/slide_design_principles.md",{"path":2820,"priority":288},"references/talk_types_guide.md",{"path":2822,"priority":288},"references/visual_review_workflow.md",{"path":536,"priority":354},{"path":538,"priority":354},{"path":2826,"priority":354},"scripts/generate_slide_image.py",{"path":2828,"priority":354},"scripts/generate_slide_image_ai.py",{"path":2830,"priority":354},"scripts/pdf_to_images.py",{"path":2832,"priority":354},"scripts/slides_to_pdf.py",{"path":2834,"priority":354},"scripts/validate_presentation.py",{"basePath":2836,"description":2837,"displayName":219,"installMethods":2838,"rationale":2839,"selectedPaths":2840,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scientific-visualization","Meta-skill for publication-ready figures. Use when creating journal submission figures requiring multi-panel layouts, significance annotations, error bars, colorblind-safe palettes, and specific journal formatting (Nature, Science, Cell). Orchestrates matplotlib/seaborn/plotly with publication styles. For quick exploration use seaborn or plotly directly.",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-visualization/SKILL.md",[2841,2842,2844,2846,2848,2850,2851,2853,2855,2857,2859],{"path":284,"priority":285},{"path":2843,"priority":354},"assets/color_palettes.py",{"path":2845,"priority":354},"assets/nature.mplstyle",{"path":2847,"priority":354},"assets/presentation.mplstyle",{"path":2849,"priority":354},"assets/publication.mplstyle",{"path":1479,"priority":288},{"path":2852,"priority":288},"references/journal_requirements.md",{"path":2854,"priority":288},"references/matplotlib_examples.md",{"path":2856,"priority":288},"references/publication_guidelines.md",{"path":2858,"priority":354},"scripts/figure_export.py",{"path":2860,"priority":354},"scripts/style_presets.py",{"basePath":2862,"description":2863,"displayName":2864,"installMethods":2865,"rationale":2866,"selectedPaths":2867,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scientific-writing","Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.","scientific-writing",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scientific-writing/SKILL.md",[2868,2869,2871,2873,2875,2876,2878,2880,2882,2884,2886,2887,2888],{"path":284,"priority":285},{"path":2870,"priority":354},"assets/REPORT_FORMATTING_GUIDE.md",{"path":2872,"priority":354},"assets/scientific_report.sty",{"path":2874,"priority":354},"assets/scientific_report_template.tex",{"path":1605,"priority":288},{"path":2877,"priority":288},"references/figures_tables.md",{"path":2879,"priority":288},"references/imrad_structure.md",{"path":2881,"priority":288},"references/professional_report_formatting.md",{"path":2883,"priority":288},"references/reporting_guidelines.md",{"path":2885,"priority":288},"references/writing_principles.md",{"path":1224,"priority":354},{"path":536,"priority":354},{"path":538,"priority":354},{"basePath":2890,"description":2891,"displayName":2892,"installMethods":2893,"rationale":2894,"selectedPaths":2895,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scikit-bio","Biological data toolkit. Sequence analysis, alignments, phylogenetic trees, diversity metrics (alpha/beta, UniFrac), ordination (PCoA), PERMANOVA, FASTA/Newick I/O, for microbiome analysis.","scikit-bio",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scikit-bio/SKILL.md",[2896,2897],{"path":284,"priority":285},{"path":895,"priority":288},{"basePath":2899,"description":2900,"displayName":2901,"installMethods":2902,"rationale":2903,"selectedPaths":2904,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scikit-learn","Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.","scikit-learn",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scikit-learn/SKILL.md",[2905,2906,2908,2910,2911,2913,2915,2917,2919],{"path":284,"priority":285},{"path":2907,"priority":288},"references/model_evaluation.md",{"path":2909,"priority":288},"references/pipelines_and_composition.md",{"path":2111,"priority":288},{"path":2912,"priority":288},"references/quick_reference.md",{"path":2914,"priority":288},"references/supervised_learning.md",{"path":2916,"priority":288},"references/unsupervised_learning.md",{"path":2918,"priority":354},"scripts/classification_pipeline.py",{"path":2920,"priority":354},"scripts/clustering_analysis.py",{"basePath":2922,"description":2923,"displayName":2924,"installMethods":2925,"rationale":2926,"selectedPaths":2927,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scikit-survival","Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library.","scikit-survival",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scikit-survival/SKILL.md",[2928,2929,2931,2933,2935,2937,2939],{"path":284,"priority":285},{"path":2930,"priority":288},"references/competing-risks.md",{"path":2932,"priority":288},"references/cox-models.md",{"path":2934,"priority":288},"references/data-handling.md",{"path":2936,"priority":288},"references/ensemble-models.md",{"path":2938,"priority":288},"references/evaluation-metrics.md",{"path":2940,"priority":288},"references/svm-models.md",{"basePath":2942,"description":2943,"displayName":2944,"installMethods":2945,"rationale":2946,"selectedPaths":2947,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scvelo","RNA velocity analysis with scVelo. Estimate cell state transitions from unspliced/spliced mRNA dynamics, infer trajectory directions, compute latent time, and identify driver genes in single-cell RNA-seq data. Complements Scanpy/scVI-tools for trajectory inference.","scvelo",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scvelo/SKILL.md",[2948,2949,2951],{"path":284,"priority":285},{"path":2950,"priority":288},"references/velocity_models.md",{"path":2952,"priority":354},"scripts/rna_velocity_workflow.py",{"basePath":2954,"description":2955,"displayName":2956,"installMethods":2957,"rationale":2958,"selectedPaths":2959,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/scvi-tools","Deep generative models for single-cell omics. Use when you need probabilistic batch correction (scVI), transfer learning, differential expression with uncertainty, or multi-modal integration (TOTALVI, MultiVI). Best for advanced modeling, batch effects, multimodal data. For standard analysis pipelines use scanpy.","scvi-tools",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/scvi-tools/SKILL.md",[2960,2961,2963,2965,2967,2969,2971,2973,2975],{"path":284,"priority":285},{"path":2962,"priority":288},"references/differential-expression.md",{"path":2964,"priority":288},"references/models-atac-seq.md",{"path":2966,"priority":288},"references/models-multimodal.md",{"path":2968,"priority":288},"references/models-scrna-seq.md",{"path":2970,"priority":288},"references/models-spatial.md",{"path":2972,"priority":288},"references/models-specialized.md",{"path":2974,"priority":288},"references/theoretical-foundations.md",{"path":671,"priority":288},{"basePath":2977,"description":2978,"displayName":2979,"installMethods":2980,"rationale":2981,"selectedPaths":2982,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/seaborn","Statistical visualization with pandas integration. Use for quick exploration of distributions, relationships, and categorical comparisons with attractive defaults. Best for box plots, violin plots, pair plots, heatmaps. Built on matplotlib. For interactive plots use plotly; for publication styling use scientific-visualization.","seaborn",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/seaborn/SKILL.md",[2983,2984,2985,2987],{"path":284,"priority":285},{"path":1820,"priority":288},{"path":2986,"priority":288},"references/function_reference.md",{"path":2988,"priority":288},"references/objects_interface.md",{"basePath":2990,"description":2991,"displayName":2992,"installMethods":2993,"rationale":2994,"selectedPaths":2995,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/shap","Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.","shap",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/shap/SKILL.md",[2996,2997,2999,3001,3003],{"path":284,"priority":285},{"path":2998,"priority":288},"references/explainers.md",{"path":3000,"priority":288},"references/plots.md",{"path":3002,"priority":288},"references/theory.md",{"path":671,"priority":288},{"basePath":3005,"description":3006,"displayName":3007,"installMethods":3008,"rationale":3009,"selectedPaths":3010,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/simpy","Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.","simpy",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/simpy/SKILL.md",[3011,3012,3014,3016,3018,3020,3021,3023],{"path":284,"priority":285},{"path":3013,"priority":288},"references/events.md",{"path":3015,"priority":288},"references/monitoring.md",{"path":3017,"priority":288},"references/process-interaction.md",{"path":3019,"priority":288},"references/real-time.md",{"path":1830,"priority":288},{"path":3022,"priority":354},"scripts/basic_simulation_template.py",{"path":3024,"priority":354},"scripts/resource_monitor.py",{"basePath":3026,"description":3027,"displayName":3028,"installMethods":3029,"rationale":3030,"selectedPaths":3031,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/stable-baselines3","Production-ready reinforcement learning algorithms (PPO, SAC, DQN, TD3, DDPG, A2C) with scikit-learn-like API. Use for standard RL experiments, quick prototyping, and well-documented algorithm implementations. Best for single-agent RL with Gymnasium environments. For high-performance parallel training, multi-agent systems, or custom vectorized environments, use pufferlib instead.","stable-baselines3",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/stable-baselines3/SKILL.md",[3032,3033,3034,3035,3037,3039,3041,3043],{"path":284,"priority":285},{"path":347,"priority":288},{"path":2563,"priority":288},{"path":3036,"priority":288},"references/custom_environments.md",{"path":3038,"priority":288},"references/vectorized_envs.md",{"path":3040,"priority":354},"scripts/custom_env_template.py",{"path":3042,"priority":354},"scripts/evaluate_agent.py",{"path":3044,"priority":354},"scripts/train_rl_agent.py",{"basePath":3046,"description":3047,"displayName":3048,"installMethods":3049,"rationale":3050,"selectedPaths":3051,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/statistical-analysis","Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.","statistical-analysis",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/statistical-analysis/SKILL.md",[3052,3053,3055,3057,3059,3060,3062],{"path":284,"priority":285},{"path":3054,"priority":288},"references/assumptions_and_diagnostics.md",{"path":3056,"priority":288},"references/bayesian_statistics.md",{"path":3058,"priority":288},"references/effect_sizes_and_power.md",{"path":2151,"priority":288},{"path":3061,"priority":288},"references/test_selection_guide.md",{"path":3063,"priority":354},"scripts/assumption_checks.py",{"basePath":3065,"description":3066,"displayName":3067,"installMethods":3068,"rationale":3069,"selectedPaths":3070,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/statsmodels","Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis.","statsmodels",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/statsmodels/SKILL.md",[3071,3072,3074,3076,3078,3080],{"path":284,"priority":285},{"path":3073,"priority":288},"references/discrete_choice.md",{"path":3075,"priority":288},"references/glm.md",{"path":3077,"priority":288},"references/linear_models.md",{"path":3079,"priority":288},"references/stats_diagnostics.md",{"path":3081,"priority":288},"references/time_series.md",{"basePath":3083,"description":3084,"displayName":3085,"installMethods":3086,"rationale":3087,"selectedPaths":3088,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/sympy","Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters.","sympy",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/sympy/SKILL.md",[3089,3090,3092,3094,3096,3098],{"path":284,"priority":285},{"path":3091,"priority":288},"references/advanced-topics.md",{"path":3093,"priority":288},"references/code-generation-printing.md",{"path":3095,"priority":288},"references/core-capabilities.md",{"path":3097,"priority":288},"references/matrices-linear-algebra.md",{"path":3099,"priority":288},"references/physics-mechanics.md",{"basePath":3101,"description":3102,"displayName":3103,"installMethods":3104,"rationale":3105,"selectedPaths":3106,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/tiledbvcf","Efficient storage and retrieval of genomic variant data using TileDB. Scalable VCF/BCF ingestion, incremental sample addition, compressed storage, parallel queries, and export capabilities for population genomics.","tiledbvcf",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/tiledbvcf/SKILL.md",[3107],{"path":284,"priority":285},{"basePath":3109,"description":3110,"displayName":3111,"installMethods":3112,"rationale":3113,"selectedPaths":3114,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/timesfm-forecasting","Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.","timesfm-forecasting",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/timesfm-forecasting/SKILL.md",[3115,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3154,3156,3158,3159,3161,3163,3165],{"path":284,"priority":285},{"path":3117,"priority":354},"examples/anomaly-detection/detect_anomalies.py",{"path":3119,"priority":354},"examples/anomaly-detection/output/anomaly_detection.json",{"path":3121,"priority":354},"examples/anomaly-detection/output/anomaly_detection.png",{"path":3123,"priority":354},"examples/covariates-forecasting/demo_covariates.py",{"path":3125,"priority":354},"examples/covariates-forecasting/output/covariates_data.png",{"path":3127,"priority":354},"examples/covariates-forecasting/output/covariates_metadata.json",{"path":3129,"priority":354},"examples/covariates-forecasting/output/sales_with_covariates.csv",{"path":3131,"priority":354},"examples/global-temperature/README.md",{"path":3133,"priority":354},"examples/global-temperature/generate_animation_data.py",{"path":3135,"priority":354},"examples/global-temperature/generate_gif.py",{"path":3137,"priority":354},"examples/global-temperature/generate_html.py",{"path":3139,"priority":354},"examples/global-temperature/output/animation_data.json",{"path":3141,"priority":354},"examples/global-temperature/output/forecast_animation.gif",{"path":3143,"priority":354},"examples/global-temperature/output/forecast_output.csv",{"path":3145,"priority":354},"examples/global-temperature/output/forecast_output.json",{"path":3147,"priority":354},"examples/global-temperature/output/forecast_visualization.png",{"path":3149,"priority":354},"examples/global-temperature/output/interactive_forecast.html",{"path":3151,"priority":354},"examples/global-temperature/run_example.sh",{"path":3153,"priority":354},"examples/global-temperature/run_forecast.py",{"path":3155,"priority":354},"examples/global-temperature/temperature_anomaly.csv",{"path":3157,"priority":354},"examples/global-temperature/visualize_forecast.py",{"path":895,"priority":288},{"path":3160,"priority":288},"references/data_preparation.md",{"path":3162,"priority":288},"references/system_requirements.md",{"path":3164,"priority":354},"scripts/check_system.py",{"path":3166,"priority":354},"scripts/forecast_csv.py",{"basePath":3168,"description":3169,"displayName":3170,"installMethods":3171,"rationale":3172,"selectedPaths":3173,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/torch-geometric","Guide for building Graph Neural Networks with PyTorch Geometric (PyG). Use this skill whenever the user asks about graph neural networks, GNNs, node classification, link prediction, graph classification, message passing networks, heterogeneous graphs, neighbor sampling, or any task involving torch_geometric / PyG. Also trigger when you see imports from torch_geometric, or the user mentions graph convolutions (GCN, GAT, GraphSAGE, GIN), graph data structures, or working with relational/network data. Even if the user just says 'graph learning' or 'geometric deep learning', use this skill.","torch-geometric",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/torch-geometric/SKILL.md",[3174,3175,3177,3179,3181,3183,3185],{"path":284,"priority":285},{"path":3176,"priority":288},"references/custom_datasets.md",{"path":3178,"priority":288},"references/explainability.md",{"path":3180,"priority":288},"references/heterogeneous.md",{"path":3182,"priority":288},"references/link_prediction.md",{"path":3184,"priority":288},"references/message_passing.md",{"path":1832,"priority":288},{"basePath":3187,"description":3188,"displayName":3189,"installMethods":3190,"rationale":3191,"selectedPaths":3192,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/torchdrug","PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.","torchdrug",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/torchdrug/SKILL.md",[3193,3194,3195,3196,3198,3200,3202,3204,3206],{"path":284,"priority":285},{"path":2197,"priority":288},{"path":2403,"priority":288},{"path":3197,"priority":288},"references/knowledge_graphs.md",{"path":3199,"priority":288},"references/models_architectures.md",{"path":3201,"priority":288},"references/molecular_generation.md",{"path":3203,"priority":288},"references/molecular_property_prediction.md",{"path":3205,"priority":288},"references/protein_modeling.md",{"path":3207,"priority":288},"references/retrosynthesis.md",{"basePath":3209,"description":3210,"displayName":3211,"installMethods":3212,"rationale":3213,"selectedPaths":3214,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/transformers","This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.","transformers",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/transformers/SKILL.md",[3215,3216,3218,3219,3221,3222],{"path":284,"priority":285},{"path":3217,"priority":288},"references/generation.md",{"path":2409,"priority":288},{"path":3220,"priority":288},"references/pipelines.md",{"path":1372,"priority":288},{"path":2355,"priority":288},{"basePath":3224,"description":3225,"displayName":3226,"installMethods":3227,"rationale":3228,"selectedPaths":3229,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/treatment-plans","Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional formatting. Prioritizes brevity and clinical actionability.","treatment-plans",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/treatment-plans/SKILL.md",[3230,3231,3233,3235,3237,3239,3241,3243,3245,3247,3248,3250,3251,3253,3255,3256,3258,3260,3262,3263,3264,3266,3268],{"path":284,"priority":285},{"path":3232,"priority":354},"assets/STYLING_QUICK_REFERENCE.md",{"path":3234,"priority":354},"assets/chronic_disease_management_plan.tex",{"path":3236,"priority":354},"assets/general_medical_treatment_plan.tex",{"path":3238,"priority":354},"assets/medical_treatment_plan.sty",{"path":3240,"priority":354},"assets/mental_health_treatment_plan.tex",{"path":3242,"priority":354},"assets/one_page_treatment_plan.tex",{"path":3244,"priority":354},"assets/pain_management_plan.tex",{"path":3246,"priority":354},"assets/perioperative_care_plan.tex",{"path":620,"priority":354},{"path":3249,"priority":354},"assets/rehabilitation_treatment_plan.tex",{"path":568,"priority":288},{"path":3252,"priority":288},"references/goal_setting_frameworks.md",{"path":3254,"priority":288},"references/intervention_guidelines.md",{"path":641,"priority":288},{"path":3257,"priority":288},"references/specialty_specific_guidelines.md",{"path":3259,"priority":288},"references/treatment_plan_standards.md",{"path":3261,"priority":354},"scripts/check_completeness.py",{"path":536,"priority":354},{"path":538,"priority":354},{"path":3265,"priority":354},"scripts/generate_template.py",{"path":3267,"priority":354},"scripts/timeline_generator.py",{"path":3269,"priority":354},"scripts/validate_treatment_plan.py",{"basePath":3271,"description":3272,"displayName":3273,"installMethods":3274,"rationale":3275,"selectedPaths":3276,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/umap-learn","UMAP dimensionality reduction. Fast nonlinear manifold learning for 2D/3D visualization, clustering preprocessing (HDBSCAN), supervised/parametric UMAP, for high-dimensional data.","umap-learn",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/umap-learn/SKILL.md",[3277,3278],{"path":284,"priority":285},{"path":895,"priority":288},{"basePath":3280,"description":3281,"displayName":3282,"installMethods":3283,"rationale":3284,"selectedPaths":3285,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/usfiscaldata","Query the U.S. Treasury Fiscal Data API for federal financial data including national debt, government spending, revenue, interest rates, exchange rates, and savings bonds. Access 54 datasets and 182 data tables with no API key required. Use when working with U.S. federal fiscal data, national debt tracking (Debt to the Penny), Daily Treasury Statements, Monthly Treasury Statements, Treasury securities auctions, interest rates on Treasury securities, foreign exchange rates, savings bonds, or any U.S. government financial statistics.","usfiscaldata",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/usfiscaldata/SKILL.md",[3286,3287,3289,3291,3293,3295,3297,3298,3299],{"path":284,"priority":285},{"path":3288,"priority":288},"references/api-basics.md",{"path":3290,"priority":288},"references/datasets-debt.md",{"path":3292,"priority":288},"references/datasets-fiscal.md",{"path":3294,"priority":288},"references/datasets-interest-rates.md",{"path":3296,"priority":288},"references/datasets-securities.md",{"path":1820,"priority":288},{"path":1210,"priority":288},{"path":3300,"priority":288},"references/response-format.md",{"basePath":3302,"description":3303,"displayName":3304,"installMethods":3305,"rationale":3306,"selectedPaths":3307,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/vaex","Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.","vaex",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/vaex/SKILL.md",[3308,3309,3311,3313,3314,3315,3317],{"path":284,"priority":285},{"path":3310,"priority":288},"references/core_dataframes.md",{"path":3312,"priority":288},"references/data_processing.md",{"path":335,"priority":288},{"path":2107,"priority":288},{"path":3316,"priority":288},"references/performance.md",{"path":1140,"priority":288},{"basePath":3319,"description":3320,"displayName":3321,"installMethods":3322,"rationale":3323,"selectedPaths":3324,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/venue-templates","Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.","venue-templates",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/venue-templates/SKILL.md",[3325,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3371,3372,3374],{"path":284,"priority":285},{"path":3327,"priority":354},"assets/examples/cell_summary_example.md",{"path":3329,"priority":354},"assets/examples/medical_structured_abstract.md",{"path":3331,"priority":354},"assets/examples/nature_abstract_examples.md",{"path":3333,"priority":354},"assets/examples/neurips_introduction_example.md",{"path":3335,"priority":354},"assets/grants/nih_specific_aims.tex",{"path":3337,"priority":354},"assets/grants/nsf_proposal_template.tex",{"path":3339,"priority":354},"assets/journals/nature_article.tex",{"path":3341,"priority":354},"assets/journals/neurips_article.tex",{"path":3343,"priority":354},"assets/journals/plos_one.tex",{"path":3345,"priority":354},"assets/posters/beamerposter_academic.tex",{"path":3347,"priority":288},"references/cell_press_style.md",{"path":3349,"priority":288},"references/conferences_formatting.md",{"path":3351,"priority":288},"references/cs_conference_style.md",{"path":3353,"priority":288},"references/grants_requirements.md",{"path":3355,"priority":288},"references/journals_formatting.md",{"path":3357,"priority":288},"references/medical_journal_styles.md",{"path":3359,"priority":288},"references/ml_conference_style.md",{"path":3361,"priority":288},"references/nature_science_style.md",{"path":3363,"priority":288},"references/posters_guidelines.md",{"path":3365,"priority":288},"references/reviewer_expectations.md",{"path":3367,"priority":288},"references/venue_writing_styles.md",{"path":3369,"priority":354},"scripts/customize_template.py",{"path":536,"priority":354},{"path":538,"priority":354},{"path":3373,"priority":354},"scripts/query_template.py",{"path":3375,"priority":354},"scripts/validate_format.py",{"basePath":3377,"description":3378,"displayName":3379,"installMethods":3380,"rationale":3381,"selectedPaths":3382,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/what-if-oracle","Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like \"what if...\", \"what would happen if...\", \"what are the possibilities\", \"explore scenarios\", \"scenario analysis\", \"possibility space\", \"what could go wrong\", \"best case / worst case\", \"risk analysis\", \"contingency planning\", \"strategic options\", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.","what-if-oracle",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/what-if-oracle/SKILL.md",[3383,3384],{"path":284,"priority":285},{"path":3385,"priority":288},"references/scenario-templates.md",{"basePath":3387,"description":3388,"displayName":3389,"installMethods":3390,"rationale":3391,"selectedPaths":3392,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/xlsx","Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.","xlsx",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/xlsx/SKILL.md",[3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446],{"path":284,"priority":285},{"path":995,"priority":996},{"path":1004,"priority":354},{"path":1006,"priority":354},{"path":1008,"priority":354},{"path":1010,"priority":354},{"path":1012,"priority":354},{"path":1014,"priority":354},{"path":1016,"priority":354},{"path":1018,"priority":354},{"path":1020,"priority":354},{"path":1022,"priority":354},{"path":1024,"priority":354},{"path":1026,"priority":354},{"path":1028,"priority":354},{"path":1030,"priority":354},{"path":1032,"priority":354},{"path":1034,"priority":354},{"path":1036,"priority":354},{"path":1038,"priority":354},{"path":1040,"priority":354},{"path":1042,"priority":354},{"path":1044,"priority":354},{"path":1046,"priority":354},{"path":1048,"priority":354},{"path":1050,"priority":354},{"path":1052,"priority":354},{"path":1054,"priority":354},{"path":1056,"priority":354},{"path":1058,"priority":354},{"path":1060,"priority":354},{"path":1062,"priority":354},{"path":1064,"priority":354},{"path":1066,"priority":354},{"path":1068,"priority":354},{"path":1070,"priority":354},{"path":1072,"priority":354},{"path":1074,"priority":354},{"path":1076,"priority":354},{"path":1078,"priority":354},{"path":1080,"priority":354},{"path":1082,"priority":354},{"path":1084,"priority":354},{"path":1086,"priority":354},{"path":1088,"priority":354},{"path":1090,"priority":354},{"path":1092,"priority":354},{"path":1094,"priority":354},{"path":1096,"priority":354},{"path":1098,"priority":354},{"path":1100,"priority":354},{"path":1102,"priority":354},{"path":1104,"priority":354},{"path":3447,"priority":354},"scripts/recalc.py",{"basePath":3449,"description":3450,"displayName":3451,"installMethods":3452,"rationale":3453,"selectedPaths":3454,"source":289,"sourceLanguage":18,"type":261},"scientific-skills/zarr-python","Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.","zarr-python",{"claudeCode":12},"SKILL.md frontmatter at scientific-skills/zarr-python/SKILL.md",[3455,3456],{"path":284,"priority":285},{"path":895,"priority":288},{"sources":3458},[3459],"manual",{"closedIssues90d":8,"description":3461,"forks":246,"homepage":3462,"license":252,"openIssues90d":8,"pushedAt":249,"readmeSize":243,"stars":250,"topics":3463},"A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing.","https://k-dense.ai",[3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,219,3479],"ai-scientist","bioinformatics","chemoinformatics","claude","claude-skills","claudecode","clinical-research","computational-biology","data-analysis","drug-discovery","genomics","materials-science","metabolomics","proteomics","scientific-computing","agent-skills",{"classifiedAt":3481,"discoverAt":3482,"extractAt":3483,"githubAt":3483,"updatedAt":3481},1778691799051,1778691790211,1778691796670,[220,218,221,222,219],{"evaluatedAt":255,"extractAt":3486,"updatedAt":255},1778691799740,[],[3489,3510,3541,3573,3602,3626],{"_creationTime":3490,"_id":3491,"community":3492,"display":3493,"identity":3496,"providers":3497,"relations":3506,"tags":3507,"workflow":3508},1778691799740.487,"k17c675exywq42ejgqsb2msrhn86mrp3",{"reviewCount":8},{"description":2297,"installMethods":3494,"name":3495,"sourceUrl":14},{"claudeCode":12},"Scientific Schematic Generator",{"basePath":2296,"githubOwner":258,"githubRepo":259,"locale":18,"slug":2298,"type":261},{"evaluate":3498,"extract":3505},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":3499,"targetMarket":223,"tier":224},[3500,219,218,3501,3502,3503,3504],"ai-image-generation","schematics","poster-creation","generative-ai","python",{"commitSha":267,"license":252},{"repoId":269},[3500,218,3503,3502,3504,3501,219],{"evaluatedAt":3509,"extractAt":3486,"updatedAt":3509},1778693680386,{"_creationTime":3511,"_id":3512,"community":3513,"display":3514,"identity":3520,"providers":3525,"relations":3535,"tags":3537,"workflow":3538},1778675145461.8835,"k17f0jpnx40eza0gxe5sk7fybn86mhqs",{"reviewCount":8},{"description":3515,"installMethods":3516,"name":3518,"sourceUrl":3519},"Part of the AlterLab Academic Skills suite. Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.",{"claudeCode":3517},"AlterLab-IEU/AlterLab-Academic-Skills","AlterLab Scientific Schematics","https://github.com/AlterLab-IEU/AlterLab-Academic-Skills",{"basePath":3521,"githubOwner":3522,"githubRepo":3523,"locale":18,"slug":3524,"type":261},"skills/visualization/alterlab-scientific-schematics","AlterLab-IEU","AlterLab-Academic-Skills","alterlab-scientific-schematics",{"evaluate":3526,"extract":3534},{"promptVersionExtension":211,"promptVersionScoring":212,"score":3527,"tags":3528,"targetMarket":223,"tier":3533},93,[218,220,3529,3530,221,3531,3532],"scientific","visualization","nano-banana-2","gemini","community",{"commitSha":267,"license":252},{"repoId":3536},"kd7fqvj70pvyn4r3q9kctpnd7d86mfqd",[220,218,3532,221,3531,3529,3530],{"evaluatedAt":3539,"extractAt":3540,"updatedAt":3539},1778682775518,1778675145461,{"_creationTime":3542,"_id":3543,"community":3544,"display":3545,"identity":3551,"providers":3556,"relations":3566,"tags":3569,"workflow":3570},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":3546,"installMethods":3547,"name":3549,"sourceUrl":3550},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":3548},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":3552,"githubOwner":3553,"githubRepo":3554,"locale":18,"slug":3555,"type":261},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":3557,"extract":3565},{"promptVersionExtension":211,"promptVersionScoring":212,"score":3558,"tags":3559,"targetMarket":223,"tier":224},100,[3560,3561,3562,220,3563,3564],"finance","trading","market-analysis","typescript","cli",{"commitSha":267,"license":252},{"parentExtensionId":3567,"repoId":3568},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[220,3564,3560,3562,3561,3563],{"evaluatedAt":3571,"extractAt":3572,"updatedAt":3571},1778701108877,1778696691708,{"_creationTime":3574,"_id":3575,"community":3576,"display":3577,"identity":3583,"providers":3588,"relations":3593,"tags":3597,"workflow":3598},1778693819389.531,"k174n8dznk7k8dr9drb7fwx01586nm5t",{"reviewCount":8},{"description":3578,"installMethods":3579,"name":3581,"sourceUrl":3582},"AI交易记忆的领域知识 — 结果加权记忆 (OWM) 架构、5种记忆类型、回忆评分和行为分析。用于记录交易、回忆相似的上下文、分析性能或检查行为漂移。在 \"record trade\"、\"remember trade\"、\"recall\"、\"similar trades\"、\"performance\"、\"behavioral\"、\"disposition\"、\"affective state\"、\"confidence\" 时触发。",{"claudeCode":3580},"mnemox-ai/tradememory-protocol","trading-memory","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":3584,"githubOwner":3585,"githubRepo":3586,"locale":3587,"slug":3581,"type":261},"tradememory-plugin/skills/trading-memory","mnemox-ai","tradememory-protocol","zh-CN",{"evaluate":3589,"extract":3592},{"promptVersionExtension":211,"promptVersionScoring":212,"score":3558,"tags":3590,"targetMarket":223,"tier":224},[3561,220,3591,3560,3504],"memory",{"commitSha":267},{"parentExtensionId":3594,"repoId":3595,"translatedFrom":3596},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k173a67a16bpq0e29wjd85v71986nx03",[220,3560,3591,3504,3561],{"evaluatedAt":3599,"extractAt":3600,"updatedAt":3601},1778693719816,1778693539593,1778693819389,{"_creationTime":3603,"_id":3604,"community":3605,"display":3606,"identity":3610,"providers":3613,"relations":3620,"tags":3622,"workflow":3623},1778693805112.8403,"k177f7s31ysk6nw1qw3sak1r3186n795",{"reviewCount":8},{"description":3607,"installMethods":3608,"name":3609,"sourceUrl":3582},"Evolution Engine 的领域知识 — 支持 LLM 从原始 OHLCV 数据中自主发现策略。涵盖生成-回测-选择-进化循环、向量化回测、样本外验证和策略梯度。在发现交易模式、运行回测、进化策略或审查进化日志时使用。由“evolve”、“discover patterns”、“backtest”、“evolution”、“strategy generation”、“candidate strategy”触发。",{"claudeCode":3580},"TradeMemory Protocol",{"basePath":3611,"githubOwner":3585,"githubRepo":3586,"locale":3587,"slug":3612,"type":261},"tradememory-plugin/skills/evolution-engine","evolution-engine",{"evaluate":3614,"extract":3619},{"promptVersionExtension":211,"promptVersionScoring":212,"score":3558,"tags":3615,"targetMarket":223,"tier":224},[3561,220,3591,3616,3617,3618],"audit","compliance","llm",{"commitSha":267,"license":252},{"parentExtensionId":3594,"repoId":3595,"translatedFrom":3621},"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[220,3616,3617,3618,3591,3561],{"evaluatedAt":3624,"extractAt":3600,"updatedAt":3625},1778693678813,1778693805112,{"_creationTime":3627,"_id":3628,"community":3629,"display":3630,"identity":3636,"providers":3641,"relations":3649,"tags":3652,"workflow":3653},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":3631,"installMethods":3632,"name":3634,"sourceUrl":3635},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":3633},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":3637,"githubOwner":3638,"githubRepo":3639,"locale":18,"slug":3640,"type":261},"skills/image-transformation-api","iterationlayer","skills","image-transformation-api",{"evaluate":3642,"extract":3648},{"promptVersionExtension":211,"promptVersionScoring":212,"score":3558,"tags":3643,"targetMarket":223,"tier":224},[3644,3645,3646,3647,220],"image","transformation","editing","api",{"commitSha":267,"license":252},{"parentExtensionId":3650,"repoId":3651},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[220,3647,3646,3644,3645],{"evaluatedAt":3654,"extractAt":3655,"updatedAt":3654},1778693613399,1778691104676]