SkillSpace/skills/skill-retire/skill.json
sinohqb df4635a1da Integrate SkillHub CLI into publish lifecycle
- 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
2026-07-01 20:07:32 +08:00

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"]
}