mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- 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
871 B
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