Claude Code Plugin を作ってみた。

toshimaru/claude-plugins: My Claude Code Plugins

ちなみに作ったモチベーションは Claude Pro の usage limit を食い潰しそうになっていて、git commitだけなら安モデルでいいか、となったから。

サンプル

作った commands sample はこんな感じ。

---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*), Bash(git log:*), Bash(git diff:*)
description: Create a git commit
model: claude-haiku-4-5-20251001
---

Create a git commit with the following Co-authored-by trailer:

Co-Authored-By: Claude Code <noreply@anthropic.com>