From 68ee310a5531286160d086fdeca6901ec9e5eeb0 Mon Sep 17 00:00:00 2001 From: phernandez Date: Fri, 28 Nov 2025 13:56:18 -0600 Subject: [PATCH] refactor: Rename knowledge-organizer to knowledge-organize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use verb form for skill name to be consistent with action-oriented naming (like knowledge-capture, not knowledge-capturer). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Signed-off-by: phernandez --- PLUGIN.md | 4 ++-- skills/{knowledge-organizer => knowledge-organize}/SKILL.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename skills/{knowledge-organizer => knowledge-organize}/SKILL.md (99%) diff --git a/PLUGIN.md b/PLUGIN.md index d42ca189..e957d9f1 100644 --- a/PLUGIN.md +++ b/PLUGIN.md @@ -168,7 +168,7 @@ Edit notes directly as local markdown files with automatic sync. **Best for:** Local users who want full file access and git integration. -### knowledge-organizer +### knowledge-organize Help organize, link, and maintain the knowledge graph. @@ -239,7 +239,7 @@ basic-memory/ │ ├── spec-driven-development/ │ ├── edit-note/ │ ├── edit-note-local/ -│ └── knowledge-organizer/ +│ └── knowledge-organize/ ├── hooks/ │ └── hooks.json # Hook definitions └── PLUGIN.md # This file diff --git a/skills/knowledge-organizer/SKILL.md b/skills/knowledge-organize/SKILL.md similarity index 99% rename from skills/knowledge-organizer/SKILL.md rename to skills/knowledge-organize/SKILL.md index a8faabbf..b31941ec 100644 --- a/skills/knowledge-organizer/SKILL.md +++ b/skills/knowledge-organize/SKILL.md @@ -1,9 +1,9 @@ --- -name: knowledge-organizer +name: knowledge-organize description: Help organize, link, and maintain the Basic Memory knowledge graph - find orphan notes, suggest relations, identify duplicates, and improve overall knowledge structure --- -# Knowledge Organizer +# Knowledge Organize This skill helps users maintain a healthy, well-connected knowledge graph. As notes accumulate, it becomes valuable to periodically organize, link, and curate the knowledge base.