archive-analysis

Discover untracked markdown files, extract insights to TODO, and archive them with semantic naming.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/jas-ho/jason-agent-skills --skill archive-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive-analysis
Source: https://github.com/jas-ho/jason-agent-skills/tree/main/plugins/archive-analysis
Command: npx skills add https://github.com/jas-ho/jason-agent-skills --skill archive-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive analysis files by auto-discovering untracked markdown notes, extracting actionable insights into a central task tracker, and moving items into an archive folder to keep the working tree focused and uncluttered.

Core Features & Use Cases

  • Discover untracked or old markdown files and classify them for archiving.
  • Extract insights to TODO.md or a central task-tracking file.
  • Move files into archive/ with semantic, date-based naming while preserving git history for traceability.
  • Use case: after a sprint, archive session notes and comparisons to reduce search noise in the repository.

Quick Start

Archive all untracked analysis markdown files to archive/ with dated filenames.

Frequently Asked Questions about archive-analysis

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

FAQPage Schema
How do I archive untracked markdown files in a git repository?

It works by discovering untracked or temporary markdown files, classifying them for archiving, extracting actionable insights into a central task tracker like TODO.md, and moving items into an archive directory with date-based naming to keep workspaces uncluttered.

What is the best way to clean up temporary analysis notes after a sprint?

The best way to clean up temporary analysis notes is to archive them, which classifies old markdown files, extracts insights to a central task tracker, and moves items into an archive folder to reduce search noise in the repository.

Do I need Python to organize untracked markdown files into an archive?

Yes, you need Python 3.10+ and Typer for the CLI to organize untracked markdown files. The Skill reads the repository structure to ensure safe archiving with guardrails.

Can I extract insights to TODO.md before moving files to an archive folder?

Yes, you can extract insights to TODO.md before moving files. The Skill discovers untracked markdown notes, extracts actionable insights into a central task-tracking file, and then moves the items into an archive directory.

Does archiving analysis files preserve git history for traceability?

Yes, archiving analysis files preserves git history for traceability. The Skill moves files into an archive folder with semantic, date-based naming while maintaining full git history across the repository.

What are the limitations when auto-discovering untracked markdown files for archiving?

A limitation is that auto-discovering untracked markdown files requires strict repository structure reading to ensure safe archiving with guardrails, meaning unexpected directory changes could impact the classification and extraction process.