SkillSpace/skills/skill-tester/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
283 B
JSON

{
"name": "skill-tester",
"version": "0.1.0",
"description": "Validate skill files, check format compliance, and guide real-environment testing for agent skills.",
"type": "lifecycle-stage",
"stage": "test",
"tags": ["testing", "validation", "verification", "quality"]
}