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
877 B
877 B
Memory Setup - Code
Initial Setup
Create directory on first use:
mkdir -p ~/code
touch ~/code/memory.md
memory.md Template
Copy to ~/code/memory.md:
# Code Memory
## Preferences
<!-- User's coding workflow preferences. Format: "preference" -->
<!-- Examples: always run tests, prefer TypeScript, commit after each feature -->
## Never
<!-- Things that don't work for this user. Format: "thing to avoid" -->
<!-- Examples: inline styles, console.log debugging, large PRs -->
## Patterns
<!-- Approaches that work well. Format: "pattern: context" -->
<!-- Examples: TDD: for complex logic, screenshots: for UI work -->
---
Last updated: YYYY-MM-DD
Notes
- Check
criteria.mdfor additional user-specific criteria - Use
planning.mdfor breaking down complex requests - Verify with tests and screenshots per
verification.md