mcpbeat

Mace

jinzhezenggroup/mace

Configure ASE MACE calculator adapter settings for ASE workflows. Use when ASE workflow tasks require MACE backend setup including model path/version, device/precision, stress availability, and inference controls.

250 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
118
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill mace

The instruction itself

5 sections, as written by the author

ASE MACE Adapter (Subskill)

Scope

This adapter configures MACE backend parameters for ASE workflows.

It should return calculator configuration, not workflow logic.

Must provide

  • model checkpoint/path
  • device policy (cpu/cuda)
  • precision policy
  • stress/force capability requirements

Usually should be explicit

  • batch/inference tuning
  • model domain applicability note
  • restart/checkpoint policy

Expected output

  • calculator configuration payload
  • backend assumptions and prerequisites
  • unresolved backend choices

How to use it

Copy the folder

Take jinzhezenggroup/mace from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.