prune-completed-docs

Archive completed and stale documentation across project directories.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/seankao31/dotfiles --skill prune-completed-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prune-completed-docs
Source: https://github.com/seankao31/dotfiles/tree/main/agent-config/skills/prune-completed-docs
Command: npx skills add https://github.com/seankao31/dotfiles --skill prune-completed-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects accumulate outdated and redundant documentation that dilutes signal and wastes memory. This skill audits documentation across the repository and prunes or archives items that are completed, superseded, or no longer relevant.

Core Features & Use Cases

  • Inventory and classify docs across docs/plans, docs/decisions, MEMORY.md, and CLAUDE-related notes.
  • Delete or archive items that are completed, superseded, or no longer relevant while preserving essential history.
  • Use cases include cleaning memory indices after project completion, shortening long design docs, and reducing documentation sprawl in active repos.

Quick Start

Archive completed and stale docs across the project with a prune pass.

Frequently Asked Questions about prune-completed-docs

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

FAQPage Schema
How do I clean up outdated documentation in my repository after a project is completed?

Documentation pruning audits docs/plans, docs/decisions, and memory files to archive or delete completed and superseded items, reducing repository sprawl while preserving essential project history.

What is the best way to reduce memory file sprawl in an active repository?

Reducing memory file sprawl requires auditing MEMORY.md and CLAUDE notes to classify items as active, completed, or superseded, then archiving stale entries to reclaim signal and reduce memory consumption.

Can I safely delete completed design docs without losing project history?

Yes, safe deletion requires an archival policy with rollback capability, ensuring completed design docs are archived rather than permanently destroyed so essential history remains preserved and recoverable.

How do I archive superseded decisions in my knowledge base?

Archiving superseded decisions involves inventorying docs/decisions, classifying items no longer relevant, and applying a safe archival policy with rollback capability to maintain a clean and accurate knowledge base.

When should I not use a documentation cleanup pass on my project files?

You should avoid documentation cleanup when your repository lacks a safe deletion and archival policy with rollback capability, as permanently removing completed docs without archiving risks losing essential project history.