docs: fix marketplace.json path (it's in .claude-plugin/, not root)

https://claude.ai/code/session_01DREj1A7KKhNVE1RXjmg9ZH
This commit is contained in:
Claude 2026-03-11 03:28:56 +00:00
parent 10aabb39f8
commit 3d85a7e663
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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`)