From 898cdd0db938036a77faf8b02ab40fe95a8f3fbf Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 14 Dec 2025 15:14:02 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d6054b3..b94f1f5 100644 --- a/README.md +++ b/README.md @@ -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] ``` -## Skill learning - -Skills are reusable modules that teach your agent new capabilities. They’re automatically discovered from your project’s `.skills` directory and loaded into the agent’s 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. They’re automatically discovered from your project’s `.skills` directory and loaded into the agent’s memory at session start. The easiest way to create a skill is using the interactive skill creation mode: ```bash > /skill ```