write_memory-skl

Write YAML-formatted memory files with name and description headers.

1|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/SteveBronder/skillrena --skill write-memory-skl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write_memory-skl
Source: https://github.com/SteveBronder/skillrena/tree/main/skillrena/write_memory-skl
Command: npx skills add https://github.com/SteveBronder/skillrena --skill write-memory-skl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writes a memory file with a proper YAML header so it can be loaded reliably by future agents.

Core Features & Use Cases

  • Header enforcement: writes YAML frontmatter with name and description only.
  • Memory location: stores under ./.{AGENT_NAME}/skills/memories/<name>-skl/SKILL.md.
  • Use Case: capture project context and decisions for faster onboarding and recall.

Quick Start

Write to ./.{AGENT_NAME}/skills/memories/<name>-skl/SKILL.md with the required header if missing.