Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:42 +08:00
commit bb18682240
6 changed files with 711 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "playwright-skill",
"description": "Claude Code Skill for general-purpose browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp, and autonomously handles any browser automation task.",
"version": "4.0.2",
"author": {
"name": "lackeyjb"
},
"skills": [
"./skills"
]
}