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 instructions/vilnacrm-org/php-service-template/claude-mdgit clone --depth 1 https://github.com/VilnaCRM-Org/php-service-templateWrote 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/instructions/vilnacrm-org/php-service-template/claude-md)<a href="https://agentmods.dev/instructions/vilnacrm-org/php-service-template/claude-md"><img src="https://agentmods.dev/badge/instructions/vilnacrm-org/php-service-template/claude-md.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.00326 | $0.00326 |
| Opus 5 | $0.00163 | $0.00163 |
| Sonnet 5 | $0.00065 | $0.00065 |
| Haiku 4.5 | $0.00033 | $0.00033 |
Grade A, and why
php-service-template CLAUDE.md 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 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.
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
CLAUDE.md
This repository includes a template-safe Claude skills baseline under .claude/skills/.
Start Here
- Read
AGENTS.md. - Read
.claude/skills/AI-AGENT-GUIDE.md. - Use
.claude/skills/SKILL-DECISION-GUIDE.mdto choose the right skill.
Project Snapshot
- Symfony 7 and API Platform 4
- PHP 8.2+ with a pinned Composer platform of PHP 8.3.12
- Doctrine ORM and Doctrine Migrations
- OpenAPI and GraphQL exported into
.github/ - Load tests under
tests/Load/ - Architecture captured in
workspace.dsl
Command Reference
Use the repository wrappers first:
make start
make install
make phpcsfixer
make psalm
make phpinsights
make deptrac
make setup-test-db
make unit-tests
make integration-tests
make behat
make infection
make generate-openapi-spec
make generate-graphql-spec
make load-tests
If a needed command is missing from Makefile, use docker compose exec php ... instead of host PHP commands.
Current Agent Contract
- Do not lower quality gates to make checks pass.
- Keep Domain classes free of Symfony, Doctrine attributes, and API Platform attributes.
- Prefer YAML or XML configuration for framework concerns.
- Update docs and generated specs when behavior changes.
- Treat
.claude/skills/as the primary execution guide for agent work in this template.
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 · 50 lines · 326 tokens per session scan A 5f7561c42976
php-service-template CLAUDE.md is an instructions file published in the GitHub repository VilnaCRM-Org/php-service-template (24 stars, last pushed 2mo ago), licensed CC0-1.0. It adds 326 tokens to every session, about $0.0016 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-08-30.
Other instructions, from other repositories
laravel AGENTS.md
AGENTS.md instructions for laravel/laravel, covering laravel application, prerequisites and agent setup.
instructor-php AGENTS.md
AGENTS.md instructions for cognesy/instructor-php, covering key reference files, monorepo root, individual subpackages, code style and agents package style.
FreshRSS php.instructions.md
Instructions for FreshRSS/FreshRSS, covering php files and autoloader.
LarAgent AGENTS.md
Instructions for MaestroError/LarAgent, covering purpose, key principles, planning, executing plan and testing.
phpClickHouse CLAUDE.md
Instructions for smi2/phpClickHouse, covering claude.md — phpclickhouse, project overview, principles, architecture and key notes.
real-estate-laravel copilot-instructions.md
Instructions for liberusoftware/real-estate-laravel, covering lerd, a local php development environment, architecture, dns modes, mcp tools and key conventions.