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.
Use when the user asks for a PR title or description, or runs /describe-pr. Reads raw diff vs base, asks heavily about why the change was made (the diff already shows what and how), then writes a conventional-commits title plus a fixed-template body (Release note, Summary, Testing, Feature flag, Follow-ups) in dropped-subject active voice. Prose follows humaniser rules.
Use when receiving 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.
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 review-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.
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.
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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
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).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.