unarchive-repo

Restore archived repositories to appear in memory query results.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/yoshiwatanabe/yoshiwatanabe-plugins --skill unarchive-repo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unarchive-repo
Source: https://github.com/yoshiwatanabe/yoshiwatanabe-plugins/tree/main/dev-memory/skills/unarchive-repo
Command: npx skills add https://github.com/yoshiwatanabe/yoshiwatanabe-plugins --skill unarchive-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill restores an archived repository so it appears in query results again.

Core Features & Use Cases

  • Unarchive a repository so it reappears in memory queries.
  • Identify repositories by name/slug or using the current git repo path.
  • Uses the manage_memory.py unarchive-repo script to update the memory system.

Quick Start

Use the unarchive-repo skill to revive an archived repository by its name or slug in your memory system.

Frequently Asked Questions about unarchive-repo

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

FAQPage Schema
How do I restore an archived repository so it shows up in memory queries again?

Restoring an archived repository involves running the unarchive-repo script to update its visibility status. This automatically makes the repository identifiable by its name, slug, or current git path and reappears in memory query results.

What is the best way to identify a repository when unarchiving it from memory?

Identifying a repository for unarchiving is best done by using its specific name or slug. Alternatively, you can use the current git repository path to automatically locate and update the correct archived entry in the memory system.

Do I need a Python environment to unarchive a repository and update memory queries?

Yes, a Python environment is required to unarchive a repository because the process relies on the manage_memory.py script. An optional virtual environment setup is also supported to execute the unarchiving operation safely.

Why is my archived repository not appearing in query results after I unarchive it?

If an archived repository is not appearing in query results, the manage_memory.py script may not have executed properly or the configured config-repo path is incorrect. Ensure your Python environment is active and the repository slug is accurate.

Can I use the current repo path to automatically unarchive a repository?

Yes, you can use the current git repo path to automatically identify and unarchive a repository. This allows the memory system to directly target the active directory and update its visibility without needing the explicit slug.