From 78b35144fb049f896269998cce97532d3e7a0c11 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Thu, 19 Feb 2026 21:00:06 -0500 Subject: [PATCH] fix: remove redundant plugin.json in favor of marketplace.json marketplace.json is the correct manifest for multi-plugin repos, matching the Anthropic pattern. Signed-off-by: Yordis Prieto --- .claude-plugin/plugin.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json deleted file mode 100644 index cbf09b2..0000000 --- a/.claude-plugin/plugin.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "trogonstack-agentskills", - "version": "0.2.0", - "description": "TrogonStack agent skills — modular, reusable capabilities for Claude-powered agents", - "author": { - "name": "TrogonStack", - "url": "https://github.com/TrogonStack" - }, - "homepage": "https://github.com/TrogonStack/agentskills", - "repository": "https://github.com/TrogonStack/agentskills", - "license": "MIT", - "keywords": [ - "trogonstack", - "diataxis", - "eventmodeling" - ], - "skills": "./skills/" -}