Back to list
a-ariff

memory-sync

by a-ariff

🔌 Production-ready Claude Code plugin marketplace with 41 components: 21 autonomous agents, 15 power skills, 2 smart hooks, 2 custom commands. Transform Claude Code into an autonomous development powerhouse. One-line install, cross-device sync, comprehensive documentation.

1🍴 0📅 Jan 24, 2026

SKILL.md


name: memory-sync description: Memory Sync Skill

Memory Sync Skill

How to manually sync learnings to memory systems after tasks.

Dual Memory Architecture

Ariff uses two complementary memory systems:

  • mem0-memory-mcp - AI-native semantic memory for quick recall
  • obsidian-memory - Structured vault for long-term knowledge

Manual Sync Commands

Quick Save to mem0

Use mcp__mem0-memory-mcp__add_memory to store:
- Task context and solution
- Key learnings and gotchas
- Useful commands discovered

Save to Obsidian

Use mcp__obsidian-memory__create_note with:
- path: "tasks/YYYY-MM-DD-task-slug.md"
- content: Structured task notes

Memory Entry Template

## Task: [Brief Title]
Date: [YYYY-MM-DD]
Device: [hostname]

### Problem
[What was the issue/request]

### Solution
[How it was resolved]

### Key Learnings
- [Learning 1]
- [Learning 2]

### Related
- Previous tasks: [links]
- Documentation: [links]

Creating Agent Instructions

When a mistake or pattern should be avoided in future:

  1. Create instruction file at:

    Ariff-code-config/instructions/[category]-[topic].instructions.md
    
  2. Use format:

    ---
    description: [What this instruction prevents/ensures]
    applyTo: [glob pattern like **/*.py or **/canvas/**]
    ---
    
    # [Rule Title]
    
    ## Context
    [When this applies]
    
    ## Rule
    [What to do/not do]
    
    ## Example
    [Good vs bad example]
    
  3. Add to 00_INSTRUCTIONS_INDEX.md if significant

Reconciliation

If memories seem out of sync:

  1. Query both systems for topic
  2. Compare entries
  3. Update older system with newer info
  4. Remove duplicates with less detail

When to Save

Save memory when:

  • ✅ Task completed successfully
  • ✅ Discovered non-obvious solution
  • ✅ Made mistake worth remembering
  • ✅ Found useful tool/command
  • ✅ Clarified user preference

Skip saving when:

  • ❌ Trivial task (simple file edit)
  • ❌ Already documented elsewhere
  • ❌ One-off unique situation

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon