skills/smithery.ai/Project Memory Store

Project Memory Store

SKILL.md

Project Memory Store

⚠️ EXECUTION CONTEXT: This Skill MUST be executed using Task tool with subagent_type="general-purpose". Runs in separate context to avoid polluting main conversation.

Purpose: Extract and store project-specific insights (episodic/procedural/semantic) into file-based memory at .claude/skills/project-memory-store/.

Key Architecture: This SKILL.md + subdirectory README.md files form a tree guideline structure for progressive disclosure - overview at top, details deeper. This is very effective for information retrieval.

Keep SKILL.md lean: Provide overview and reference other files. When this file becomes unwieldy, split content into separate files and reference them. Trust Claude to read detailed files only when needed.

When to Use:

  • After making significant architecture decisions for THIS project
  • When discovering project-specific patterns or configurations
  • User explicitly says "--project-store" or "--learn" (Claude decides if universal or project-specific, may use both)
  • Completed tasks revealing important domain logic or codebase structure

CRITICAL: Store BOTH successful AND failed trajectories. Failures are equally important - often MORE valuable than successes. Failed approaches in this project teach what NOT to do and why.

Installs
First Seen