Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:20 +08:00
commit b92d349a51
9 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ui-tests",
"description": "Claude Code Skill for web testing and browser automation with Playwright. Auto-detects dev servers, saves test scripts and screenshots to your working directory.",
"version": "1.0.0",
"author": {
"name": "Claude Craftkit"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}