スキル一覧に戻る
jeremylongshore

memory

by jeremylongshore

memoryは、システム間の統合と連携を実現するスキルです。APIとデータの統合により、シームレスな情報フローと業務効率の向上をサポートします。

1,042🍴 135📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: memory description: | Execute extract and use project memories from previous sessions for context-aware assistance. Use when recalling past decisions, checking project conventions, or understanding user preferences. Trigger with phrases like "remember when", "like before", or "what was our decision about".

allowed-tools: Read, Write version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Memory

Overview

This skill provides automated assistance for the described functionality.

Prerequisites

Before using this skill, ensure you have:

  • Project memory file at {baseDir}/.memories/project_memory.json
  • Read permissions for the memory storage location
  • Understanding that memories persist across sessions
  • Knowledge of slash commands for manual memory management

Instructions

  1. Locate memory file using Read tool
  2. Parse JSON structure containing memory entries
  3. Identify relevant memories based on current context
  4. Extract applicable decisions, conventions, or preferences

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Memories applied automatically without announcement
  • Decisions informed by historical context
  • Consistent behavior aligned with past choices
  • Natural incorporation of established patterns
  • List of all stored memories with timestamps
  • Confirmation of newly added memories

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

  • /remember [text] - Add new memory to manual_memories array
  • /forget [text] - Remove matching memory from storage
  • /memories - Display all currently stored memories
  • Apply memories silently without announcing to user
  • Current explicit requests always override stored memories

スコア

総合スコア

85/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

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