shelve

Move completed feature directories to an archive after the 'done' phase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of moving completed feature directories to an archive, freeing up the active workspace and ensuring a clean and organized project structure.

Core Features & Use Cases

  • Automated Archive: Moves completed features to a designated archive directory after reaching the 'done' phase.
  • Auto-Detection: Automatically identifies the active feature by checking specified directories.
  • User-Invoked: Can be triggered by the user or as part of a workflow completion.
  • Use Case: After a feature is marked as 'done', the user can use this Skill to move it to the archive, cleaning up the active workspace.

Quick Start

Use the shelve skill to archive the feature 'fix-login'.

Frequently Asked Questions about shelve

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

FAQPage Schema
How do I automate moving completed feature directories to an archive?

You can automate feature archiving by using a script that moves completed feature directories to an archive folder after they reach the 'done' phase. This requires file system access and user confirmation to trigger the move.

How does auto-detection work for archiving active features?

Auto-detection for feature archiving works by checking specified project directories to identify the active feature. Once detected, the system triggers the directory move upon user confirmation or workflow completion.

What is the best way to clean up project organization after feature completion?

The best way to clean up project organization after feature completion is to shelve the feature by moving its directory to a designated archive. This frees up the active workspace and ensures a clean project structure.

Can I trigger directory archiving as part of a workflow completion?

Yes, you can trigger directory archiving as part of a workflow completion. The feature archiving process can be user-invoked or automatically triggered when the workflow signals that the feature is done.

Does project organization archiving require user interaction for confirmation?

Yes, project organization archiving requires user interaction for confirmation. Even with auto-detection of the active feature, the system needs user confirmation before moving the completed directory to the archive.