- 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
276 B
JSON
9 lines
276 B
JSON
{
|
|
"name": "skill-retire",
|
|
"version": "0.2.0",
|
|
"description": "Manage skill deprecation with graceful retirement workflow, migration guidance, and archival.",
|
|
"type": "lifecycle-stage",
|
|
"stage": "retire",
|
|
"tags": ["retire", "deprecate", "archive", "end-of-life"]
|
|
}
|