mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-13 22:29:48 +08:00
docs: fix marketplace.json path (it's in .claude-plugin/, not root)
https://claude.ai/code/session_01DREj1A7KKhNVE1RXjmg9ZH
This commit is contained in:
@@ -8,7 +8,7 @@ Claude Code marketplace plugin providing AI-powered content generation skills. C
|
|||||||
|
|
||||||
## Architecture
|
## 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/
|
skills/
|
||||||
@@ -183,7 +183,7 @@ Skills that process external Markdown/HTML should treat content as untrusted:
|
|||||||
|
|
||||||
## Plugin Configuration
|
## 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:
|
The file contains:
|
||||||
- `name`: Plugin name (`baoyu-skills`)
|
- `name`: Plugin name (`baoyu-skills`)
|
||||||
|
|||||||
Reference in New Issue
Block a user