pkc918/git
v0.0.1Apache-2.0
Git, GitHub (gh), and GitLab (glab) workflows
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "git",
"description": "Git, GitHub (gh), and GitLab (glab) workflows",
"version": "0.0.1",
"author": {
"name": "青椒肉丝",
"url": "https://github.com/pkc918"
},
"homepage": "https://github.com/pkc918/skills",
"repository": "https://github.com/pkc918/skills",
"license": "Apache-2.0",
"keywords": [
"git",
"gh",
"github",
"glab",
"gitlab"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Git",
"shortDescription": "Git, GitHub, and GitLab CLI workflows",
"longDescription": "Git operations, GitHub pull requests, issues, Actions and releases with gh, and GitLab merge requests, issues, pipelines and releases with glab. General and operation-specific skills share command references.",
"developerName": "青椒肉丝",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": "Use the git skill to help with my Git workflow."
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai