writing-memories

Community

Create and update project memories with ease.

AuthorSteveBronder
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writes or updates memory files with proper YAML frontmatter in the agent's memories directory.

Core Features & Use Cases

  • Path-based storage: writes to ./.{AGENT_NAME}/skills/memories/<name>/SKILL.md.
  • Header enforcement: ensures required header with name and description.
  • Idempotent updates: updates existing memories without duplication.

Quick Start

  • Write to ./.{AGENT_NAME}/skills/memories/<name>/SKILL.md.
  • Create the directory if needed.
  • Prepend the required header if missing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: writing-memories
Download link: https://github.com/SteveBronder/skillrena/archive/main.zip#writing-memories

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository