Initial commit
This commit is contained in:
31
.claude-plugin/plugin.json
Normal file
31
.claude-plugin/plugin.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user