Agent skill · Code Review & Quality

car-lease-decoder

Decode a car lease offer — the money factor converted to APR, the cap-cost math, mileage and disposition traps, and what to negotiate. Use when asked to decode my car lease, is this lease deal good, what's a money factor, or review this lease before I sign. Produces the real-numbers decode (money factor → APR, total lease cost), the trap list with dollar exposure, and the negotiation points dealers expect to concede.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill car-lease-decoder --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/car-lease-decoder/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

# Car Lease Decoder Skill Leases are quoted in a dialect designed to prevent comparison: money factors instead of interest rates, cap costs instead of prices, payments instead of totals. This skill translates everything into the two numbers that matter — the *effective APR* and the *total cost of the lease* — then walks the traps that live in the back pages. ## What This Skill Produces - **The translation** — money factor × 2400 = the APR they didn't say; cap cost vs MSRP vs negotiated price - **Total lease cost** — payments + drive-off + fees + likely end charges, one number - **The trap list** — mileage math, disposition fee, wear-and-tear standards, early-exit exposure, each priced - **Negotiation points** — what's routinely movable, with the asks ## Required Inputs Ask for these only if not provided: - **The offer sheet** — payment, term, miles/year, drive-off; ideally: money factor, residual %, cap cost, fees - **The car** — model and MSRP (residuals and negotiability vary) - **Your driving reality** — honest annual miles; the mileage trap is priced per your number - **The alternative** — buying the same car, if they want the comparison (chain to `car-tco`) ## Framework 1. **M

What's inside
Steps it walks through
  1. What This Skill Produces
  2. Required Inputs
  3. Framework
  4. Output Format
  5. Lease Decode: [car] — [term]/[miles]
  6. Quality Checks
  7. Anti-Patterns
Ships with 1 file
  • references/worked-example.md
More from pm-claude-skills
All skills →
About this skill
What does the car-lease-decoder skill do?

Decode a car lease offer — the money factor converted to APR, the cap-cost math, mileage and disposition traps, and what to negotiate. Use when asked to decode my car lease, is this lease deal good, what's a money factor, or review this lease before I sign. Produces the real-numbers decode (money factor → APR, total lease cost), the trap list with dollar exposure, and the negotiation points dealers expect to concede.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill car-lease-decoder --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