multiAI Summary Pending
memory
Manages memory, SSOT files, and Plans.md operations. Use when user mentions メモリ, memory, SSOT, decisions.md, patterns.md, マージ, merge, Plans.md, 移行, migrate. Do NOT load for: 実装作業, レビュー, 一時的なメモ, セッション中の作業記録.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/memory/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/chachamaru127/memory/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/memory/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How memory Compares
| Feature / Agent | memory | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manages memory, SSOT files, and Plans.md operations. Use when user mentions メモリ, memory, SSOT, decisions.md, patterns.md, マージ, merge, Plans.md, 移行, migrate. Do NOT load for: 実装作業, レビュー, 一時的なメモ, セッション中の作業記録.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Memory Skills メモリとSSOT管理を担当するスキル群です。 ## 含まれる小スキル | スキル | 用途 | |--------|------| | init-memory-ssot | decisions.md, patterns.md 初期化 | | merge-plans | Plans.md のマージ処理 | | migrate-workflow-files | 旧形式からの移行 | ## ルーティング - SSOT初期化: init-memory-ssot/doc.md - Plans.mdマージ: merge-plans/doc.md - 移行処理: migrate-workflow-files/doc.md ## 実行手順 1. ユーザーのリクエストを分類 2. 適切な小スキルの doc.md を読む 3. その内容に従って実行