Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:44 +08:00
commit 51eac46940
41 changed files with 5371 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "mcp-chrome-devtools-skill",
"version": "1.0.0",
"description": "Claude Code skill scripts for chrome-devtools MCP server",
"type": "module",
"dependencies": {
"axios": "^1.6.2",
"commander": "^11.1.0"
},
"keywords": [
"mcp",
"claude-code",
"skill",
"chrome-devtools"
],
"author": "",
"license": "MIT"
}