Files
openclaw-master-skills/skills/git/memory-template.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

871 B

Memory Template — Git

Create ~/git/memory.md only if user shares preferences:

# Git Preferences

## Workflow
style: best-practices
merge-strategy: rebase
branch-naming: feature/x

## Commits
format: conventional
scope: optional

## Notes
<!-- Patterns observed from working together -->

---
*Updated: YYYY-MM-DD*

When to Create Memory

  • User explicitly shares a preference
  • User corrects your suggestion ("I prefer merge over rebase")
  • User has a team convention you should remember

When NOT to Create Memory

  • First interaction (just help them)
  • User seems confused by options (use defaults)
  • One-off exception (doesn't mean it's their preference)

Default Behavior (No Memory)

Without memory file, apply best practices:

  • Rebase feature branches
  • Conventional commits
  • feature/x branch naming
  • Never force push main/master