A collection of custom Claude plugins for automating common development workflows.
npx claudepluginhub eftakhairul/claude-pluginsAutomatically creates a GitHub or GitLab Pull Request with a smart, auto-formatted semantic title derived from the branch name and PR content.
A collection of custom Claude Code plugins for automating common development workflows.
Add this plugin marketplace to your Claude Code:
/plugin marketplace add eftakhairul/claude-plugins
Automatically creates GitHub or GitLab Pull Requests with smart, auto-formatted semantic titles derived from the branch name and PR content. It supports both GitHub (gh CLI) and GitLab (glab CLI).
| Branch | Generated Title |
|---|---|
feat/create-user | [feature]: created user |
fix/login-null-pointer | [fix]: fixed null pointer crash on login |
chore/update-deps | [chore]: updated deps |
docs/api-auth-guide | [docs]: added authentication guide |
NB: gh CLI or glab CLI should be installed.
Md Eftakhairul Islam ([email protected])
Apache License 2.0 — see LICENSE.txt for details.