xdoubleu

Xdoubleu Claude Plugins — Git skill for Claude Code

Git community

Personal Claude Code plugin marketplace: generic skills for task flow, session retros, git cleanup, and GitHub issue triage.

How to install Xdoubleu Claude Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open xdoubleu/xdoubleu-claude-plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Xdoubleu Claude Plugins does

Personal Claude Code plugin marketplace: generic skills for task flow, session retros, git cleanup, and GitHub issue triage.

Alternatives in Git

  • Flow Git — Use the @flow-git agent for git operations: $ARGUMENTS 523 ★
  • Create Worktree + Spawn Agent — git worktree add ../feat-custom-templates -b feat/custom-templates origin/main cd ../feat-custom-templates && 211 ★
  • Hybrid Worktree — Start a new task in an isolated Git worktree with Hybrid Ralph PRD mode 123 ★

README

xdoubleu-claude-plugins

xdoubleu's personal Claude Code plugin marketplace: generic skills/hooks that aren't tied to any one project, so they can be installed once and reused across repos instead of being copy-pasted (and drifting) into each project's own `.claude/skills/`.

Install

/plugin marketplace add xdoubleu/xdoubleu-claude-plugins
/plugin install git-task-flow@xdoubleu-claude-plugins
/plugin install session-retro@xdoubleu-claude-plugins
/plugin install git-cleanup@xdoubleu-claude-plugins
/plugin install github-issue-triage@xdoubleu-claude-plugins
/plugin install skill-lifecycle@xdoubleu-claude-plugins
/plugin install session-hygiene@xdoubleu-claude-plugins

Maintain a persistent local clone at `~/github/claude-plugins` for editing this repo — see `plugins/skill-lifecycle`.

Plugins

  • git-task-flowtask-worktree (fresh worktree off the default branch) and ship-pr (rebase, push, open PR, auto-merge decision, watch CI to green). The generic halves of any project's own start-task/ finish-task flow; a project can wrap these with its own project-specific steps (tracking issue creation, lint/coverage/build commands, auto-merge thresholds).
  • session-retro — reflects on a session's own tool-call/CI history for concrete inefficiencies and ships the smallest fix as its own issue/PR when something real turns up.
  • git-cleanup — automatically removes local worktrees/branches for PRs already merged (including squash merges) at the start of every session (hooks/hooks.json, SessionStart), plus an on-demand skill for the same cleanup right after a merge.
  • github-issue-triagerefine-issue (single-issue refinement) and issue-triage (bulk pass: dedup, label, prioritize, split oversized issues). Config-driven via .claude/github-triage.config.json in the consuming repo — see plugins/github-issue-triage/skills/refine-issue/SKILL.md for the config shape; the skill bootstraps that file interactively