Agent Skills#
The ALCHEMI Toolkit ships a set of agent skills — concise instruction
files that AI coding assistants (Claude, Copilot, Cursor, etc.) can load to
get up to speed with the nvalchemi API without lengthy context-gathering.
Skills live in the repository under .claude/skills/.
Installing skills#
Inside a repository clone — nothing to install. Claude Code discovers
.claude/skills/ automatically; other agents are routed to the right
SKILL.md by the table in the repository’s AGENTS.md.
Outside a clone — copy the skill folders from .claude/skills/ into
your project’s skills directory, or your user-level one (e.g.
~/.claude/skills/) if you work with nvalchemi across many checkouts.
Available skills#
Skill |
Description |
Related user guide |
|---|---|---|
|
How to use |
|
|
How to write, read, compose, and load atomic data using the composable Zarr-backed storage pipeline (Writer, Reader, Dataset, MultiDataset, DataLoader). |
|
|
How to tune Zarr-backed Reader, Dataset, MultiDataset, and DataLoader throughput with fused reads, validation skipping, pinned memory, and benchmark sweeps. |
|
|
How to wrap an arbitrary MLIP using the |
|
|
How to configure, run, extend, and debug |
|
|
How to use built-in loss terms, compose training objectives, and implement custom loss functions. |
|
|
How to configure fine-tuning workflows and adapt pretrained checkpoints through the CLI or API. |
|
|
How to configure and run dynamics simulations, compose multi-stage pipelines ( |
|
|
How to implement a dynamics integrator by subclassing |
|
|
How to use and write dynamics hooks — callbacks that observe or modify batch state at specific points during each simulation step. |
|
|
How to add observability with |