jinzhezenggroup/run-gauss
> Acts as a knowledge base providing environment checklists, directory/scratch management, and bash command templates. USE WHEN you need to guide the execution of Gaussian computational chemistry jobs (.gjf) on local or remote/HPC environments.
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill run-gauss
<local> or <remote/HPC> (and scheduler if any)<env_setup_cmds> (e.g. module load / source script)<gaussian_exec> (e.g. g16, g09, or absolute path)<local_work_dir> (if applicable)<remote_work_dir> (if applicable)<task_work_dir><input.gjf><gaussian_log><stdout_log>, <stderr_log>GAUSS_SCRDIR=<scratch_dir> (e.g. ./scratch, $TMPDIR, or site-provided scratch)<env_setup_cmds>
export GAUSS_SCRDIR=<scratch_dir>
mkdir -p "$GAUSS_SCRDIR"
<gaussian_exec> < <input.gjf> > <gaussian_log>
rm -rf "$GAUSS_SCRDIR"
.gjf (when there is not an existing one)Use gjf-flux to extract/assemble .gjf sections and build workflows.
Find the extract/assemble skill: gjf-flux
Recommend using dpdispatcher to submit Gaussian calculations.
Find the submission skill: dpdisp-submit
Take jinzhezenggroup/run-gauss from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.