Skip to content

Commit 074f72f

Browse files
chore: update marketplace owner name
1 parent d1453dc commit 074f72f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "copilot-cli-things",
33
"owner": {
4-
"name": "pgZack"
4+
"name": "Poorgramer-Zack"
55
},
66
"metadata": {
77
"description": "Curated plugins and extensions for GitHub Copilot CLI",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Plugins bundle agents, skills, hooks, and MCP configs into distributable package
5454

5555
```bash
5656
# Register the marketplace
57-
copilot plugin marketplace add pgZack/copilot-cli-things
57+
copilot plugin marketplace add Poorgramer-Zack/copilot-cli-things
5858

5959
# Browse available plugins
6060
copilot plugin marketplace browse copilot-cli-things

plugins/copilot-cli-configurator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Configure Copilot CLI — custom instructions, hooks, MCP servers, custom agents, plugins, extensions, and loading order",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["config", "setup", "instructions", "hooks", "mcp", "agents"],

plugins/create-extension/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Build Copilot CLI extensions — extension.mjs, hooks, tools, events, SDK API, JSON-RPC lifecycle",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["extension", "sdk", "tools", "hooks", "events"],

plugins/hookify/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Create custom hooks from conversation analysis or explicit rules — lightweight markdown-based pattern matching with warn/block actions",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["hooks", "guardrails", "patterns", "rules", "safety"],

plugins/mcp-builder/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Build and test MCP servers in TypeScript or Python — tool design, schemas, transports, evaluation",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["mcp", "server", "typescript", "python", "tools"],

plugins/plugin-dev/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Plugin development toolkit — 7 specialized skills covering hooks, MCP integration, agents, settings, structure, and distribution",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["plugin", "development", "toolkit", "scaffold"],

plugins/skill-creator/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Skill development lifecycle — create, edit, test, benchmark, and optimize SKILL.md files with evals",
44
"version": "0.1.0",
55
"author": {
6-
"name": "pgZack"
6+
"name": "Poorgramer-Zack"
77
},
88
"license": "MIT",
99
"keywords": ["skill", "eval", "benchmark", "testing", "development"],

0 commit comments

Comments
 (0)