From swf
Export Done/Canceled issues to Archive project as Documents, then guide user to delete originals to free quota
How this skill is triggered — by the user, by Claude, or both
Slash command
/swf:archive [project][project]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export completed issues to the Archive project as Documents, then guide user to delete originals in Linear web UI to free up the 250 issue quota.
Export completed issues to the Archive project as Documents, then guide user to delete originals in Linear web UI to free up the 250 issue quota.
$ARGUMENTS — optional project name. If omitted, archive across all projects.
Query archivable issues:
Show quota and preview:
当前 X/250 活跃 issues,其中 Y 个可归档:
spaharmony (3):
- TAO-11: 发布 v1 [Done, 2026-04-14]
- ...
Ideas (5):
- TAO-5: Spatial Harmony 评估 [Done, 2026-04-14]
- ...
归档后释放 Y 个额度,剩余 Z/250。
确认归档吗?
Export to Archive project Document (按月合并):
归档 YYYY-MM already exists in Archive project:
list_documents with project: "Archive" and search for current month titleupdate_document to append new entriescreate_document with project: "Archive", titled 归档 YYYY-MM# 归档 2026-04
## spaharmony — Phase 1
### [Done] TAO-11: 发布 v1:整理文档 + 发布 PyPI (2026-04-14)
**Comments:**
- [2026-04-14] 已发布 v1.0.0,README 包含安装说明...
### [Done] TAO-14: v2: Harmony 主循环迁移至 CuPy (2026-04-18)
(no comments)
## Ideas
### [Done] TAO-5: Spatial Harmony 评估 (2026-04-14)
(no comments)
### [Canceled] TAO-99: 某个放弃的想法 (2026-04-10)
(no comments)
list_comments for each issueGuide user to delete originals:
归档文档已创建:Archive 项目 → "归档 2026-04-14"
请在 Linear 网页上删除已归档的 issues:
1. 打开对应项目
2. Filter → Status = Done
3. 全选 → 右键 → Delete issue
或逐个:选中 issue → 右键 → Delete issue
⚠️ 删除不可恢复,但数据已保存在 Archive 项目的文档中。
After user confirms deletion:
npx claudepluginhub cliffren/swf --plugin swfGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.