archive

Archive project planning directories with metadata and summary documentation.

13|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/serbanghita/claude-code-plan-critique --skill archive-serbanghita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive
Source: https://github.com/serbanghita/claude-code-plan-critique/tree/main/skills/archive
Command: npx skills add https://github.com/serbanghita/claude-code-plan-critique --skill archive-serbanghita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the clutter and disorganization of project planning by providing a structured, automated way to move completed or abandoned plans into a dedicated archive.

Core Features & Use Cases

  • Automated Cleanup: Automatically identifies the current session, cleans up stale process files, and moves plan folders to an archive directory.
  • Metadata Preservation: Generates an archive-info.md file to maintain context, including execution status and keywords, without keeping unnecessary clutter.
  • Use Case: After finishing a complex refactoring task, use this skill to move all related planning documents, logs, and supporting files into a timestamped archive folder while deleting the active working directory.

Quick Start

Run the archive skill to move your current project plan to the archive folder.

Frequently Asked Questions about archive

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

FAQPage Schema
How do I archive completed project plans and clean up working directories?

This skill automates project plan archiving by moving completed directories to a structured archive location while preserving metadata. It cleans up stale session files and generates summary documentation for historical reference.

What is the best way to organize abandoned development plans in Claude Code?

The best way to organize abandoned development plans is using automated archiving to move folders into a timestamped storage location. This preserves execution logs and metadata without keeping unnecessary clutter in the active workspace.

Does the archiving process preserve execution logs and project metadata?

Yes, the archiving process preserves context by generating an archive-info.md file that maintains execution status and keywords. This ensures historical reference data survives while unnecessary active working files are deleted.

Can I automate cleanup of stale process files after finishing a refactoring task?

Yes, you can automate cleanup of stale process files after complex tasks. The skill identifies the current session, removes outdated files, and moves supporting documents to a timestamped archive folder automatically.

When do I need to archive project planning directories in CLI environments?

You need to archive project planning directories when development plans are completed or abandoned in CLI environments. This facilitates lifecycle management by moving folders to dedicated storage while deleting the active working directory.