At a glance
What it does
Archives completed HelloAGENTS plan packages, removes temporary files, and updates workflow state without deleting project knowledge.
Before you choose it
Checks which plan packages are complete, moves them into the dated archive, refreshes the archive index, cleans temporary runtime files, and clears stale active-plan pointers.
Best for
HelloAGENTS users maintaining a project after plans have been completed.
Common tasks
- Archive completed plans
- Remove workflow temporary files
- Clear stale active-plan state
Permissions and data
The command moves completed plan files, removes temporary workflow files, and updates HelloAGENTS state.
Permissions- Reads plan completion state
- Moves archive files
- Removes identified temporary files
- Updates workflow state
- Preserves knowledge files and the project design contract
Limitations
- Only plans confirmed complete should be archived
- The source rules prohibit deleting project knowledge files
What DSHub checked
- The pinned source and supplied artifact evidence were captured.
What DSHub did not check
- Installation and runtime behavior were not tested.
Pinned install
Primary action
This standalone skill does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Skill instructions
name: ~clean description: 清理临时文件、缓存和归档已完成方案包(~clean 命令) policy: allow_implicit_invocation: false
Trigger: ~clean
执行 ~clean 时,方案包归档、临时文件清理和状态文件更新范围按当前已加载的 HelloAGENTS 规则执行;本命令只负责判定哪些方案包可以清理,以及输出清理摘要。
.helloagents/ 在本 skill 中统一按项目级存储路径理解:状态文件只使用 state_path,临时运行态文件保持项目本地;若 project_store_mode=repo-shared,plans/ 与 archive/ 按当前上下文中已注入的项目知识/方案目录解析。
流程
- 扫描
.helloagents/plans/下的方案包(按当前项目存储模式解析;project_store_mode=repo-shared时使用共享知识/方案目录) - 判定完成状态:优先以 tasks.md 中所有任务已标记 [√] 为准;只有任务清单无法判断时,才读取
state_path中与当前方案一致的“主线目标”+“正在做什么”作为辅助信息 - 已完成的方案包 → 按 HelloAGENTS 归档规则移入
.helloagents/archive/YYYY-MM/(按当前项目存储模式解析),并同步更新.helloagents/archive/_index.md - 清理 HelloAGENTS 临时文件
- 按 HelloAGENTS 流程状态规则更新
state_path;若当前状态指向已归档方案包,则清空对应方案路径 - 输出清理摘要(归档了几个方案包、清理了哪些文件)
不删除
- 除按流程状态规则必须重写的
state_path外,不删除流程状态文件 - 不删除知识文件或项目级设计契约
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: No native DSH Profile target.
Delivery: Skill Files — https://github.com/hellowind777/helloagents。
Compatibility and access
Requires_host_review: Not established by supplied evidence。
Review compatibility evidence ↗
Risk facts
Review instructions before use.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Approved for publication after reviewing the source-linked content and immutable release record. AI assisted with the draft; the publication decision was human.
Human reviewed Aug 30, 2026, 10:05 AM UTC。GitHub facts last checked Aug 30, 2026, 9:53 AM UTC。
No material source change has been recorded since this evidence baseline.