mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
Fix #17: Update root marketplace.json to use skills array
- Remove obsolete commands/agents arrays - Add skills array referencing ./skills/SKILL.md - Align root registration with plugin's marketplace.json format Generated by swe-agent
This commit is contained in:
@@ -172,11 +172,8 @@
|
||||
],
|
||||
"category": "essentials",
|
||||
"strict": false,
|
||||
"commands": [
|
||||
"./commands/clarif.md"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/clarif-agent.md"
|
||||
"skills": [
|
||||
"./skills/SKILL.md"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user