-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 824 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (30 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "tamirs-superpowers",
"version": "2.0.1",
"description": "27 bundled skills, smart worktree hooks, statusline, and MCP server stubs — plan, implement, review, debug, multi-agent setup, and audit code from one plugin.",
"author": {
"name": "Tamir Cohen",
"url": "https://github.com/Tamircohen28"
},
"homepage": "https://github.com/Tamircohen28/tamirs-superpowers",
"repository": "https://github.com/Tamircohen28/tamirs-superpowers",
"license": "MIT",
"keywords": [
"skills",
"hooks",
"developer-tools",
"mcp",
"worktree",
"workflow"
],
"skills": [
"./skills/creative",
"./skills/debugging",
"./skills/dev-workflow",
"./skills/documentation",
"./skills/mcp",
"./skills/toolkit",
"./skills/repo"
],
"mcpServers": "./.mcp.json"
}