From 3d85a7e663b4f9fad16a6bcab9136a556e10be15 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 11 Mar 2026 03:28:56 +0000 Subject: [PATCH] docs: fix marketplace.json path (it's in .claude-plugin/, not root) https://claude.ai/code/session_01DREj1A7KKhNVE1RXjmg9ZH --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 831fe0b..ac7d49a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -8,7 +8,7 @@ Claude Code marketplace plugin providing AI-powered content generation skills. C ## Architecture -Skills are organized into three plugin categories in `marketplace.json` (at project root): +Skills are organized into three plugin categories in `.claude-plugin/marketplace.json`: ``` skills/ @@ -183,7 +183,7 @@ Skills that process external Markdown/HTML should treat content as untrusted: ## Plugin Configuration -`marketplace.json` (at project root) defines plugin metadata and skill paths. Version follows semver. +`.claude-plugin/marketplace.json` defines plugin metadata and skill paths. Version follows semver. The file contains: - `name`: Plugin name (`baoyu-skills`)