⬆️
DevOps

Absolute Upgrade

by maddhruv

Absolute Upgrade is a DevOps skill for Claude Code, published by maddhruv in absolute.

209 stars29 forkson maddhruv/absoluteAdded 2026/09/04Repository updated 2026/07/06
claudeclaude-codeclaude-skillscodexdocumentationgeminimarketingmemoryproduct-managementseoskillssoftware
Install in seconds
Install Absolute Upgrade
Copy Absolute Upgrade into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/maddhruv/absolute/tree/main/skills/absolute-upgrade ~/.claude/skills/absolute-upgrade

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/maddhruv/absolute.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/absolute-upgrade/SKILL.md in maddhruv/absolute
Installs to
~/.claude/skills/absolute-upgrade
Collection
One of 11 skills cataloged from this repository
Category
DevOps920 skills

What Absolute Upgrade does

Absolute Upgrade brings dependencies current in risk-ranked waves, batching patch and minor updates while gating majors one at a time. It regenerates lockfiles and runs tests after each wave to keep upgrades green.

Absolute Upgrade is cataloged under DevOps on DirSkills. Absolute Upgrade comes from a repository tagged claude, claude-code, claude-skills, codex and documentation.

Documentation

README

Start your first response with the ⬆️ emoji.

Absolute Upgrade

Bring dependencies current — safely, in risk-ranked waves, with tests green after each. Not a blind npm update: outdated and vulnerable deps are grouped by blast radius (patch/minor → safe wave; major/breaking → gated, one at a time, changelog-read), applied incrementally, and verified against the project's own test suite.

Runs the shared engine in references/health-engine.md — read it for the DETECT → SCAN → TRIAGE → FIX → VERIFY → REPORT loop and the safety contract. This file covers only what's specific to dependency upgrades.


When to use

This is the opening of the README. Read the full README on GitHub.

Commands Absolute Upgrade provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /feature
  • /absolute

Frequently asked about Absolute Upgrade

  • What else does maddhruv publish alongside Absolute Upgrade?

    Absolute Upgrade is one of 11 skills that DirSkills catalogs from maddhruv/absolute, the repository it ships in. Its siblings there include Absolute Audit, Absolute Debt and Absolute Deflake. Each one is a separate skill with its own page in this directory, installs the same way Absolute Upgrade does, and is maintained by maddhruv in that same repository. The rest of the collection is listed on the maddhruv/absolute page.

  • How does Absolute Upgrade compare to other DevOps skills?

    Absolute Upgrade ranks #843 by stars among the 920 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Absolute Upgrade against them. Open each page to compare what they document and how they install.

More from maddhruv/absolute

Absolute Upgrade is one of 11 skills cataloged on DirSkills from maddhruv/absolute.

See all 11 skills
🔒
2h ago

Absolute Audit

Absolute Audit scans a repository for dependency CVEs and risky code patterns, then triages and fixes the issues worth addressing. Use it to harden your own codebase after a disclosure or as part of routine security hygiene.
Quality
20929
🧾
2h ago

Absolute Debt

Absolute Debt clears pre-existing lint, type, and suppression debt across a repo on green main. Use it to burn down warnings, errors, and ignores in safe waves, one rule at a time, with tests passing after each wave.
Quality
20929
🧪
2h ago

Absolute Deflake

Absolute Deflake finds nondeterministic tests, diagnoses the root cause, and fixes the source of flakiness. Use it when CI is flaky or a test fails intermittently, then verify the fix with repeated randomized runs.
Quality
20929
📚
2h ago

Absolute Docs

Absolute Docs helps write, improve, or audit developer documentation using Diátaxis. It checks the docs stack, gates on outlines, and verifies claims against code before publishing.
Writing
20929
⚙️
2h ago

Absolute Init

Absolute Init detects a repo’s conventions, asks a few setup questions, and writes shared and local config for other absolute commands. Use it the first time in a project or when conventions change.
Automation
20929
✂️
2h ago

Absolute Prune

Absolute Prune removes dead code, unused dependencies, unreferenced exports, unreachable branches, and orphaned files from the whole repo. It is used on green main and verifies each removal with tool evidence and tests before deleting anything.
Quality
20929