restore-skill

Restore archived Claude skills by moving them to the active directory.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill restore-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restore-skill
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/restore-skill
Command: npx skills add https://github.com/enbiyagoral/.claude --skill restore-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores an archived Claude skill back to active use by moving it from the archive folder to the active skills directory.

Core Features & Use Cases

  • Restores a previously archived skill by relocating it to the active skills namespace.
  • Checks for conflicts with an existing active skill and guides the user through safe restoration.
  • Updates or reminds about agent references to maintain consistency across agents after restoration.

Quick Start

Ask for the skill name to restore and confirm the restoration when prompted.

Frequently Asked Questions about restore-skill

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

FAQPage Schema
How do I restore an archived Claude skill back to active use?

To restore an archived Claude skill, you move it from the archive folder to the active skills directory. The restoration process checks for conflicts with any existing active skill and guides you through safe reactivation before updating related agent references.

What happens if I restore a skill that conflicts with an existing active skill?

When restoring a skill that conflicts with an existing active skill, the process detects the issue and guides you through safe restoration. This ensures you do not accidentally overwrite a currently active skill with the archived version during reactivation.

Does restoring a skill update agent references automatically?

Restoring a skill updates or reminds you about agent references to maintain consistency across agents after reactivation. This step ensures related agents correctly recognize the restored skill within the active skills directory.

Do I need a specific repository structure to restore archived skills?

You need a repository with a managed archive structure to restore archived skills. The process uses git mv or falls back to standard mv commands to relocate the skill from the archive folder to the active skills namespace.

Can I reactivate a retired skill without losing its version control history?

You can reactivate a retired skill without losing version control history by using the git mv command during restoration. This moves the skill from the archive folder to the active skills directory while preserving its git tracking.

Why does my restored skill require post-restore confirmation?

A restored skill requires post-restore confirmation to verify the successful relocation from the archive folder to the active skills directory. This check ensures the skill is fully recognized in the active skills namespace before you begin using it.