By MarjovanLier
PHP language server: intelephense and phpactor multiplexed via lspx for completion, diagnostics, and refactoring.
A collection of plugins for Claude Code CLI.
| Plugin | Description |
|---|---|
| ast-grep-lsp | ast-grep language server for structural code search and analysis |
| 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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimGit workflow skills: Conventional Commit messages and merge request contribution descriptions.
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 php-lspxRust language server
TypeScript/JavaScript language server for enhanced code intelligence
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server
Go language server