Skip to content

Commit 68ee310

Browse files
phernandezclaude
andcommitted
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>
1 parent 3a7fca8 commit 68ee310

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PLUGIN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Edit notes directly as local markdown files with automatic sync.
168168

169169
**Best for:** Local users who want full file access and git integration.
170170

171-
### knowledge-organizer
171+
### knowledge-organize
172172

173173
Help organize, link, and maintain the knowledge graph.
174174

@@ -239,7 +239,7 @@ basic-memory/
239239
│ ├── spec-driven-development/
240240
│ ├── edit-note/
241241
│ ├── edit-note-local/
242-
│ └── knowledge-organizer/
242+
│ └── knowledge-organize/
243243
├── hooks/
244244
│ └── hooks.json # Hook definitions
245245
└── PLUGIN.md # This file
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: knowledge-organizer
2+
name: knowledge-organize
33
description: Help organize, link, and maintain the Basic Memory knowledge graph - find orphan notes, suggest relations, identify duplicates, and improve overall knowledge structure
44
---
55

6-
# Knowledge Organizer
6+
# Knowledge Organize
77

88
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.
99

0 commit comments

Comments
 (0)