Claude Code Plugins

Community-maintained marketplace

Feedback

Remember important information that could be useful in the future with the memory MCP server.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Memory
description Remember important information that could be useful in the future with the memory MCP server.
allowed-tools Memory

MEMORY FIRST (MCP Memory Server)

  • BEFORE starting work: Search existing memory

    • Search matches: entity names, entity types, AND observation content
    • Best practice: Start with specific terms (foggysky, foggysky-authentication)
    • Multi-term searches work if terms appear in observations
    • Use hyphenated entity names for precise retrieval
  • AFTER completing tasks: Add information with UTC timestamp

    • Format: YYYY-MM-DDTHH:mm:ssZ [observation]
    • Timestamp by environment:
      • Claude Desktop: new Date().toISOString() in analysis tool
      • Claude Code: date -u +"%Y-%m-%dT%H:%M:%SZ"
      • Fallback: State timestamp may be inaccurate
    • For contradictions: Remove the old memory
  • Entity Structure (Fine-Grained):

    • ONE fact per observation - never combine multiple facts
    • Atomic entities: Split by component/feature/concern
    • Naming: project component feature keywords (use searchable full words)
    • No code blocks, paragraphs, or documentation dumps
  • Use Relations:

    • Link entities with depends-on, solves, uses, implements
    • Avoid duplicating information across entities