refactor: update skill names to include 'mempalace:' prefix for consistency

This commit is contained in:
Tal Muskal
2026-04-08 18:41:22 +03:00
parent 2f83518415
commit c9d3955859
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
name: help name: mempalace:help
description: Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture. description: Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture.
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
name: init name: mempalace:init
description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works. description: Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works.
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
name: mine name: mempalace:mine
description: Mine projects and conversations into the MemPalace. Supports project files, conversation exports, and auto-classification. description: Mine projects and conversations into the MemPalace. Supports project files, conversation exports, and auto-classification.
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
name: search name: mempalace:search
description: Search your memories across the MemPalace using semantic search with wing/room filtering. description: Search your memories across the MemPalace using semantic search with wing/room filtering.
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
name: status name: mempalace:status
description: Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions. description: Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions.
--- ---
+4 -1
View File
@@ -31,4 +31,7 @@ jobs:
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git add .claude-plugin/plugin.json .claude-plugin/marketplace.json git add .claude-plugin/plugin.json .claude-plugin/marketplace.json
git diff --staged --quiet || git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}" && git push if ! git diff --staged --quiet; then
git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}"
git push
fi