Agent skill
catalyst-screening
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/catalyst-screening
SKILL.md
Catalyst Screening
Skills Index
| Skill | Description |
|---|---|
| d-band-center | d-band center analysis from projected DOS for catalyst ranking |
| scaling-relations | Linear scaling relations and volcano plots for electrocatalysis |
| overpotential | Electrocatalytic overpotential and free energy diagrams (OER/ORR/HER) |
Overview
These skills implement computational catalyst screening workflows based on descriptor-based approaches. The d-band center model (Norskov) connects electronic structure to adsorption energetics. Scaling relations reduce the multi-dimensional adsorption energy space to a single descriptor. Volcano plots identify optimal catalysts.
Common Requirements
- Quantum ESPRESSO for DFT (SCF, NSCF, projwfc.x for PDOS)
- ASE for slab construction and structure manipulation
- MACE-torch for rapid adsorption energy screening (structure optimization)
- Python:
numpy,scipy,matplotlibfor analysis and plotting
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?