Job Watcher banner
jkitchin jkitchin

Job Watcher

Development community

Description

--- name: job-watcher description: Monitor and manage VASP jobs. Use when the user wants to check job status, diagnose failures, or set up job monitoring. --- # VASP Job Watcher Skill This skill helps monitor VASP calculations, diagnose issues, and suggest fixes. ## Checking Job Status When asked to check a VASP job: 1. **Look for output files**: ```bash ls -la OUTCAR OSZICAR CONTCAR vasprun.xml 2>/dev/null ``` 2. **Check if running**: ```bash # For SLURM squeue -u $USER

Installation

Installs to ~/.claude/skills/jkitchin-vasp-job-watcher/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jkitchin-vasp-job-watcher && curl -fsSL https://raw.githubusercontent.com/jkitchin/vasp/HEAD/.claude/skills/job-watcher.md -o ~/.claude/skills/jkitchin-vasp-job-watcher/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository