Files
openclaw-master-skills/skills/self-improving/memory.md
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

756 B

HOT Memory — Template

This file is created in ~/self-improving/memory.md when you first use the skill. Keep it ≤100 lines. Most-used patterns live here.

Example Entries

## Preferences
- Code style: Prefer explicit over implicit
- Communication: Direct, no fluff
- Time zone: Europe/Madrid

## Patterns (promoted from corrections)
- Always use TypeScript strict mode
- Prefer pnpm over npm
- Format: ISO 8601 for dates

## Project defaults
- Tests: Jest with coverage >80%
- Commits: Conventional commits format

Usage

The agent will:

  1. Load this file on every session
  2. Add entries when patterns are used 3x in 7 days
  3. Demote unused entries to WARM after 30 days
  4. Never exceed 100 lines (compacts automatically)