Initial commit
This commit is contained in:
29
.claude-plugin/plugin.json
Normal file
29
.claude-plugin/plugin.json
Normal file
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# wrangler
|
||||
|
||||
Core skills library for Claude Code: TDD, debugging, testing gates, subagent parallelization, etc.
|
||||
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: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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user