mcpbeat

Static

jinzhezenggroup/static

Prepare ASE static (single-point) workflow tasks with backend-agnostic workflow controls. Use when the user needs one-shot energy/force/stress evaluation through an ASE calculator adapter.

245 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 static

The instruction itself

4 sections, as written by the author

ASE Static Workflow (Subskill)

Scope

This subskill prepares static workflow tasks only.

It should generate:

  • workflow script/layout for single-point evaluation
  • standardized output policy (energy/forces/stress)
  • backend adapter integration points

Must provide

  • structure input
  • selected backend adapter
  • requested properties (energy/force/stress)

Expected output

  • static workflow script/layout
  • requested-property checklist
  • assumptions and unresolved choices
  • handoff note to dpdisp-submit if execution is requested

How to use it

Copy the folder

Take jinzhezenggroup/static 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.