refactor: rename github plugin to development

This commit is contained in:
2025-10-17 12:21:13 -03:00
parent 657d21b723
commit a0a184bd8a
8 changed files with 13 additions and 13 deletions

View File

@@ -1,14 +1,14 @@
{ {
"name": "puelpan-claude", "name": "puelpan",
"owner": { "owner": {
"name": "Juan Puelpan", "name": "Juan Puelpan",
"email": "juan@puelpan.com" "email": "juan@puelpan.com"
}, },
"plugins": [ "plugins": [
{ {
"name": "github", "name": "development",
"source": "./github", "source": "./development",
"description": "Git and Github utility commands", "description": "Development utility commands",
"version": "1.0.0", "version": "1.0.0",
"author": { "author": {
"name": "Juan Puelpan" "name": "Juan Puelpan"

View 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"
}
}

View File

@@ -1,4 +1,4 @@
# Excecute plan # Execute plan
Execute a plan from GitHub issue or comment: $ARGUMENTS Execute a plan from GitHub issue or comment: $ARGUMENTS

View File

@@ -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"
}
}