Local-only git workflow skills for managing stacked branches. Includes tools for splitting large branches into independently mergeable stacked PRs, and for rebasing entire stacks cleanly using git's --update-refs flag.
This skill should be used when the user asks to "rebase my stack", "update stacked branches", "propagate changes through my stack", "sync stacked branches", "rebase with update-refs", or has a chain of branches that need to stay in sync after a commit or rebase on one of them. Operates entirely locally — never pushes or writes to remote.
This skill should be used when the user asks to "split a branch", "break up a PR", "stack my changes", "create stacked branches", "decompose a branch into smaller PRs", "slice this branch into stacks", "this branch has grown too large", or wants to turn a large branch into a chain of independently mergeable, buildable, and shippable pieces. Operates entirely locally — never pushes or writes to remote.
Personal Claude Code plugin marketplace.
Add the marketplace:
/plugin marketplace add LorcanChinnock/lorcan-claude-marketplace
Then browse and install plugins:
/plugin
Or install a specific plugin directly:
/plugin install <plugin-name>@lorcan-claude-marketplace
/plugin marketplace update lorcan-claude-marketplace
Clone and point Claude at the working copy instead of GitHub:
git clone https://github.com/LorcanChinnock/lorcan-claude-marketplace.git
/plugin marketplace add /absolute/path/to/lorcan-claude-marketplace
review-management — PR lifecycle skills: describe-pr writes a conventional-commits title and humanised PR body from the raw diff vs base; handle-review processes incoming code review feedback with verify-before-implement, reasoned push-back, one item at a time, and no performative agreement. Neither skill pushes, merges, or posts to GitHub.writing — writing quality skills: humanize-text removes AI tells from prose, humanize-code cleans up verbose identifiers and padded comments, and write-doc authors technical documentation (AOs, runbooks, READMEs, RFCs, and more) with audience-aware plain language and pastel Mermaid diagrams.git-management — local-only git workflow skills for stacked branch development. stack-splitter breaks a large branch into a chain of independently mergeable stacked branches via cherry-pick. stack-rebase rebases an entire chain atomically using git rebase --update-refs (git ≥ 2.38). Never pushes or writes to remote.creative-studio — creative design skills for ideation and direction. creative-director acts as a senior UX/creative director: live-researches current AI design tropes to avoid and fresh references each session, then produces opinionated, conceptually rich design direction — named concepts, a concrete recommendation, and a curated reference list. Never relies on baked-in research.Register each new plugin by adding an entry to the plugins array in .claude-plugin/marketplace.json.
version lives in its own .claude-plugin/plugin.json (not in the marketplace entry). The Claude Code docs note that for relative-path marketplaces the spec prefers the marketplace entry, but plugin.json wins silently when both are set and keeping it with the plugin keeps the bump local to the change. Only ever set the version in one place.version in plugin.json whenever you change that plugin's skills, agents, hooks, commands, or other user-facing behavior. Patch for small tweaks, minor for new features, major for breaking changes.claude plugin validate . from the repo root before pushing. The marketplace and every plugin should validate cleanly.MIT.
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 lorcanchinnock/lorcan-claude-marketplace --plugin git-managementWriting quality skills: humanize-text removes AI tells from prose, humanize-code cleans up verbose identifiers and padded comments, and write-doc authors technical documentation (AOs, runbooks, READMEs, RFCs, and more) with audience-aware plain language and pastel Mermaid diagrams.
Use when responding to code review or other critical feedback (PR comments, design review, written critique). Enforces verify-before-implement, reasoned push-back, one-item-at-a-time execution, and no performative agreement. Includes read-only gh helpers for PR context.
PR lifecycle skills: describe-pr writes a conventional-commits title and humanised PR body from the raw diff vs base. handle-review processes incoming code review feedback — verify-before-implement, reasoned push-back, one item at a time, no performative agreement. Neither skill pushes, merges, or posts to GitHub.
Write technical docs (architecture overviews, feature designs, runbooks, getting-started guides, READMEs, tech-debt notes, how-tos, implementation plans, RFCs, and more). Asks the doc type and audience first, runs targeted clarifying questions one at a time, then drafts in plain language with structured markdown and pastel mermaid diagrams where they help. Output is humanised, with no AI tells.
Creative design skills for ideation and direction. The creative-director skill acts as a senior UX/creative director: it live-researches current AI design tropes to avoid and fresh references, then produces opinionated, conceptually rich design direction.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.