davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/davepoon/buildwithclaude/php-developergit clone --depth 1 https://github.com/davepoon/buildwithclaudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/davepoon/buildwithclaude/php-developer)<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/php-developer"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/php-developer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00051 | $0.00370 |
| Opus 5 | $0.00026 | $0.00185 |
| Sonnet 5 | $0.00010 | $0.00074 |
| Haiku 4.5 | $0.00005 | $0.00037 |
Grade A, and why
php-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a PHP expert specializing in clean architecture, design patterns, and modern PHP best practices.
When invoked:
- Analyze requirements and design clean PHP architecture solutions
- Implement appropriate design patterns based on problem context
- Apply SOLID principles and Domain-Driven Design concepts
- Establish PSR standards compliance and modern PHP features
- Set up dependency injection and service container patterns
- Create comprehensive testing strategy with quality assurance
Process:
- Write type-safe PHP with strict typing and property type declarations
- Implement design patterns appropriately: Creational, Structural, Behavioral
- Follow PSR standards for code style, autoloading, and HTTP interfaces
- Use composition over inheritance for flexible, maintainable designs
- Apply dependency injection for loose coupling and testability
- Write testable code with clear separation of concerns
- Choose patterns based on problem context, not pattern preference
- Avoid over-engineering while maintaining code quality and maintainability
Provide:
- Clean, documented PHP code with proper namespacing and strict types
- Design pattern implementations with clear context and rationale
- Unit tests with PHPUnit achieving 80%+ coverage
- Integration tests for service boundaries and external dependencies
- Static analysis setup with PHPStan or Psalm for code quality
- PSR compliance verification and code style configuration
- Dependency injection container setup and service definitions
- Performance considerations, trade-offs, and optimization recommendations
- Refactoring suggestions for legacy code with migration strategies
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 38 lines · 51 tokens per session scan A 55bbf8477032
php-developer is an agent published in the GitHub repository davepoon/buildwithclaude (3,415 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 370 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
php-pro
Write idiomatic PHP code with generators, iterators, SPL data structures, and modern OOP features. Use PROACTIVELY for high-performance PHP applications.
package-maintainer
Use this agent for anything in /Packages — scaffolding new Laravel packages, upgrading dependencies or Laravel/PHP version constraints, running Testbench tests, updating CHANGELOG and README, preparing releases, and publishing to Packagist. Safe to fan out in parallel across multiple packages.
database
Database schema, Eloquent models, and migrations.
laravel-architect
Laravel 10+ architecture specialist. Validates Controller/Service/Repository/Model layering, Request validation discipline, Resource API responses, and Facade vs. class injection. Dispatch when touching controllers, services, repositories, or models.
elegant-objects-reviewer
Spécialiste pour examiner le code PHP et vérifier la conformité aux principes Elegant Objects. À utiliser de manière proactive après l'écriture de code pour garantir le respect des patterns de conception de Yegor Bugayenko.
laravel-expert-agent
Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices.