plugins/dev/skills/feature-unarchive/SKILL.md
Restores an archived feature from the archives directory back to the active features directory.
npx skillsauth add rp1-run/rp1 feature-unarchiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Restores an archived feature's documentation from the archives directory back to the active features directory.
/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/work/archives/features/{FEATURE_ID}/ to .rp1/work/features/{FEATURE_ID}/{% dispatch_agent "rp1-dev:feature-archiver" %} Execute the feature-archiver agent to restore the specified archived feature.
MODE: unarchive FEATURE_ID: {FEATURE_ID} WORK_ROOT: {workRoot} {% enddispatch_agent %}
data-ai
Capture session context as a structured, frontmatter-rich markdown note under .rp1/work/notes/ with auto-maintained index and log.
tools
Plan and execute splitting a large PR or branch into a reviewable stacked PR sequence.
development
Write maximally terse agent prompts from scratch. Use when creating new agent specs, command prompts, or instruction sets. Teaches structure-first composition with compression-by-default patterns. Extended with constitutional governance, epistemic stance selection, and a six-stage prompt pipeline.
development
Interactive speedrun loop for small, low-risk changes. Delegates each request to a general sub-agent. Redirects larger work to /build-fast or /build.