Skip to content

t1k-config-web.json

registryVersion: 1 · priority: 90

Webapp kit — web development context with package.json

FlagValue
mcpfalse
telemetrytrue

Raw JSON (ground truth)
{
"context": {
"description": "Requires Node.js project with package.json",
"requiredFeatures": [],
"requiredPaths": [
"package.json"
]
},
"description": "Webapp kit — web development context with package.json",
"features": {
"mcp": false,
"telemetry": true
},
"kitName": "theonekit-web",
"mcp": {
"recommended": [
{
"installCmd": "claude mcp add chrome-devtools -s user -- npx -y chrome-devtools-mcp@latest",
"name": "t1k-web-testing-chrome-devtools",
"purpose": "Browser DevTools for console, network, and performance analysis",
"verifyTool": "mcp__chrome-devtools__"
}
],
"required": [
{
"installCmd": "claude mcp add playwright -s user -- npx @playwright/mcp@latest --headless",
"name": "playwright",
"purpose": "Browser automation for E2E testing and visual regression",
"verifyTool": "mcp__playwright__"
}
]
},
"priority": 90,
"registryVersion": 1,
"repos": {
"primary": "The1Studio/theonekit-web"
}
}