Initial commit
This commit is contained in:
21
.claude-plugin/plugin.json
Normal file
21
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "cc",
|
||||
"description": "Enhanced Claude Code skills with parallel execution, TDD, debugging, and collaboration patterns",
|
||||
"version": "3.4.1",
|
||||
"author": {
|
||||
"name": "seanGSISG",
|
||||
"email": "seanGSISG@mail.com"
|
||||
},
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"agents": [
|
||||
"./agents"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user