From 2c7e0f30f8fd44bc48795d8389f899f960ff715f Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Sun, 8 Feb 2026 19:04:55 +0900 Subject: [PATCH] chore: remove external marketplace sources Remove 4 external marketplace sources keeping only pleaseai source. Removed sources: - anthropics/claude-code (claude-code-plugins) - anthropics/skills (anthropic-agent-skills) - wshobson/agents (claude-code-workflows) - davila7/claude-code-templates (claude-code-templates) This simplifies the marketplace configuration to focus on the primary pleaseai plugin source. --- apps/web/server/marketplace-sources.json | 32 ------------------------ 1 file changed, 32 deletions(-) diff --git a/apps/web/server/marketplace-sources.json b/apps/web/server/marketplace-sources.json index 544025a3..5404b9b0 100644 --- a/apps/web/server/marketplace-sources.json +++ b/apps/web/server/marketplace-sources.json @@ -7,38 +7,6 @@ "repo": "pleaseai/claude-code-plugins", "enabled": true, "priority": 1 - }, - { - "name": "claude-code-plugins", - "description": "Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows", - "url": "https://raw.githubusercontent.com/anthropics/claude-code/main/.claude-plugin/marketplace.json", - "repo": "anthropics/claude-code", - "enabled": true, - "priority": 2 - }, - { - "name": "anthropic-agent-skills", - "description": "Anthropic example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling", - "url": "https://raw.githubusercontent.com/anthropics/skills/main/.claude-plugin/marketplace.json", - "repo": "anthropics/skills", - "enabled": true, - "priority": 3 - }, - { - "name": "claude-code-workflows", - "description": "Production-ready workflow orchestration with 62 focused plugins, 84 specialized agents, and 42 tools - optimized for granular installation and minimal token usage", - "url": "https://raw.githubusercontent.com/wshobson/agents/main/.claude-plugin/marketplace.json", - "repo": "wshobson/agents", - "enabled": true, - "priority": 4 - }, - { - "name": "claude-code-templates", - "description": "Ready-to-use Claude Code templates organized by workflow", - "url": "https://raw.githubusercontent.com/davila7/claude-code-templates/main/.claude-plugin/marketplace.json", - "repo": "davila7/claude-code-templates", - "enabled": true, - "priority": 5 } ] }