ctx-archive

Archive completed tasks from TASKS.md to dated files under .context/archive.

74|14|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ActiveMemory/ctx --skill ctx-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-archive
Source: https://github.com/ActiveMemory/ctx/tree/main/internal/tpl/claude/skills/ctx-archive
Command: npx skills add https://github.com/ActiveMemory/ctx --skill ctx-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive completed tasks from TASKS.md to keep your task list clean and navigable.

Core Features & Use Cases

  • Archive completed tasks from TASKS.md to the archive while preserving the structure and phase headers.
  • Before archiving, consider whether the view is cluttered and ensure tasks are truly done to maintain context history.
  • Archived tasks are stored under .context/archive/tasks-YYYY-MM-DD.md to preserve traceability.

Quick Start

Run the archive command to move completed tasks into the archive and keep TASKS.md focused on active work.

Frequently Asked Questions about ctx-archive

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

FAQPage Schema
How do I archive completed tasks from TASKS.md to reduce clutter?

You should archive completed tasks when TASKS.md becomes cluttered with many finished [x] items and you want to preserve their history in .context/archive while maintaining a navigable active task list.

Does archiving tasks preserve phase headers and task structure?

Yes, archiving tasks preserves Phase headers during the transfer to .context/archive/tasks-YYYY-MM-DD.md to ensure full traceability of completed work within your project context history.

Where are archived tasks stored after being removed from the task list?

Archived tasks are stored under .context/archive/tasks-YYYY-MM-DD.md, organizing completed items by date to maintain a clean separation between active tasks and historical context.

How do I keep TASKS.md focused on active work without losing task history?

You can keep TASKS.md focused on active work by invoking the ctx archive command, which safely relocates completed tasks to the .context/archive directory without deleting your task history.

When should I not archive completed tasks from my task list?

You should not archive completed tasks if they are not truly done or if you still need immediate visibility into them, as archiving relocates them out of TASKS.md into the historical .context/archive directory.