Files
2025-11-29 17:55:23 +08:00

21 lines
511 B
JSON

{
"name": "website-debug",
"description": "Frontend website debugging toolkit with browser automation, visual verification, and self-debugging capabilities. Includes specialized agents for CSS, JavaScript, responsive testing, and performance analysis.",
"version": "1.0.0",
"author": {
"name": "Anthem",
"email": "AnthemFlynn@users.noreply.github.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}