diff --git a/skills/qa-only/README.md b/skills/qa-only/README.md new file mode 100644 index 0000000..8f6e444 --- /dev/null +++ b/skills/qa-only/README.md @@ -0,0 +1,5 @@ +# qa-only + +Version: 1.0.0 + +Exported by Skill-Adapter \ No newline at end of file diff --git a/skills/qa-only/skill.json b/skills/qa-only/skill.json new file mode 100644 index 0000000..e4c8128 --- /dev/null +++ b/skills/qa-only/skill.json @@ -0,0 +1,15 @@ +{ + "name": "qa-only", + "version": "1.0.0", + "description": "", + "author": "", + "license": "MIT", + "keywords": [], + "main": "skill.md", + "compatibility": { + "platforms": [ + "claude-code", + "openclaw" + ] + } +} \ No newline at end of file diff --git a/skills/qa-only/skill.md b/skills/qa-only/skill.md new file mode 100644 index 0000000..15cecd6 --- /dev/null +++ b/skills/qa-only/skill.md @@ -0,0 +1,3 @@ +# qa-only + +Skill content \ No newline at end of file