From rp1-dev
Restores an archived feature by moving it from archives/features/{FEATURE_ID}/ to features/{FEATURE_ID}/ in RP1_ROOT. Fails if active feature exists, provides conflict guidance.
npx claudepluginhub rp1-run/rp1 --plugin rp1-devThis skill is limited to using the following tools:
Restores an archived feature's documentation from the archives directory back to the active features directory.
Restores archived features from the archives directory to the active features directory in RP1 workspaces. Fails if active feature with same ID exists.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Restores an archived feature's documentation from the archives directory back to the active features directory.
Extract these parameters from the user's input:
| Parameter | Required | Default | Description |
|---|---|---|---|
FEATURE_ID | Yes | - | The feature identifier or timestamped archive name to restore (e.g., my-feature or my-feature_20251129_143022) |
Environment values (resolve via shell):
RP1_ROOT: !rp1 agent-tools rp1-root-dir (extract data.root from JSON response)/rp1-dev:feature-unarchive <feature-id>
Examples:
# Restore an archived feature
/rp1-dev:feature-unarchive my-feature
# Restore a timestamped archive
/rp1-dev:feature-unarchive my-feature_20251129_143022
{{$RP1_ROOT}}/work/archives/features/{FEATURE_ID}/ to {{$RP1_ROOT}}/work/features/{FEATURE_ID}/Task tool: subagent_type: rp1-dev:feature-archiver prompt: Execute the feature-archiver agent to restore the specified archived feature.
MODE: unarchive FEATURE_ID: {FEATURE_ID}