By ben-everly
PHP language server (Intelephense) for Claude Code with optimized file exclusions to reduce RAM usage. Replaces the official php-lsp plugin. Requires intelephense installed globally (npm install -g intelephense).
A marketplace of Claude Code plugins — skills, commands, and agents for development workflows.
Add this marketplace to Claude Code:
/plugin marketplace add ben-everly/claude-plugins
Browse available plugins:
/plugin search @ben-everly
Install a plugin:
/plugin install <plugin-name>@ben-everly
| Plugin | Description | Install |
|---|---|---|
| development-workflow | A structured development workflow covering planning, design, implementation, review, and delivery | /plugin install development-workflow@ben-everly |
| atlassian-tools | Atlassian CLI skills — Jira queries, ticket management, sprints, boards, and workflow operations | /plugin install atlassian-tools@ben-everly |
| intelephense | PHP language server (Intelephense) with optimized file exclusions to reduce RAM usage | /plugin install intelephense@ben-everly |
Each plugin lives in its own directory at the repo root with the following structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (name, version, description, author)
├── skills/ # Skills (SKILL.md files)
│ └── skill-name/
│ └── SKILL.md
├── commands/ # Slash commands (.md files)
│ └── command-name.md
├── agents/ # Agents (.md files)
│ └── agent-name.md
└── .mcp.json # MCP server config (optional)
After adding a plugin directory, register it in .claude-plugin/marketplace.json under the plugins array.
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 claimA structured development workflow covering planning, design, implementation, review, and delivery
npx claudepluginhub ben-everly/claude-plugins --plugin intelephensePHP language server
Advanced PHP programming skills for modern PHP and security patterns
Marko LSP bundle (PHP intelephense) for Claude Code.
PhpStorm plugin for advanced IDE integration
PHP and WordPress development capabilities
Comprehensive collection of specialized Rust development agents with Claude Code best practices. Includes rust-modern-apis skill for proactive suggestions of stable Rust APIs added in 1.89–1.97, loaded explicitly at session startup by rust-developer and rust-code-reviewer. team-develop skill for multi-agent collaborative development and team-debug skill for multi-agent root cause investigation (stops at consolidated review, awaits user decision on issues/epic/team-develop handoff), both via Claude Code experimental agent teams. continuous-improvement orchestrator spawns read-only rust-live-tester, rust-researcher, rust-arch-analyst, and rust-security-analyst agents for automated CI cycles; the arch-inspect and security-audit skills back the code-quality and vulnerability audits. Full-cycle SDD orchestrator with BRD/SRS/NFR pipeline (spec-from-stream skill). Autonomous tech-writer agent for user-facing documentation with progressive disclosure. rust-analyzer LSP integration for real-time code intelligence. Handoff protocol via rust-agent-handoff skill for context sharing. Adversarial critic agent for stress-testing designs. Updated for Rust Edition 2024 and modern tooling.