Context threshold management and done task archival for long sessions
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill archive --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Archive?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-archive-rlues)More formats (shields.io, HTML) on the badges page.
---
name: archive
description: "Context threshold management and done task archival for long sessions"
---
# 归档与上下文管理
## 工具
| 工具 | 类型 | 用法 | 调用方式 |
|:---|:---|:---|:---|
| sou | MCP | 语义搜索替代全文件加载 | `sou.search("关键词")` |
## 触发条件
Rev 阶段自动检查上下文使用量。
## 上下文阈值策略
| 区间 | 策略 | 动作 |
|:---|:---|:---|
| 0-200K | 正常工作 | — |
| 200K-500K | 主动归档 | done.md 已验证 → archive.md |
| 500K-800K | 精准检索 | sou.search() 替代全文件读取 |
| 800K+ | 拆分子任务 | 手动分批 (Codex 无 Agent Teams) |
## 归档流程
```
RIPER Rev 完成后:
1. done.md 已验证 → archive.md
2. 清理 doing.md
3. 经验已提取到 .knowledge/
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!