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 skills/dirnbauer/typo3-skills/php-modernizationnpx skills add dirnbauer/typo3-skills --skill php-modernizationgit clone --depth 1 https://github.com/dirnbauer/typo3-skillsWrote 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/skills/dirnbauer/typo3-skills/php-modernization)<a href="https://agentmods.dev/skills/dirnbauer/typo3-skills/php-modernization"><img src="https://agentmods.dev/badge/skills/dirnbauer/typo3-skills/php-modernization.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.1 | $0.00102 | $0.01166 |
| Opus 5 | $0.00051 | $0.00583 |
| Sonnet 5 | $0.00020 | $0.00233 |
| Haiku 4.5 | $0.00010 | $0.00117 |
Grade C, and why
php-modernization scanned grade C with 1 finding 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 5d ago.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Never trust a warm PHPStan cache after vendor change: `rm -rf /tmp/phpstan-* var/cache/phpstan` first. The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
32 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- checkpoints.yaml 22 KB
- references/adapter-registry-pattern.md 14 KB
- references/api-platform-edges.md 11 KB
- references/contracts-and-invariants.md 11 KB
- references/core-rules.md 1.6 KB
- references/doctrine-modernization-edges.md 9.7 KB
- references/immutability-boundaries.md 9.8 KB
- references/migration-strategies.md 8.0 KB
- references/multi-agent-pitfalls.md 7.0 KB
- references/multi-version-adapters.md 8.8 KB
- references/mutation-testing.md 9.8 KB
- references/php-8.4.md 18 KB
- references/php-8.5.md 15 KB
- references/php-cs-fixer-deprecations.md 3.9 KB
- references/php8-features.md 14 KB
- references/phpstan-compliance.md 17 KB
- references/phpunit-modernization.md 7.9 KB
- references/psr-per-compliance.md 13 KB
- references/psr15-middleware-architecture.md 13 KB
- references/request-dtos.md 14 KB
- references/static-analysis-tools.md 17 KB
- references/symfony-patterns.md 18 KB
- references/type-safety.md 15 KB
- references/webconsulting-additions.md 1.7 KB
- scripts/_common.py 3.5 KB runs code
- scripts/introspect.py 5.8 KB runs code
- scripts/modernize_loop.py 15 KB runs code
- scripts/verify_php_project.py 51 KB runs code
- scripts/verify-php-project.sh 1.2 KB runs code
- templates/composer-scripts.json 648 B
- templates/github-actions/php-modernization.yml 5.0 KB
- templates/README.md 3.1 KB
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.
- 5d ago First seen · 79 lines · 102 tokens per session scan C 6ecb9224578c
php-modernization is a skill published in the GitHub repository dirnbauer/typo3-skills (4 stars, last pushed 7d ago), with no licence file. It adds 102 tokens to every session and 1,166 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
laravel-actions
Build, refactor, and troubleshoot Laravel Actions using lorisleiva/laravel-actions. Use when implementing reusable action classes (object/controller/job/listener/command), converting service classes/controllers/jobs into actions, orchestrating workflows via faked actions, or debugging action entrypoints and wiring.
laravel-specialist
Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…
laravel-best-practices
Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…
laravel-security
Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.
create-module
Scaffold a new Marko module — a self-contained Composer package with composer.json, namespaced src/, and Pest tests. Use this skill whenever the user asks to create, add, or scaffold a new Marko module or package. Concrete triggers: 'create a module named payment', 'scaffold an acme/blog package', 'add a new module…
llamaindex-development
Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.