mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-15 03:32:43 +08:00
- 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
27 lines
679 B
JSON
27 lines
679 B
JSON
{
|
|
"name": "requirements-clarity",
|
|
"source": "./",
|
|
"description": "Transforms vague requirements into actionable PRDs through systematic clarification with 100-point scoring system",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"requirements",
|
|
"clarification",
|
|
"prd",
|
|
"specifications",
|
|
"quality-gates",
|
|
"requirements-engineering"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"skills": [
|
|
"./skills/SKILL.md"
|
|
]
|
|
}
|