Update README.md

This commit is contained in:
Charles Packer
2025-12-14 15:14:02 -08:00
committed by GitHub
parent 41e33218bd
commit 898cdd0db9

View File

@@ -52,11 +52,7 @@ Over time, the agent will update its memory as it learns. To actively guide your
> /remember [optional instructions on what to remember] > /remember [optional instructions on what to remember]
``` ```
## Skill learning Skills are reusable modules that teach your agent new capabilities. Theyre automatically discovered from your projects `.skills` directory and loaded into the agents memory at session start. The easiest way to create a skill is using the interactive skill creation mode:
Skills are reusable modules that teach your agent new capabilities. Theyre automatically discovered from your projects `.skills` directory and loaded into the agents memory at session start.'
The easiest way to create a skill is using the interactive skill creation mode:
```bash ```bash
> /skill > /skill
``` ```