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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user