You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Organize all your Claude Code memories, skills, MCP servers, and hooks — view by scope hierarchy, move between scopes via drag-and-drop.**
12
+
**Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — view by scope hierarchy, move between scopes via drag-and-drop.**
13
13
14
14

15
15
@@ -70,15 +70,15 @@ We analyzed the source code of every Claude Code tool we could find — analytic
70
70
-**Undo everything** — Every move and delete has an undo button — restore instantly, including MCP JSON entries
71
71
-**Bulk operations** — Select mode: tick multiple items, move or delete all at once
72
72
-**Same-type safety** — Memories can only move to memory folders, skills to skill folders, MCP to MCP configs
73
-
-**Search & filter** — Real-time search across all items, filter by category (Memory, Skills, MCP, Config, Hooks, Plugins, Plans, Sessions)
73
+
-**Search & filter** — Real-time search across all items, filter by category with smart pill hiding (zero-count pills collapse into "+N more")
74
74
-**Detail panel** — Click any item to see full metadata, content preview, file path, and open in VS Code
75
75
-**Session inspector** — Parsed conversation previews with speaker labels, session titles, and metadata
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@mcpware/claude-code-organizer",
3
-
"version": "0.4.1",
4
-
"description": "Organize all your Claude Code memories, skills, MCP servers, and hooks — view by scope hierarchy, move between scopes via drag-and-drop",
3
+
"version": "0.5.0",
4
+
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — view by scope hierarchy, move between scopes via drag-and-drop",
// Cache scan data so move/delete can look up items
@@ -54,7 +54,7 @@ server.tool(
54
54
'move_item',
55
55
'Move a Claude Code configuration item (memory, skill, MCP server) from one scope to another. Run scan_inventory first to see available items and scope IDs.',
56
56
{
57
-
category: z.enum(['memory','skill','mcp','plan','session']).describe('Category of item to move'),
57
+
category: z.enum(['memory','skill','mcp','plan','session','command','agent','rule']).describe('Category of item to move'),
58
58
name: z.string().describe('Name of the item (as shown in scan_inventory results)'),
59
59
fromScopeId: z.string().describe('Source scope ID (e.g. "global" or the encoded project directory name)'),
0 commit comments