dr-continue-snapshot-replay

Map deprecated dr-continue snapshot replay commands to dr-next-snapshot-replay.

11|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Arcanada-one/datarim --skill dr-continue-snapshot-replay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dr-continue-snapshot-replay
Source: https://github.com/Arcanada-one/datarim/tree/main/skills/dr-continue-snapshot-replay
Command: npx skills add https://github.com/Arcanada-one/datarim --skill dr-continue-snapshot-replay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps older workflows that still reference the deprecated dr-continue command continue working, by mapping them to the newer snapshot replay mechanism.

Core Features & Use Cases

  • Backward-compatible alias: Preserves compatibility with historical references and older runtime docs that call dr-continue.
  • Directed upgrade path: Clearly indicates the primary consumer contract now lives in dr-next-snapshot-replay.
  • Release-scoped deprecation: Documents that /dr-next is the primary resume command and /dr-continue is a deprecated alias for one release cycle.

Quick Start

Use dr-next-snapshot-replay by switching your resume command from /dr-continue to /dr-next.

Frequently Asked Questions about dr-continue-snapshot-replay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a snapshot replay workflow that references a deprecated command?

To resume a snapshot replay workflow referencing a deprecated command, this skill provides a backward-compatible alias mapping the older dr-continue reference to the newer resume mechanism. It ensures historical integrations continue functioning without immediate code changes during the deprecation transition.

What is the replacement command for resuming snapshot replay in older workflows?

The replacement command for resuming snapshot replay is dr-next-snapshot-replay. The older dr-continue-snapshot-replay command serves as a deprecated alias for one release cycle, directing users to update their command usage to the new primary consumer contract.

How do I migrate from a deprecated snapshot replay alias to the new command routing?

To migrate from a deprecated snapshot replay alias to new command routing, switch your resume command from /dr-continue to /dr-next. This updates your workflow to use the primary consumer contract, replacing the deprecated alias and ensuring future compatibility.

Do I need deprecation metadata to maintain workflow compatibility for snapshot replay?

Yes, you need deprecation metadata to maintain workflow compatibility for snapshot replay. The skill requires YAML frontmatter with name, description, and deprecation metadata including a replacement mapping to dr-next-snapshot-replay, ensuring older runtime references are correctly routed.

Why does my historical Datarim workflow still call the deprecated snapshot replay command?

Your historical Datarim workflow still calls the deprecated snapshot replay command because it references older runtime documentation. This skill preserves backward compatibility by mapping those historical dr-continue references to the newer snapshot replay mechanism automatically.

When should I stop using the deprecated snapshot replay alias?

You should stop using the deprecated snapshot replay alias after one release cycle. The deprecation is release-scoped, meaning /dr-continue is a temporary alias for /dr-next-snapshot-replay, and you should update your command usage before the transition period ends.