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
948 B
948 B
Memory Templates
~/coding/memory.md
# Coding Memory
## Stack
- [framework]: [preference]
- [database]: [preference]
## Style
- naming: [convention]
- formatting: [rule]
- comments: [approach]
## Structure
- tests: [location]
- folders: [organization]
- configs: [location]
## Never
- [rejected pattern]
- [rejected tool]
~/coding/history.md
# Archived Preferences
## Archived [YYYY-MM-DD]
- [old preference, reason for archival]
Entry Format
Ultra-compact, 5 words max per entry:
| Category | Example Entries |
|---|---|
| Stack | mobile: Flutter, db: Pocketbase for MVPs |
| Style | no Prettier, TypeScript strict mode |
| Structure | feature-based folders, tests colocated |
| Never | no Redux, avoid ORMs |
Context Qualifiers
When preference is context-dependent, prefix:
MVPs: skip testsPython: black formatterproduction: full types