By MarjovanLier
Git workflow skills: Conventional Commit messages and merge request contribution descriptions.
Generate a merge request or pull request contribution description (title plus one-paragraph summary) from branch commits and the JIRA ticket. Use when the user asks to write or prepare an MR/PR description, raise a merge request, or describe a finished work branch. Not for git commit messages (use the conventional-commit skill for those). Pass base and feature branch as arguments when known.
Create and validate commit messages following the Conventional Commits standard. Use when committing code, reviewing commit messages, converting existing commits to conventional format, or when someone asks about commit message formatting. Also use proactively when preparing commits to ensure compliance, and when a commit linter (commitlint or a commit-msg hook) rejects a commit message and the last commit needs correcting and amending.
A collection of plugins for Claude Code CLI.
| Plugin | Description |
|---|---|
| git-conventions | Git workflow skills: Conventional Commit messages and MR/PR contribution descriptions |
| intelephense-lsp | PHP language server for code intelligence, completion, and diagnostics |
| php-lspx | PHP language server: intelephense and phpactor multiplexed via lspx |
| php-code-simplifier | Agent that simplifies and refines PHP code for clarity and maintainability |
Add this repository as a marketplace to browse and install plugins:
# From GitHub
/plugin marketplace add MarjovanLier/claude-plugins
# Or from local clone
/plugin marketplace add /path/to/claude-plugins
Then install plugins:
/plugin install plugin-name@marjo-claude-plugins
Load a specific plugin directly:
claude --plugin-dir /path/to/plugins/plugin-name
Each plugin follows this structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin manifest
├── README.md # Plugin documentation
├── commands/ # Slash commands (/command-name)
│ └── command-name.md
├── skills/ # Model-invoked capabilities
│ └── skill-name/
│ └── SKILL.md
├── agents/ # Autonomous workers
│ └── agent-name.md
└── hooks/ # Event-driven automation
└── hooks.json
plugins/.claude-plugin/plugin.json with plugin metadatamarketplace.json in the root .claude-plugin/ directoryclaude --plugin-dir /path/to/your/plugin# Load a specific plugin
claude --plugin-dir ./plugins/php-code-simplifier
# Verify commands are registered
/help
# Test agent availability
# The agent should appear in Task tool options
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.
PHP language server: intelephense and phpactor multiplexed via lspx for completion, diagnostics, and refactoring.
Skills for maintaining a Karpathy-style LLM wiki: ingest knowledge, look it up, run checkpoints, and lint the wiki.
Agent that simplifies and refines PHP code for clarity, consistency, and maintainability while preserving functionality
Fun thinking-style skills and an agent: first-principles breakdowns and What Would Elon Do analysis.
npx claudepluginhub marjovanlier/claude-plugins --plugin git-conventionsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,916 supported skills.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.