Agent skill

ev-vs-gas

Compare an EV against a comparable gas car on total cost — upfront gap after incentives, energy vs fuel per year, maintenance delta, and the crossover year when the EV pulls ahead (or doesn't). Use when asked is an EV worth it, EV vs gas total cost, when does an EV pay for itself, or should my next car be electric. Produces the year-by-year cumulative comparison from the script, the crossover year, the per-mile energy math, and the honest not-modeled list.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill ev-vs-gas --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/ev-vs-gas/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

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

From the SKILL.md

# EV vs Gas Skill The EV question is a crossover question: a higher price tag melting under lower running costs, with the answer living in *your* numbers — miles driven, electricity price (home vs. public charging are different products), and how long you keep cars. This skill runs the cumulative math year by year and reports where the lines cross, then is honest about what the model can't see: battery risk, a resale market still finding its feet, and the charger install that belongs in the purchase price. ## What This Skill Produces - **The cumulative table** — EV vs gas total cost per year over the horizon, from the script - **The crossover year** — where the EV pulls ahead, or the finding that it doesn't within the horizon - **The per-year energy math** — miles ÷ efficiency × price, both sides, shown not asserted - **The not-modeled list** — battery, resale, charger install, price drift — stated up front ## Required Inputs Ask for these if not provided: - **The two candidates' prices** — the actual EV and the *comparable* gas car (same class — comparing a luxury EV to an economy gas car answers a different question); applicable incentives, flagged as verify-eligibility - **Annua

What's inside
Steps it walks through
  1. What This Skill Produces
  2. Required Inputs
  3. Programmatic Helper
  4. Framework: The Honest-Comparison Rules
  5. Output Format
  6. The Table and the Crossover
  7. Reading It
  8. Sensitivity
  9. What This Model Ignores
  10. Quality Checks
  11. Anti-Patterns
Ships with 1 file
  • scripts/ev_vs_gas.py
Commands it runs
python3 scripts/ev_vs_gas.py --ev-price 42000 --gas-price 33000 --incentive 7500
python3 scripts/ev_vs_gas.py --ev-price 42000 --gas-price 33000 --miles 15000 --kwh-price 0.16 --gas-price-gal 3.60 --json
More from pm-claude-skills
All skills →
About this skill
What does the ev-vs-gas skill do?

Compare an EV against a comparable gas car on total cost — upfront gap after incentives, energy vs fuel per year, maintenance delta, and the crossover year when the EV pulls ahead (or doesn't). Use when asked is an EV worth it, EV vs gas total cost, when does an EV pay for itself, or should my next car be electric. Produces the year-by-year cumulative comparison from the script, the crossover year, the per-mile energy math, and the honest not-modeled list.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill ev-vs-gas --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 mohitagw15856/pm-claude-skills, a repository with 1,255 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