Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:42 +08:00
commit 9a36c9187a
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git",
"description": "Git操作を支援するコマンド集ブランチ作成、コミット作成",
"version": "1.0.0",
"author": {
"name": "korosuke613",
"url": "https://github.com/korosuke613"
},
"commands": [
"./commands"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# git
Git操作を支援するコマンド集ブランチ作成、コミット作成

13
commands/create-branch.md Normal file
View File

@@ -0,0 +1,13 @@
---
allowed-tools: Bash(git status:*), Bash(git log:*), Bash(git branch), Bash(git diff:*), Read, Edit, Glob, Grep, LS
description: 現在の変更を元に新しいブランチを作成
---
# やること
現在の変更を元に新しいブランチを作成してください。
# ブランチ名の参考にする情報
- @CLAUDE.md
- 直近のコミットの確認: `git log --oneline`
- その他のブランチの確認: `git branch`

11
commands/create-commit.md Normal file
View File

@@ -0,0 +1,11 @@
---
allowed-tools: Bash(git status:*), Bash(git log:*), Bash(git branch), Bash(git diff:*), Bash(git add:*), Read, Edit, Glob, Grep, LS
description: 現在の変更を元に新しいコミットを作成
---
# やること
現在の変更を元に新しいコミットを作成してください。
# コミットメッセージの参考にする情報
- @CLAUDE.md
- 直近のコミットの確認: `git log --oneline`

49
plugin.lock.json Normal file
View File

@@ -0,0 +1,49 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:korosuke613/coding-agent-recipe:claude-plugins/git",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "1f16b72c3dd5b5bd659e0421b300482c07521cb5",
"treeHash": "12b305973a66798a1af618ebe2b56b4c3d2a01af0bc362e2e23d927cd6f10b22",
"generatedAt": "2025-11-28T10:19:56.430135Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "git",
"description": "Git操作を支援するコマンド集ブランチ作成、コミット作成",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "98a49d6e961f3ab6c7b06bc750304ac676e2ef07a07cc5dbb2601b6905404b59"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "de114b4c3091c0460f752cb629e5883e64398ca3f02b3a190c8293d608c26b85"
},
{
"path": "commands/create-branch.md",
"sha256": "45b9775ef37464b4f24a7869bf4905e51ae9104c8cf523ea190975f78be19219"
},
{
"path": "commands/create-commit.md",
"sha256": "f2ce17237f1c915e173e32a96f44a1f5fb24686a78cd171c7b3a7a2863147e4d"
}
],
"dirSha256": "12b305973a66798a1af618ebe2b56b4c3d2a01af0bc362e2e23d927cd6f10b22"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}