Agent skill

battery-electrode

Computational workflows for battery electrode characterization: voltage profiles, ion transport, and electrochemical stability.'

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill battery-electrode --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-ml/battery-electrode/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- name: battery-electrode description: Battery Electrode Analysis (2 sub-skills: intercalation-voltage, ion-diffusion) --- # Battery Electrode Analysis Computational workflows for battery electrode characterization: voltage profiles, ion transport, and electrochemical stability. ## Sub-Skills | Sub-Skill | Directory | Description | |---|---|---| | Intercalation Voltage | `intercalation-voltage/` | Average and step voltage profiles for intercalation cathodes/anodes. Convex hull of Li_xMO compositions. Methods: ASE+MACE (screening) or QE DFT+U (publication). | | Ion Diffusion | `ion-diffusion/` | Li-ion (or Na, K, Mg) diffusion coefficients and migration barriers. AIMD with Arrhenius analysis or NEB for single-barrier. Methods: ASE+MACE MD or ASE+MACE NEB. | ## Method Decision Guide ``` What electrode property do you need? Voltage profile (average V, step V, capacity)? --> intercalation-voltage/ Quick screening --> ASE + MACE Publication quality --> QE DFT+U Ion transport (diffusion coefficient, migration barrier, activation energy)? --> ion-diffusion/ Single migration barrier --> NEB (Method B in ion-diffusion/) Full diffusion coefficient D(T) and Ea --> AIMD + Arrhenius (Method A

What's inside
Steps it walks through
  1. Sub-Skills
  2. Method Decision Guide
  3. Common Prerequisites
  4. Typical Voltage Ranges for Common Cathodes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the battery-electrode skill do?

Computational workflows for battery electrode characterization: voltage profiles, ion transport, and electrochemical stability.'

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill battery-electrode --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going