← スキル一覧に戻る

memory-keeper
by mr-phariyawit
HonKaTack project
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: memory-keeper description: Manages project structure, auto-saves artifacts, and performs recovery protocols. Use this skill at the end of tasks or when encountering errors.
Memory Keeper Skill
Purpose
To ensure the Structural Memory of the agent is preserved, artifacts are backed up, and the agent can recover from context limits.
Trigger Conditions
- Task completion (finishing a feature).
- User mentions
/retroor "save memory". - Agent encounters "Agent terminated due to error" or "Context Limit" errors.
Workflow Rules
1. Structural Integrity Check
- Verify
agent/rules/exists. - Verify
docs/exists. - Verify
.memory/exists.- Action: If missing, suggest running
init-projector creating them.
- Action: If missing, suggest running
2. Auto-Save Protocol
When a major task is done:
- Format Timestamp:
YYMMDD_HHMM. - Target Directory:
.memory/[Timestamp]_[TaskName]/. - Action: Copy key artifacts (
task.md,implementation_plan.md,spec.md) to this folder.- Note: Do not perform the copy yourself if it's too heavy. Just remind the user or create a script.
3. Recovery Protocol (Agent Terminated Handler)
If the Agent is slow, buggy, or hits token limits:
- Advise User: "I am hitting context limits. Recommendation: Factory Reset."
- Command: Suggest running:
./antigravity_toolkit.sh full - Post-Reset: Remind user to:
- "Import rules and workflows" immediately after reset.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です