AgentSkillsCN

ctx-archive

将已完成的任务归档。当 TASKS.md 文件中堆积了大量已完成的条目,令页面显得杂乱无章时,此技能将帮您整理归类。

SKILL.md
--- frontmatter
name: ctx-archive
description: "Archive completed tasks. Use when TASKS.md has many completed items cluttering the view."
allowed-tools: Bash(ctx:*)

Move completed tasks from TASKS.md to the archive.

When to Use

  • When TASKS.md has many completed [x] tasks
  • When the task list is hard to navigate
  • Periodically to keep context clean

Usage

code
/ctx-archive
/ctx-archive --dry-run

Use --dry-run to preview what would be archived.

Execution

bash
ctx tasks archive $ARGUMENTS

Report how many tasks were archived.