mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user