From b35adebfaefd5ba2b64b16c252a2bb453dd452e9 Mon Sep 17 00:00:00 2001 From: stitch840607 Date: Wed, 4 Feb 2026 19:24:04 +0800 Subject: [PATCH] fix: add missing 'skills' field to plugin.json for skill loading (#171) The plugin.json files were missing the "skills" field which is required for Claude Code to locate and load skills from each plugin directory. Added "skills": "./" to 6 team-level plugin.json files: - c-level-advisor - engineering-team - marketing-skill - product-team - project-management - ra-qm-team Co-authored-by: shawn.yang --- c-level-advisor/.claude-plugin/plugin.json | 3 ++- engineering-team/.claude-plugin/plugin.json | 3 ++- marketing-skill/.claude-plugin/plugin.json | 3 ++- product-team/.claude-plugin/plugin.json | 3 ++- project-management/.claude-plugin/plugin.json | 3 ++- ra-qm-team/.claude-plugin/plugin.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/c-level-advisor/.claude-plugin/plugin.json b/c-level-advisor/.claude-plugin/plugin.json index 5728a40..9b41026 100644 --- a/c-level-advisor/.claude-plugin/plugin.json +++ b/c-level-advisor/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" } diff --git a/engineering-team/.claude-plugin/plugin.json b/engineering-team/.claude-plugin/plugin.json index 4e538c8..d58396f 100644 --- a/engineering-team/.claude-plugin/plugin.json +++ b/engineering-team/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" } diff --git a/marketing-skill/.claude-plugin/plugin.json b/marketing-skill/.claude-plugin/plugin.json index 9fcc08a..56c40b8 100644 --- a/marketing-skill/.claude-plugin/plugin.json +++ b/marketing-skill/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/marketing-skill", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" } diff --git a/product-team/.claude-plugin/plugin.json b/product-team/.claude-plugin/plugin.json index 9704d4c..e027f6a 100644 --- a/product-team/.claude-plugin/plugin.json +++ b/product-team/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/product-team", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" } diff --git a/project-management/.claude-plugin/plugin.json b/project-management/.claude-plugin/plugin.json index 391915f..983d969 100644 --- a/project-management/.claude-plugin/plugin.json +++ b/project-management/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/project-management", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" } diff --git a/ra-qm-team/.claude-plugin/plugin.json b/ra-qm-team/.claude-plugin/plugin.json index 42fb115..e0c5c84 100644 --- a/ra-qm-team/.claude-plugin/plugin.json +++ b/ra-qm-team/.claude-plugin/plugin.json @@ -8,5 +8,6 @@ }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/ra-qm-team", "repository": "https://github.com/alirezarezvani/claude-skills", - "license": "MIT" + "license": "MIT", + "skills": "./" }