refactor: rename github plugin to development
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "puelpan-claude",
|
||||
"name": "puelpan",
|
||||
"owner": {
|
||||
"name": "Juan Puelpan",
|
||||
"email": "juan@puelpan.com"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "github",
|
||||
"source": "./github",
|
||||
"description": "Git and Github utility commands",
|
||||
"name": "development",
|
||||
"source": "./development",
|
||||
"description": "Development utility commands",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Juan Puelpan"
|
||||
|
||||
8
development/.claude-plugin/plugin.json
Normal file
8
development/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "development",
|
||||
"description": "Collection of claude commands to ease the development process with github issues, PRs and more",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Juan Puelpan"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Excecute plan
|
||||
# Execute plan
|
||||
|
||||
Execute a plan from GitHub issue or comment: $ARGUMENTS
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "github",
|
||||
"description": "Collection of claude commands to interact with github issues, PRs and more",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Juan Puelpan"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user