- Rewrite skill-publisher with 7-step flow: target → checklist → format adaptation → dry-run → publish → verify → registry update - Add format adapter: skill.json + prompt.md → SKILL.md for Qoder/Codex/Claude Code - Add namespace auto-mapping for 4 frameworks (sola-*-work) - Update skill-discover with SkillHub as primary search source - Update skill-retire with skillhub remove --remote for server-side deletion - Add SkillHub platform section to README
9 lines
328 B
JSON
9 lines
328 B
JSON
{
|
|
"name": "skill-discover",
|
|
"version": "0.2.0",
|
|
"description": "Research existing skills across platforms, analyze framework capabilities, and assess feasibility before creating a new skill.",
|
|
"type": "lifecycle-stage",
|
|
"stage": "discover",
|
|
"tags": ["research", "discovery", "feasibility", "competitive-analysis"]
|
|
}
|