refactor: Rename knowledge-organizer to knowledge-organize

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 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2025-11-28 13:56:18 -06:00
parent 3a7fca8a9e
commit 68ee310a55
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
@@ -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.