Archive Skill — 项目记忆归档

Archive project changes, decisions, and lessons into bigmemory and .pipeline knowledge stores.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/unstun/dqn10 --skill archive-skill-unstun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Archive Skill — 项目记忆归档
Source: https://github.com/unstun/dqn10/tree/main/.claude/skills/archive
Command: npx skills add https://github.com/unstun/dqn10 --skill archive-skill-unstun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams preserve and organize project memory by automatically archiving changes, decisions, and lessons into the central memory systems (bigmemory and .pipeline), reducing information loss.

Core Features & Use Cases

  • Automated change capture: extracts deltas, decisions, pitfalls, and key actions from conversations and project activity into cold storage.
  • Memory refresh: updates hot memory with recent activity and keeps knowledge bases up to date.
  • Knowledge sharing: provides structured records of project evolution for onboarding, auditing, and long-term continuity.

Quick Start

Start a project archive by running /archive in the project root to begin exporting changes to bigmemory and the pipeline memory stores.

Frequently Asked Questions about Archive Skill — 项目记忆归档

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

FAQPage Schema
How do I archive project decisions and conversations to a knowledge base?

The archive workflow extracts decisions, pitfalls, and key actions from project activity, categorizes them via triage, and performs structured write operations to both hot and cold memory zones for long-term recall.

What is project memory archiving and when do I need it?

Project memory archiving preserves context and rationale by exporting project evolution records into central memory systems, which is essential for project governance, onboarding, and auditing scenarios to prevent information loss.

How do I update hot memory with recent project activity?

To update hot memory with recent project activity, the archival workflow refreshes hot memory zones with recent changes while simultaneously exporting older deltas and decisions to cold storage for structured knowledge base continuity.

Can I use project memory archiving for team onboarding and auditing?

Yes, project memory archiving suits team onboarding and auditing by providing structured records of project evolution, capturing decisions and lessons learned into bigmemory and .pipeline stores for long-term continuity and review.

Does project memory archiving work without external dependencies?

Yes, project memory archiving operates without external dependencies, using internal memory location discovery, triage categorization, and structured write operations to manage both hot and cold memory zones independently.

What is the difference between hot and cold memory zones in project archiving?

In project archiving, hot memory zones are refreshed with recent activity for immediate recall, while cold storage zones archive older deltas, decisions, and lessons for long-term knowledge base preservation and auditing.