Salvage banner
maludb maludb

Salvage

Testing community

Description

--- description: Recover the real requirements from a project that went down a bad path and emit a portable spec to rebuild simpler. --- Invoke the `salvage-project` skill in **salvage mode** (Act 1) for the current project. Run the four-stage flow — Intake, Code archaeology, Architecture interview, Emit the bundle — asking one question at a time and writing nothing into the project until the final stage. Do not re-implement the flow here; follow the skill.

Installation

Installs to ~/.claude/skills/maludb-salvage-project-salvage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maludb-salvage-project-salvage && curl -fsSL https://raw.githubusercontent.com/maludb/salvage-project/HEAD/commands/salvage.md -o ~/.claude/skills/maludb-salvage-project-salvage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository