<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Scientific Computing on KnightLi Blog</title>
        <link>https://www.knightli.com/en/tags/scientific-computing/</link>
        <description>Recent content in Scientific Computing on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Sun, 17 May 2026 17:52:04 +0800</lastBuildDate><atom:link href="https://www.knightli.com/en/tags/scientific-computing/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Scientific Agent Skills: a skill library that gives AI Agents scientific workflows</title>
        <link>https://www.knightli.com/en/2026/05/17/scientific-agent-skills/</link>
        <pubDate>Sun, 17 May 2026 17:52:04 +0800</pubDate>
        
        <guid>https://www.knightli.com/en/2026/05/17/scientific-agent-skills/</guid>
        <description>&lt;p&gt;&lt;code&gt;K-Dense-AI/scientific-agent-skills&lt;/code&gt; is an Agent Skills collection for scientific and research work.&lt;/p&gt;
&lt;p&gt;Its goal is not to create yet another chatbot. Instead, it turns common research tasks such as reading documentation, querying databases, writing analysis scripts, processing files, creating charts, and preparing reports into skills that an AI Agent can discover and call.&lt;/p&gt;
&lt;p&gt;Project: &lt;a class=&#34;link&#34; href=&#34;https://github.com/K-Dense-AI/scientific-agent-skills&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://github.com/K-Dense-AI/scientific-agent-skills&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As of 2026-05-17, the GitHub API showed about 23.4k stars, 2.5k forks, an MIT license, and a latest push time of 2026-05-11. The README says the repository contains 135 ready-to-use scientific and research skills, while the &lt;code&gt;scientific-skills&lt;/code&gt; directory currently shows 137 entries through the GitHub API. The difference may come from counting rules, recent additions, or README lag.&lt;/p&gt;
&lt;h2 id=&#34;bottom-line&#34;&gt;Bottom line
&lt;/h2&gt;&lt;p&gt;Scientific Agent Skills is useful if you already use Codex, Claude Code, Cursor, Gemini CLI, or another tool that supports the Agent Skills standard.&lt;/p&gt;
&lt;p&gt;Its value is mainly in three areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It writes scientific toolchain usage into &lt;code&gt;SKILL.md&lt;/code&gt;, so the agent does not have to guess how a library works every time.&lt;/li&gt;
&lt;li&gt;It organizes common scientific databases, Python packages, document processing, scientific writing, and visualization workflows into one skill collection.&lt;/li&gt;
&lt;li&gt;It makes an AI Agent feel more like a workflow-capable research assistant, not just a concept-answering bot.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But it is not a magic button that automatically does science after installation. Skills can help an agent choose the right tools and generate more reliable code and workflows, but data quality, experimental design, statistical assumptions, clinical decisions, and research conclusions still require human judgment.&lt;/p&gt;
&lt;h2 id=&#34;what-it-includes&#34;&gt;What it includes
&lt;/h2&gt;&lt;p&gt;The README describes the project as a skill collection for research, scientific computing, engineering, analysis, finance, and writing. Major areas include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bioinformatics and genomics.&lt;/li&gt;
&lt;li&gt;Cheminformatics and drug discovery.&lt;/li&gt;
&lt;li&gt;Proteomics and mass spectrometry.&lt;/li&gt;
&lt;li&gt;Clinical research and precision medicine.&lt;/li&gt;
&lt;li&gt;Healthcare AI and clinical machine learning.&lt;/li&gt;
&lt;li&gt;Medical imaging and digital pathology.&lt;/li&gt;
&lt;li&gt;Machine learning and AI.&lt;/li&gt;
&lt;li&gt;Materials science and chemistry.&lt;/li&gt;
&lt;li&gt;Physics and astronomy.&lt;/li&gt;
&lt;li&gt;Engineering simulation and optimization.&lt;/li&gt;
&lt;li&gt;Data analysis and visualization.&lt;/li&gt;
&lt;li&gt;Geospatial science and remote sensing.&lt;/li&gt;
&lt;li&gt;Laboratory automation.&lt;/li&gt;
&lt;li&gt;Scientific writing, literature review, peer review, and citation management.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The point of these skills is not to limit an agent to specific libraries. The README also says the agent can still write Python and call any available API or package. The skills provide curated documentation, examples, best practices, and integration paths.&lt;/p&gt;
&lt;p&gt;In other words, it is closer to a collection of “scientific tool manuals + workflow templates + agent calling conventions.”&lt;/p&gt;
&lt;h2 id=&#34;database-and-python-package-coverage&#34;&gt;Database and Python package coverage
&lt;/h2&gt;&lt;p&gt;The most attractive part for researchers is the coverage of scientific databases and the Python ecosystem.&lt;/p&gt;
&lt;p&gt;The README mentions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unified access to 78 public databases through &lt;code&gt;database-lookup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Coverage of PubChem, ChEMBL, UniProt, COSMIC, ClinicalTrials.gov, FRED, USPTO, and more.&lt;/li&gt;
&lt;li&gt;Dedicated access skills for DepMap, Imaging Data Commons, PrimeKG, U.S. Treasury Fiscal Data, Hugging Science, and others.&lt;/li&gt;
&lt;li&gt;More than 70 optimized Python Package Skills.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The directory includes many familiar names:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;rdkit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scanpy&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;biopython&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;bioservices&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pydeseq2&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scvelo&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scvi-tools&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pymatgen&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;qiskit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pennylane&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;openmm&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mdanalysis&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scikit-learn&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;statsmodels&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;matplotlib&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;seaborn&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;networkx&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sympy&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pytorch-lightning&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;transformers&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;timesfm-forecasting&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For developers, these libraries are not surprising by themselves. What matters is that an agent can read library-specific constraints, examples, workflows, and caveats while doing a task. That is more stable than relying only on old model memory.&lt;/p&gt;
&lt;h2 id=&#34;typical-scenarios&#34;&gt;Typical scenarios
&lt;/h2&gt;&lt;p&gt;Scientific Agent Skills is better suited to multi-step research tasks than single-turn Q&amp;amp;A.&lt;/p&gt;
&lt;p&gt;For drug discovery, an agent might query ChEMBL for EGFR inhibitors, analyze structure-activity relationships with RDKit, run virtual screening with DiffDock, search the literature, and generate a report.&lt;/p&gt;
&lt;p&gt;For single-cell analysis, it might load 10X data into Scanpy, perform QC, integrate datasets, identify cell types, run differential expression, and do pathway enrichment.&lt;/p&gt;
&lt;p&gt;For multi-omics, it might connect RNA-seq, mass spectrometry, metabolites, protein interactions, clinical trials, and statistical modeling.&lt;/p&gt;
&lt;p&gt;Without skills, these tasks can easily become “the agent knows the general direction, but you have to remind it at every step.” The value of a skill library is to preserve these high-frequency paths so the agent takes fewer wrong turns.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation
&lt;/h2&gt;&lt;p&gt;The README recommends the standard Agent Skills tool:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;npx skills add K-Dense-AI/scientific-agent-skills
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;If you use GitHub CLI &lt;code&gt;v2.90.0+&lt;/code&gt;, you can also install with &lt;code&gt;gh skill&lt;/code&gt;:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Install a specific skill:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills scanpy
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Target a specific agent:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --agent codex
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --agent cursor
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --agent claude-code
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --agent gemini
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;For reproducibility, pin a release tag or commit SHA:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --pin v1.0.0
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;gh skill install K-Dense-AI/scientific-agent-skills --pin abc123def
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This matters in research. The worst situation is “it ran last week, the result changed this week, and nobody knows why.” If a skill participates in analysis, record the skill version, dependency versions, and data version together.&lt;/p&gt;
&lt;h2 id=&#34;runtime-requirements&#34;&gt;Runtime requirements
&lt;/h2&gt;&lt;p&gt;The README lists:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Python 3.11+, with 3.12+ recommended.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;uv&lt;/code&gt; for installing Python dependencies.&lt;/li&gt;
&lt;li&gt;A client that supports the Agent Skills standard.&lt;/li&gt;
&lt;li&gt;macOS, Linux, or Windows with WSL2.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Windows users should pay attention to the WSL2 detail. Many scientific computing libraries can run on native Windows, but dependency chains, compilers, binary wheels, and path behavior are more likely to cause trouble. The README’s “Windows with WSL2” wording suggests a Unix-like research computing environment is the better target.&lt;/p&gt;
&lt;h2 id=&#34;how-this-differs-from-a-prompt-collection&#34;&gt;How this differs from a prompt collection
&lt;/h2&gt;&lt;p&gt;A regular prompt collection usually tells the model how to answer. Scientific Agent Skills goes further: it describes tools, libraries, databases, and workflows as discoverable skills.&lt;/p&gt;
&lt;p&gt;The practical differences are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A skill can contain structured instructions and example code.&lt;/li&gt;
&lt;li&gt;A skill can be maintained around a specific library or database.&lt;/li&gt;
&lt;li&gt;An agent can choose relevant skills by task instead of stuffing every rule into the system prompt.&lt;/li&gt;
&lt;li&gt;A team can install only the skills it needs and reduce context noise.&lt;/li&gt;
&lt;li&gt;Skills can be versioned, reviewed, and updated with the repository.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For complex research work, this is easier to maintain than copying one giant universal prompt. Models change, databases change, and Python packages change. Capturing those changes in skills is more controllable than scattering them across personal prompt documents.&lt;/p&gt;
&lt;h2 id=&#34;security-and-trust-boundaries&#34;&gt;Security and trust boundaries
&lt;/h2&gt;&lt;p&gt;The README’s security warning is direct: Skills can execute code and affect coding-agent behavior.&lt;/p&gt;
&lt;p&gt;That matters. Research skills may:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Install Python dependencies.&lt;/li&gt;
&lt;li&gt;Access network databases.&lt;/li&gt;
&lt;li&gt;Read and write local files.&lt;/li&gt;
&lt;li&gt;Run analysis scripts.&lt;/li&gt;
&lt;li&gt;Process sensitive experimental or clinical data.&lt;/li&gt;
&lt;li&gt;Generate reports that people may later cite.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So do not blindly install every skill. A safer approach is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Install only the skills required for the current task.&lt;/li&gt;
&lt;li&gt;Read the relevant &lt;code&gt;SKILL.md&lt;/code&gt; before installation.&lt;/li&gt;
&lt;li&gt;Check which packages, APIs, files, and external services the skill may call.&lt;/li&gt;
&lt;li&gt;Be extra careful with community-contributed skills.&lt;/li&gt;
&lt;li&gt;Run data-processing and code-execution tasks in an isolated environment.&lt;/li&gt;
&lt;li&gt;Keep human review for research conclusions, clinical suggestions, and statistical results.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The README also mentions Cisco AI Defense Skill Scanner and suggests local scanning of third-party skills. Scanning does not replace human review, but it shows that the maintainers are aware of skill supply-chain risk.&lt;/p&gt;
&lt;h2 id=&#34;who-it-is-for&#34;&gt;Who it is for
&lt;/h2&gt;&lt;p&gt;This project is most useful for people who:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Already use AI coding agents daily.&lt;/li&gt;
&lt;li&gt;Often process scientific data, papers, charts, and reports.&lt;/li&gt;
&lt;li&gt;Need to move frequently across the Python scientific ecosystem.&lt;/li&gt;
&lt;li&gt;Want an agent to execute multi-step analysis instead of just explaining concepts.&lt;/li&gt;
&lt;li&gt;Want a team to turn research workflows into reusable skills.&lt;/li&gt;
&lt;li&gt;Want to study how the Agent Skills standard applies to professional domains.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is less suitable if:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You only want AI to explain a paper once in a while.&lt;/li&gt;
&lt;li&gt;You do not have a local Python environment or do not want to manage dependencies.&lt;/li&gt;
&lt;li&gt;You do not yet control data privacy, network access, and code-execution boundaries.&lt;/li&gt;
&lt;li&gt;You need a strictly compliant clinical or production decision system without human review and validation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For one-off analysis, asking the agent to write a script may be lighter. If you repeat similar research workflows often, the skill library becomes more valuable.&lt;/p&gt;
&lt;h2 id=&#34;usage-advice&#34;&gt;Usage advice
&lt;/h2&gt;&lt;p&gt;Do not start by installing the entire repository and handing every task to the agent.&lt;/p&gt;
&lt;p&gt;A more practical path is:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Choose a low-risk task, such as literature organization, chart generation, or public-data exploration.&lt;/li&gt;
&lt;li&gt;Install only relevant skills, such as &lt;code&gt;literature-review&lt;/code&gt;, &lt;code&gt;scientific-writing&lt;/code&gt;, &lt;code&gt;scanpy&lt;/code&gt;, or &lt;code&gt;rdkit&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Ask the agent to explain the plan before running code.&lt;/li&gt;
&lt;li&gt;Preserve input data, scripts, environment, and skill versions.&lt;/li&gt;
&lt;li&gt;Review outputs manually.&lt;/li&gt;
&lt;li&gt;If the workflow stabilizes, write it into your team’s SOP or custom skill.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The key to a research agent is not automating everything. It is handing repetitive, tedious, documentation-heavy work to tools while leaving judgment, assumptions, and conclusions to humans.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;Scientific Agent Skills matters because it pushes Agent Skills from general programming into research.&lt;/p&gt;
&lt;p&gt;Scientific work is naturally multi-tool, multi-database, multi-file, and multi-step. Chat-style prompts alone rarely cover these details reliably. This project turns common scientific libraries, data sources, and research workflows into skills, making it easier for an AI Agent to enter real research workflows.&lt;/p&gt;
&lt;p&gt;But the stronger it is, the more it needs boundaries. Skills can affect agent behavior, run code, access the network, and process files. Read the skill before installing it, isolate execution, and never skip human validation of research conclusions.&lt;/p&gt;
&lt;p&gt;If you already use Codex, Claude Code, Cursor, or Gemini CLI for research and data analysis, Scientific Agent Skills is worth a careful look. Even if you do not install it wholesale, its way of splitting skills is a useful reference for building team research AI workflows.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/K-Dense-AI/scientific-agent-skills&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;K-Dense-AI/scientific-agent-skills&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/K-Dense-AI/scientific-agent-skills/blob/main/README.md&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;README&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://agentskills.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Agent Skills standard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/K-Dense-AI/k-dense-byok&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;K-Dense BYOK&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.blog/changelog/2026-04-16-manage-agent-skills-with-github-cli/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;GitHub CLI gh skill changelog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
