By MarjovanLier
Agent that simplifies and refines PHP code for clarity, consistency, and maintainability while preserving functionality
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 |
| phpactor-lsp | PHP language server for refactoring and code actions |
| 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
Uses power tools
Uses Bash, Write, or Edit tools
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.
Git workflow skills: Conventional Commit messages and merge request contribution descriptions.
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.
Fun thinking-style skills and an agent: first-principles breakdowns and What Would Elon Do analysis.
npx claudepluginhub marjovanlier/claude-plugins --plugin php-code-simplifierUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.