By choplin
Git helper commands for complex operations like rebasing onto rewritten history
This skill should be used when the user wants to move current changes to a new branch and commit them. Triggers on phrases like "branch-commit", "ブランチを作ってコミット", "変更をブランチに切り出し", "新しいブランチにコミット", "この変更を別ブランチに", or when the user wants to create a branch from uncommitted changes. Should NOT trigger when: committing to current branch (use /commit), creating empty branch, or switching branches without changes.
Use this skill when the user wants to create a draft PR. Triggers on phrases like "draft PRを作って", "draft PRを作成", "ドラフトPRを開いて", "draft PR作って", or when the user wants to push and open a PR in draft mode.
Use this skill when the user needs to rebase onto a branch with rewritten history. Triggers on phrases like "rebase onto rewritten", "base branch was force pushed", "squash merged base", "cherry-pick my commits", or when normal rebase fails due to history rewriting.
Personal collection of Claude Code plugins.
| Plugin | Description |
|---|---|
| discuss-toolkit | Discussion and idea exploration skills |
| writing-toolkit | Document review and writing improvement skills |
| dev-workflow | Development workflow skills (ADR, continuity ledger) |
| git-helpers | Git helper skills for complex operations |
| execplan-workflow | ExecPlan-based development workflow |
| Skill | Triggers |
|---|---|
discuss | "let's discuss", "explore this idea", "brainstorm" |
name-project | "name this project", "suggest a name" |
quick-chat | "what do you think", "A vs B", "which is better" |
understand-idea | "I have an idea", "help me understand" |
| Skill | Triggers |
|---|---|
critical-review | "review critically", "critique this", "find problems" |
fact-check | "fact-check this", "verify this document" |
objective-review | "review objectively", "how does this read" |
revise-document | "revise this", "improve this writing" |
| Skill | Triggers |
|---|---|
adr | "create an ADR", "record this decision" |
continuity-ledger | Starting complex or multi-hour work sessions |
| Skill | Triggers |
|---|---|
rebase-onto-rewritten | "rebase onto rewritten", "base branch was force pushed" |
| Skill | Triggers |
|---|---|
workflow-orchestrator | Starting development tasks needing structured workflow |
Add this marketplace to your Claude Code settings:
{
"plugins": [
"/path/to/my-claude-marketplace"
]
}
Or install individual plugins:
{
"plugins": [
"/path/to/my-claude-marketplace/discuss-toolkit",
"/path/to/my-claude-marketplace/writing-toolkit"
]
}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub choplin/my-claude-marketplace --plugin git-helpersDocument review and writing improvement commands for critical review, fact-checking, and document revision
Discussion and idea exploration commands for focused conversations without implementation
Development workflow management with task assessment, spec/plan documents, and self-review capabilities
Git worktree management with wtm CLI
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns