agentsclimarketplace

Resume

Skill leadgenjay/Reeper/plugins/reeper/skills/resume

Safely adapt external repositories into an existing codebase through evidence-first analysis, conflict interviews, and verified integration.

Install
npx -y skills add leadgenjay/Reeper --skill resume

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Resume an existing Reeper repository adaptation session from its durable artifacts. Use after /reeper:import was interrupted, after the user returns with answers or approval, or when implementation must continue without repeating completed analysis. Invoke explicitly as /reeper:resume.

SKILL.md

1.3 KB, 216 tokens by cl100k_base, as published. Nobody here has run it

Resume a Reeper Session

Locate the requested session. If $ARGUMENTS is empty, inspect .reeper/sessions/ and select the most recently modified session whose manifest.json is not complete.

Read, in order:

  1. manifest.json
  2. source-profile.md
  3. target-profile.md
  4. conflict-matrix.md
  5. decisions.md
  6. integration-contract.md
  7. plan.md, tasks.md, and verification.md when present

Run:

python3 "${CLAUDE_SKILL_DIR}/../../scripts/validate_session.py" "<session-dir>" --allow-incomplete

Resume from the first incomplete phase. Do not repeat accepted interview questions. Do not discard user edits to session artifacts. Re-open the approval gate only when the Integration Contract changed materially after its last approval.

When resuming implementation, inspect git status and branch/worktree state before modifying files. Never assume an earlier command succeeded merely because it was planned.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.