スキル一覧に戻る
ZipperBagCoffee

memory-delta

by ZipperBagCoffee

memory-keeper-plugin

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: memory-delta description: Auto-execute when "[MEMORY_KEEPER_DELTA]" trigger detected

Script Path Resolution

IMPORTANT: The scripts/ folder is in the plugin directory, NOT the current project.

From "Base directory for this skill:" above, derive the scripts path:

  • Remove /skills/memory-delta from the end
  • Add /scripts/ to get the scripts directory

Example:

  • Base: ~/.claude/plugins/cache/memory-keeper-marketplace/memory-keeper/13.8.3/skills/memory-delta
  • Scripts: ~/.claude/plugins/cache/memory-keeper-marketplace/memory-keeper/13.8.3/scripts/

Use this full path when running node commands below.

Trigger Condition

Auto-invoked when hook outputs [MEMORY_KEEPER_DELTA] file=delta_temp.txt.

Execution Steps

  1. Call Haiku agent for summarization:

    Task tool:
    - subagent_type: "memory-keeper:delta-summarizer"
    - model: "haiku"
    - prompt: "Read .claude/memory/delta_temp.txt and summarize (1 sentence per ~200 words)."
    
  2. Get current timestamp:

    date +"%Y-%m-%d_%H%M"
    
  3. Append summary to memory.md:

    printf '\n## %s\n%s\n' "{timestamp}" "{haiku_summary}" >> .claude/memory/memory.md
    
  4. Update timestamp marker (use full path from above):

    node "{SCRIPTS_PATH}/extract-delta.js" mark-updated
    
  5. Delete temp file (use full path from above):

    node "{SCRIPTS_PATH}/extract-delta.js" cleanup
    

Failure Handling

  • If Task tool fails: Don't update timestamp, don't delete temp file
  • Next trigger will retry with accumulated content (temp file overwritten)
  • Log error but don't block main workflow

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です