From 914ae6619da40018fe31761eb75a32117bf51fb1 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:36:07 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 31 ++++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..26a01d8 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1514ede --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# claude-code-plugins + +Kristof's Claude Code plugins diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..ddc8d9a --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file