narailabs

Unarchive — Documentation skill for Claude Code

Documentation community

Restore an archived wiki page to its original location.

How to install Unarchive

Installs to ~/.claude/skills/narailabs-doc-wiki-unarchive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/narailabs-doc-wiki-unarchive && curl -fsSL https://raw.githubusercontent.com/narailabs/doc-wiki/HEAD/commands/unarchive.md -o ~/.claude/skills/narailabs-doc-wiki-unarchive/SKILL.md

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

What Unarchive does


description: Restore an archived wiki page to its original location. argument-hint: ' [--target ] [--yes]' allowed-tools: Skill(doc-wiki)

Invoke the `doc-wiki` skill to run the `/doc-wiki:unarchive` workflow with the user's arguments: $ARGUMENTS

Call `Skill(doc-wiki, "unarchive $ARGUMENTS")`. The skill orchestrator reads `skills/doc-wiki/SKILL.md`, locates the `### /doc-wiki:unarchive — Restore an archived page` section, and runs the unarchive flow (mo

Alternatives in Documentation

  • Notion Knowledge Capture — Convert conversations into structured, searchable Notion wiki entries 14.6k ★
  • Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
  • Hyperresearch — Agent-driven research knowledge base 2.4k ★

Full documentation available on GitHub

View Source Repository