From 55c6767e69cdaab535613938559dfc0a419e4bd1 Mon Sep 17 00:00:00 2001 From: tanmay11k Date: Wed, 18 Feb 2026 23:51:39 -0500 Subject: [PATCH] feat: add skill rename command and natural language rename detection - Added 'skill rename ' subcommand - Intercept 'rename X to Y' natural language patterns locally - Updates name field inside SKILL.md after rename - Reloads skills immediately after rename --- docs/commands.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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