Files
gh-marcioaltoe-claude-craft…/.claude-plugin/plugin.json
2025-11-30 08:39:20 +08:00

14 lines
349 B
JSON

{
"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"
]
}