Claude-skill-registry-data maintenance
Cleans up and organizes project files. Use when user mentions cleanup, archive, file bloat, or organizing Plans.md/session logs. Do NOT load for: implementation work, reviews, new feature development, or deployment.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/maintenance" ~/.claude/skills/majiayu000-claude-skill-registry-data-maintenance && rm -rf "$T"
manifest:
data/maintenance/SKILL.mdsource content
Maintenance Skills
ファイルのメンテナンス・クリーンアップを担当するスキル群です。
機能詳細
| 機能 | 詳細 |
|---|---|
| 自動クリーンアップ | See references/auto-cleanup.md |
実行手順
- ユーザーのリクエストを分類
- 上記の「機能詳細」から適切な参照ファイルを読む
- その内容に従って実行