archive-project

Moves completed projects to an archived folder and updates the project map.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill archive-project-fahadimdad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive-project
Source: https://github.com/FahadImdad/Nexus-Fahad/tree/main/00-system/skills/projects/archive-project
Command: npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill archive-project-fahadimdad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Active project lists become cluttered with finished or cancelled work, making it hard to focus on what matters. This Skill moves completed projects into a dedicated archive folder while keeping them fully accessible. ## Core Features & Use Cases - Guided Archiving Workflow: Verifies project progress, confirms intent, moves the project folder to 05-archived/, and updates project-map.md automatically. - Progress Verification: Counts task checkboxes to calculate completion percentage and warns before archiving incomplete projects. - Restore and List Commands: Supports listing all archived projects and restoring any project back to the active folder. - Use Case: After finishing a product launch project, say "archive 01-dashboard-launch" to move it out of your active list while preserving all planning documents and tasks. ## Quick Start Say "archive project" followed by the project name to move a completed project into the archive folder.

Frequently Asked Questions about archive-project

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

FAQPage Schema
How do I archive a completed project?

Say "archive project" or "archive [project-name]" and the workflow verifies progress, asks for confirmation, then moves the project folder to 05-archived/ and updates project-map.md.

What happens to files when a project is archived?

Archiving moves the entire project folder to 05-archived/ without deleting anything. All planning documents, tasks, and notes remain intact and accessible, and an archived date is added to overview.md.

Can I restore an archived project back to active?

Yes, say "restore [project]" to move the project folder from 05-archived/ back to 02-projects/. The project returns to your active list with all files preserved.

Can I archive a project that is not 100% complete?

Yes, but the workflow warns you first. It displays the current progress percentage and asks whether you want to archive anyway before proceeding with the move.

How do I see all my archived projects?

Say "list archived" and the system scans the 05-archived/ folder and displays every archived project. This keeps archived work visible without cluttering your active project list.