Claude-skill-registry-data memory
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/memory-helixdevelopment-helixagent" ~/.claude/skills/majiayu000-claude-skill-registry-data-memory && rm -rf "$T"
manifest:
data/memory-helixdevelopment-helixagent/SKILL.mdsource content
Memory
Overview
This skill provides automated assistance for the described functionality.
Prerequisites
Before using this skill, ensure you have:
- Project memory file at
{baseDir}/.memories/project_memory.json - Read permissions for the memory storage location
- Understanding that memories persist across sessions
- Knowledge of slash commands for manual memory management
Instructions
- Locate memory file using Read tool
- Parse JSON structure containing memory entries
- Identify relevant memories based on current context
- Extract applicable decisions, conventions, or preferences
See
{baseDir}/references/implementation.md for detailed implementation guide.
Output
- Memories applied automatically without announcement
- Decisions informed by historical context
- Consistent behavior aligned with past choices
- Natural incorporation of established patterns
- List of all stored memories with timestamps
- Confirmation of newly added memories
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.
Resources
- Add new memory to manual_memories array/remember [text]
- Remove matching memory from storage/forget [text]
- Display all currently stored memories/memories- Apply memories silently without announcing to user
- Current explicit requests always override stored memories