·memory-systems
</>

memory-systems

shipshitdev/library

エージェント システムのメモリ アーキテクチャを設計および実装します。セッション間で状態を保持したり、エンティティの一貫性を維持したり、構造化された知識を推論したりする必要があるエージェントを構築する場合に使用します。

53インストール·1トレンド·@shipshitdev

インストール

$npx skills add https://github.com/shipshitdev/library --skill memory-systems

SKILL.md

Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that balance immediate context needs with long-term knowledge retention. The evolution from vector stores to knowledge graphs to tempor...

Memory exists on a spectrum from immediate context to permanent storage. At one extreme, working memory in the context window provides zero-latency access but vanishes when sessions end. At the other extreme, permanent storage persists indefinitely but requires retrieval to enter context.

Simple vector stores lack relationship and temporal structure. Knowledge graphs preserve relationships for reasoning. Temporal knowledge graphs add validity periods for time-aware queries. Implementation choices depend on query complexity, infrastructure constraints, and accuracy requirements.

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/shipshitdev/library --skill memory-systems
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

memory-systems とは?

エージェント システムのメモリ アーキテクチャを設計および実装します。セッション間で状態を保持したり、エンティティの一貫性を維持したり、構造化された知識を推論したりする必要があるエージェントを構築する場合に使用します。 ソース: shipshitdev/library。

memory-systems のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/shipshitdev/library --skill memory-systems インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/shipshitdev/library