From 91afff9fe2a4e6087f639e347a42924d840fde9a Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:53:44 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 29 +++++++++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 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..152c5de --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,29 @@ +{ + "name": "wrangler", + "description": "Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc.", + "version": "1.0.0", + "author": { + "name": "Sam", + "email": "" + }, + "mcp": { + "wrangler-mcp": { + "command": "node", + "args": [ + "${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js" + ], + "env": { + "WRANGLER_MCP_DEBUG": "false", + "WRANGLER_ISSUES_DIRECTORY": ".wrangler/issues", + "WRANGLER_SPECIFICATIONS_DIRECTORY": ".wrangler/specifications" + } + }, + "figma": { + "command": "node", + "args": [ + "/Users/sam/medb/code/figma-mcp-write-server/dist/index.js" + ], + "env": {} + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbb0e7a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# wrangler + +Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..fd3e1ff --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:samjhecht/wrangler:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "0f57c7ca51dd8b24591e9d831745b89105e1506b", + "treeHash": "431316c3aab10dd35778f8aeb31fb543fbe9b5051e219af5c9232b6530a966c5", + "generatedAt": "2025-11-28T10:28:07.246393Z", + "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": "wrangler", + "description": "Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "fcfa42444ce2f2021292b9a005dfdcc502b786f66eb7e41db6ea800a1bee74ab" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "bc538575b8c50dec6a7aabf28a0bc518ac87379091deade502448ad4f5ef27d3" + } + ], + "dirSha256": "431316c3aab10dd35778f8aeb31fb543fbe9b5051e219af5c9232b6530a966c5" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file