AgentSkillsCN

Hygiene

回顾旧任务,以便归档、委派或彻底清理。

SKILL.md
--- frontmatter
description: Review old tasks to archive, delegate, or clean up

Hygiene review - clean up tasks AND files:

PART 1: Task Hygiene (TickTick)

  1. Pull all tasks from TickTick

  2. Identify candidates for cleanup:

    • Tasks older than 30 days with no due date
    • Tasks that have been repeatedly postponed
    • Tasks that might be stale/no longer relevant
    • Duplicate or similar tasks that could consolidate
    • Tasks the AI could handle autonomously
  3. Present findings in categories:

ARCHIVE CANDIDATES (probably no longer relevant) | Task | Age | Reason |

DELEGATE TO AI (I can handle these) | Task | What I'd Do |

CONSOLIDATE (similar tasks to merge) | Tasks | Suggested Merge |

CLARIFY (need user's input on relevance) | Task | Question |

  1. For each category, ask {USER_NAME}:
    • Archive these? (removes from active list)
    • Delegate these to me?
    • Merge these?
    • Keep as-is?

Do NOT delete or modify tasks without explicit approval.

PART 2: File Hygiene (Vault)

  1. Scan the vault for file clutter:

    • Empty folders
    • Loose files in root (should be in folders)
    • Temp files (Untitled*.md, *.tmp)
    • Screenshots in root (CleanShot*.png)
    • Stale files not touched in 60+ days
    • Duplicate filenames across folders
  2. Present findings:

EMPTY FOLDERS (safe to delete) | Folder |

LOOSE ROOT FILES (need a home) | File | Suggested Location |

TEMP/JUNK FILES (safe to delete) | File | Reason |

STRAY SCREENSHOTS (move or delete) | File | Age |

STALE FILES (untouched 60+ days, review for archive) | File | Last Modified |

  1. For each category, ask {USER_NAME} what to do.

Do NOT delete files without explicit approval.

PART 3: Skills Hygiene (Community Skills)

  1. Check for updates to installed community skills:

    code
    npx skills check
    
  2. Browse for new skills relevant to current projects:

    • Search for skills matching active tech stack
    • Search for skills matching current project needs
    • Run: npx skills find [query]
  3. Review installed community skills for relevance:

    • List installed skills
    • Any no longer useful?
    • Any custom skills that overlap with better community versions?
  4. Present findings:

NEW SKILLS WORTH INSTALLING | Skill | Why | Install Command |

UPDATES AVAILABLE | Skill | Current → New |

REMOVE CANDIDATES (installed but unused) | Skill | Reason |

CUSTOM SKILL IMPROVEMENTS (community version better than ours) | Our Skill | Community Alternative | Recommendation |