From ddb5d5cb061dd1dc418dbf13f51568eabeaafd75 Mon Sep 17 00:00:00 2001 From: qiudl Date: Thu, 7 May 2026 02:40:47 +0200 Subject: [PATCH] chore(marketplace): remove stale skills-personal entries skills-personal/ directory no longer exists; marketplace.json had 9 plugin entries pointing to missing sources (gitea, openclaw, ops-servers, ops-tools, qiudl-personal, reload-session, req-deploy, save-session, search-sessions). Regenerated via generate-marketplace.py. --- .claude-plugin/marketplace.json | 114 -------------------------------- 1 file changed, 114 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8734760..3c9d303 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -696,120 +696,6 @@ "tools" ], "strict": false - }, - { - "name": "gitea-plugin", - "source": "./skills-personal/gitea-plugin", - "description": "Gitea 代码托管与 CI/CD 管理。用于 Gitea Actions workflow 管理、Runner 管理、PR 操作、仓库配置。", - "version": "1.0.0", - "category": "utility", - "keywords": [ - "utility", - "tools" - ], - "strict": false - }, - { - "name": "openclaw-plugin", - "source": "./skills-personal/openclaw-plugin", - "description": "OpenClaw (龙虾) 远程 AI 计算调度系统 - 概念设计与运维管理", - "version": "1.0.0", - "category": "utility", - "keywords": [ - "utility", - "tools" - ], - "strict": false - }, - { - "name": "ops-servers-plugin", - "source": "./skills-personal/ops-servers-plugin", - "description": "企业服务器管理。用于云服务器分组管理、系统监控、备份管理、故障排查。当用户提到云服务器、生产环境、腾讯云、阿里云相关任务时自动激活。", - "version": "1.0.0", - "category": "devops", - "keywords": [ - "devops", - "deployment", - "operations" - ], - "strict": false - }, - { - "name": "ops-tools-plugin", - "source": "./skills-personal/ops-tools-plugin", - "description": "Plugin for ops-tools", - "version": "1.0.0", - "category": "devops", - "keywords": [ - "devops", - "deployment", - "operations" - ], - "strict": false - }, - { - "name": "qiudl-personal-plugin", - "source": "./skills-personal/qiudl-personal-plugin", - "description": "Plugin for qiudl-personal", - "version": "1.0.0", - "category": "utility", - "keywords": [ - "utility", - "tools" - ], - "strict": false - }, - { - "name": "reload-session-plugin", - "source": "./skills-personal/reload-session-plugin", - "description": "Reload a previously saved Claude session to continue the conversation.", - "version": "1.0.0", - "category": "workflow", - "keywords": [ - "session", - "workflow", - "productivity" - ], - "strict": false - }, - { - "name": "req-deploy-plugin", - "source": "./skills-personal/req-deploy-plugin", - "description": "Plugin for req-deploy", - "version": "1.0.0", - "category": "devops", - "keywords": [ - "devops", - "deployment", - "operations" - ], - "strict": false - }, - { - "name": "save-session-plugin", - "source": "./skills-personal/save-session-plugin", - "description": "Auto-save Claude session conversation with AI-generated title, summary, and tags in searchable JSON format.", - "version": "1.0.0", - "category": "workflow", - "keywords": [ - "session", - "workflow", - "productivity" - ], - "strict": false - }, - { - "name": "search-sessions-plugin", - "source": "./skills-personal/search-sessions-plugin", - "description": "Search saved Claude sessions by title, tags, date, or content.", - "version": "1.0.0", - "category": "workflow", - "keywords": [ - "session", - "workflow", - "productivity" - ], - "strict": false } ] } \ No newline at end of file