-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"name": "claude-code-plugin",
"version": "6.5.2",
"description": "Claude Code plugin marketplace: setup, main-agent planning trio (/ac:plan + /ac:execute + /ac:wisdom) with autonomous execution mode and auto-execute approval option, creator toolkit, SessionStart + PreCompact hooks, plus companion plugins (git, GitHub, frontend, LSP)",
"author": "Anilcan Cakir",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anilcancakir/claude-code-plugin.git"
},
"keywords": [
"claude-code",
"claude-code-plugin",
"setup",
"creator-skills",
"claude-md",
"planning",
"hooks",
"kodizm-mcp"
],
"files": [
".claude-plugin/",
"plugins/",
"README.md",
"LICENSE"
]
}