Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "working-in-monorepos",
|
||||
"description": "Navigate and execute commands in monorepo subprojects",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Josh Nichols",
|
||||
"email": "josh@technicalpickles.com"
|
||||
},
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"commands": [
|
||||
"./commands"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user