2026-01-12 Claude Code Plugin 作ってみた
Claude Code Plugin を作ってみた。
toshimaru/claude-plugins: My Claude Code Plugins
再利用しやすいように、雑にclaude commandsやらを plugin として切り出していくことにした。 » toshimaru/claude-plugins: My Claude Code Plugins https://t.co/yFeO4RbAxY
— toshimaru (@toshimaru_e) January 12, 2026
ちなみに作ったモチベーションは 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>