SkillSpace/skills/skill-publisher/skill.json
sinohqb 4fe53197c4 Initial commit: SkillSpace project structure
- 5 agent frameworks: Qoder, Claude Code, Codex, OpenClaw, Hermes Agent
- 9 lifecycle skills: lifecycle router, discover, create, test, audit, debug, update, publish, retire
- 5 framework-specific meta-skills with specs and guides
- OpenClaw meta-skill enriched with ClawHub official ecosystem data
- Per-framework directories with skills/, versions/, publish/, docs/
2026-07-01 19:23:58 +08:00

9 lines
287 B
JSON

{
"name": "skill-publisher",
"version": "0.1.0",
"description": "Publish skills to SkillHub and other platforms with pre-publish checklist and platform-specific guidance.",
"type": "lifecycle-stage",
"stage": "publish",
"tags": ["publish", "deploy", "release", "skillhub"]
}