.gitkeep 612 B

123456789101112131415161718192021222324252627
  1. # Learned Skills Directory
  2. This directory contains Skills learned from development sessions using the `/learn` command.
  3. Each learned skill is automatically applied when working on related code based on its description.
  4. ## Structure
  5. ```
  6. learned/
  7. ├── {topic-name-1}/
  8. │ └── SKILL.md
  9. ├── {topic-name-2}/
  10. │ └── SKILL.md
  11. └── {topic-name-3}/
  12. └── SKILL.md
  13. ```
  14. ## How Skills Are Created
  15. Use the `/learn` command after completing a feature or solving a complex problem:
  16. ```
  17. /learn
  18. ```
  19. Claude will extract reusable patterns and save them as Skills in this directory.