Fix #17: Convert requirements-clarity to correct plugin directory format

- Remove commands/ and agents/ directories
- Create skills/ directory with SKILL.md
- Update marketplace.json to reference skills instead of commands/agents
- Maintain all functionality in proper Claude Skills format

Generated by swe-agent
This commit is contained in:
swe-agent[bot]
2025-10-21 03:08:42 +00:00
parent 6b06403014
commit 95b43c68fe
3 changed files with 15 additions and 76 deletions

View File

@@ -20,10 +20,7 @@
],
"category": "essentials",
"strict": false,
"commands": [
"./commands/clarif.md"
],
"agents": [
"./agents/clarif-agent.md"
"skills": [
"./skills/SKILL.md"
]
}