Agent Plugins Marketplace
All plugins

git

v0.1.0

Git 提交规范与 GitHub Issue、PR 检索 workflows. Includes 2 skills.

CodexClaude CodeAgent Plugins2 Skills

By BaiJunjie0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install git for Codex and Claude Code

Installs for the current user
codex plugin marketplace add baijunjie/agent-skills
codex plugin marketplace upgrade bjj-agent-skills
codex plugin add git@bjj-agent-skills

Paste and run these commands in a terminal with Codex. They add and refresh the bjj-agent-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “git-6” remain stable.

  • Codex: git-6@agent-plugin-marketplacegit@bjj-agent-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/baijunjie/agent-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/git/.

Plugin files

plugins/git/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/commit/SKILL.md
└── skills/find-issues/SKILL.md

Included Skills2

commitskills/commit/SKILL.md

按 Conventional Commits 规范生成 Git 提交。用于提交代码、撰写 commit message、选择 type/scope、归纳多点改动等场景。

find-issuesskills/find-issues/SKILL.md

在指定的 Git 仓库中搜索与问题描述相关的 Issue 和 PR。用于"这个问题上游有人提过吗""帮我搜下 xxx 仓库的 issue""查查有没有相关 PR"等场景。

Plugin manifests3

plugins/git/.codex-plugin/plugin.json
{
  "name": "git",
  "version": "0.1.0",
  "description": "Git 提交规范与 GitHub Issue、PR 检索 workflows",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills",
  "skills": "./skills/",
  "interface": {
    "displayName": "Git Workflows",
    "shortDescription": "提交信息与 Issue、PR 检索",
    "longDescription": "生成 Conventional Commits 提交信息,并检索 GitHub 仓库中的相关 Issue 和 PR。",
    "developerName": "BaiJunjie",
    "category": "Development",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "为当前改动生成提交信息。"
    ]
  }
}
plugins/git/.claude-plugin/plugin.json
{
  "name": "git",
  "version": "0.1.0",
  "description": "Git 提交规范与 GitHub Issue、PR 检索 workflows",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills"
}
plugins/git/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "git",
  "version": "0.1.0",
  "description": "Git 提交规范与 GitHub Issue、PR 检索 workflows",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[git on Agent Plugins Marketplace](https://pluginsmp.com/plugins/git-6)