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"
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# claude-code-plugins
|
||||
|
||||
Kristof's Claude Code plugins
|
||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:krzko/claude-code-plugins:",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "41739fe3a3c27612585dfd5cc9b0e78c0efbfe33",
|
||||
"treeHash": "438ca1c64d17b215730bbc8d238fcf34a05933c87236faa001391868b235d017",
|
||||
"generatedAt": "2025-11-28T10:19:59.741707Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "claude-code-plugins",
|
||||
"description": "Kristof's Claude Code plugins",
|
||||
"version": null
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "aac0602eb95d46f6853fd70b81fef094ba314cc57c9116b4b8050b6eb046568d"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "b9a442043ecf597ec39d51a93afecb5c4ab0eb2e2fc131d5bc893047bce4f1db"
|
||||
}
|
||||
],
|
||||
"dirSha256": "438ca1c64d17b215730bbc8d238fcf34a05933c87236faa001391868b235d017"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user