Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:55 +08:00
commit 9614aab3d6
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "james-claude-code",
"description": "James's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development",
"version": "1.0.0",
"author": "James",
"mcp": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"description": "Access up-to-date documentation for any library"
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"description": "Browser automation and web testing capabilities"
},
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"description": "Supabase database operations and management"
}
}
}