Agent skill
archive
Context threshold management and done task archival for long sessions
Install this agent skill to your Project
npx add-skill https://github.com/WenJunDuan/Rlues/tree/main/vibeCoding/old version/config-agent_v8.2/.codex/skills/archive
SKILL.md
归档与上下文管理
工具
| 工具 | 类型 | 用法 | 调用方式 |
|---|---|---|---|
| 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/
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-teams
Path D 并行编排 — 子代理分工 + Agent Teams 协作。需要 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
tdd
Path 分级 TDD 策略
context7
E 阶段按需拉取库文档 — 用 ctx7 获取准确 API 信息
knowledge
跨会话经验管理 — 在 .ai_state 内沉淀和复用项目经验
code-quality
Rev 阶段 Plugin 编排顺序
verification
V 阶段 Path 分级验证清单
Didn't find tool you were looking for?