Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:44 +08:00
commit 91afff9fe2
3 changed files with 73 additions and 0 deletions

View 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": {}
}
}
}