diff --git a/docs/commands.md b/docs/commands.md index b8457ce..3138ffa 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -103,10 +103,18 @@ mcp remove brave-search | `skill list` | List all loaded skills | | `skill show ` | View a skill's content | | `skill create ` | Create a new skill template | +| `skill rename ` | Rename a skill | | `skill remove ` | Remove a skill | | `skill reload` | Reload all skills | -You can also create skills via natural language — just ask: "Create a skill for checking stock prices" and the AI will write the SKILL.md for you. +You can also manage skills via natural language: + +| Natural Language | What It Does | +|---|---| +| "Create a skill for checking weather" | Creates a skill with auto-derived name and triggers | +| "Rename my-old-skill to weather" | Renames the skill directory and updates SKILL.md | + +These are handled locally (no AI call needed), so they work even if the AI runtime is down. ### AI Chat