$npx -y skills add jinzhezenggroup/computational-chemistry-agent-skills --skill maceConfigure 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.
| 1 | # ASE MACE Adapter (Subskill) |
| 2 | |
| 3 | ## Scope |
| 4 | |
| 5 | This adapter configures MACE backend parameters for ASE workflows. |
| 6 | |
| 7 | It should return calculator configuration, not workflow logic. |
| 8 | |
| 9 | ## Must provide |
| 10 | |
| 11 | - model checkpoint/path |
| 12 | - device policy (`cpu`/`cuda`) |
| 13 | - precision policy |
| 14 | - stress/force capability requirements |
| 15 | |
| 16 | ## Usually should be explicit |
| 17 | |
| 18 | - batch/inference tuning |
| 19 | - model domain applicability note |
| 20 | - restart/checkpoint policy |
| 21 | |
| 22 | ## Expected output |
| 23 | |
| 24 | 1. calculator configuration payload |
| 25 | 1. backend assumptions and prerequisites |
| 26 | 1. unresolved backend choices |