science

Route scientific computations and record evidence in DeepScientist's Science Evidence Graph.

Updated May 24, 2026
One-click install
npx skills add https://github.com/leoplasture/STA304_Final_Project --skill science-leoplasture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: science
Source: https://github.com/leoplasture/STA304_Final_Project/tree/main/src/skills/science
Command: npx skills add https://github.com/leoplasture/STA304_Final_Project --skill science-leoplasture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires DeepScientist, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of conducting scientific computations and evidence recording, making it easier to manage complex research workflows.

Core Features & Use Cases

  • Scientific Computation Routing: Choose the right scientific software or package based on the task.
  • Evidence Recording: Record and validate scientific computations and claims using DeepScientist's Science Evidence Graph.
  • Use Case: Suppose you need to run a molecular dynamics simulation and validate the results. Use this Skill to select the appropriate package, execute the simulation, and record the evidence.

Quick Start

Run a molecular dynamics simulation of a water molecule using GROMACS and record the results with artifact.science(...).

Frequently Asked Questions about science

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record and validate scientific computations using an evidence graph?

To record and validate scientific computations, this Skill routes tasks to appropriate numerical solvers or HPC software and logs results using DeepScientist's Science Evidence Graph via artifact.science. This ensures computational claims are systematically validated and stored.

Can I run molecular dynamics simulations and record the results automatically?

Yes, you can run molecular dynamics simulations and record results automatically. The Skill selects the appropriate scientific software package, executes the simulation via bash_exec, and records output as evidence using artifact.science for full validation.

Do I need DeepScientist and SSH access to execute HPC numerical solver tasks?

Yes, you need the DeepScientist runtime to manage the Science Evidence Graph and SSH access to execute HPC numerical solver tasks. The Skill relies on bash_exec for remote execution and requires DeepScientist to validate and route scientific software computations.

What is the best way to route natural science experiments to specific scientific software?

The best way to route natural science experiments to specific scientific software is through this Skill's computation routing mechanism. It evaluates dataset analysis or model fitting requirements and selects the matching numerical solver or HPC package for execution.

How does scientific computation routing handle SLURM job submissions for engineering simulations?

Scientific computation routing handles SLURM job submissions by selecting the correct scientific software for engineering simulations and executing them through bash_exec over SSH. Results are then captured and recorded in the Science Evidence Graph for validation.

Related Skills