SkillSpace/meta-skills/create-qoder-skill/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
229 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "create-qoder-skill",
"version": "0.1.0",
"description": "指导如何为 Qoder CLI 创建技能Skill",
"targetFramework": "qoder",
"type": "meta-skill",
"tags": ["qoder", "skill-creation", "guide"]
}