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": "claude-code-plugins",
|
||||
"description": "Kristof's Claude Code plugins",
|
||||
"version": "0.0.0-2025.11.28",
|
||||
"author": "Kristof",
|
||||
"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