php-service-template AGENTS.md

php-service-template AGENTS.md is an instructions file for Codex, OpenCode from VilnaCRM-Org/php-service-template. It costs 513 tokens per session, scanned A, original, CC0-1.0.

Repository instructions for a Symfony and API Platform template used to build PHP microservices for VilnaCRM.

In plain words
What is it for?
Use them when modifying this template or services built from it, especially around domain code, APIs, database migrations, and automated checks.
Why use it?
They clarify the required agent workflow, container-based commands, architecture boundaries, and checks that must pass before changes are complete.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/vilnacrm-org/php-service-template/agents-md
Clone the repo
git clone --depth 1 https://github.com/VilnaCRM-Org/php-service-template

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for php-service-template AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vilnacrm-org/php-service-template/agents-md.svg)](https://agentmods.dev/instructions/vilnacrm-org/php-service-template/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/vilnacrm-org/php-service-template/agents-md"><img src="https://agentmods.dev/badge/instructions/vilnacrm-org/php-service-template/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 513 This file is loaded in full into every session.
When invoked 513 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00513 $0.00513
Opus 5 $0.00257 $0.00257
Sonnet 5 $0.00103 $0.00103
Haiku 4.5 $0.00051 $0.00051

Measured 4d ago against content hash b18d4f811662, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

php-service-template AGENTS.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 4d 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.

AGENTS.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Guidelines

php-service-template is a Symfony and API Platform microservice template for VilnaCRM services. It targets PHP 8.2+, uses Doctrine ORM migrations, ships OpenAPI and GraphQL snapshots under .github/, and keeps architecture aligned with Hexagonal, DDD, and CQRS patterns.

This file is documentation-only guidance for coding assistants. It does not add runtime AI agent features to the template.

Mandatory Workflow For AI Agents

Before making non-trivial changes:

  1. Read .claude/skills/AI-AGENT-GUIDE.md.
  2. Read .claude/skills/SKILL-DECISION-GUIDE.md.
  3. Open the matching skill file under .claude/skills/<skill>/SKILL.md.
  4. Follow the workflow in that skill before claiming the task is complete.

Working Rules

  • Use make targets first. If a target does not exist, use docker compose exec php ....
  • Do not run PHP tooling directly on the host when the repository already wraps it in Docker.
  • Fix code to satisfy checks. Do not weaken phpinsights.php, deptrac.yaml, PHPUnit coverage setup, or Infection settings to make failures disappear.
  • Keep Domain code framework-free. Validation, Doctrine mapping, and API Platform metadata belong outside Domain classes.
  • When API behavior changes, regenerate .github/openapi-spec/spec.yaml and .github/graphql-spec/spec.
  • When architecture changes, update workspace.dsl.

Verification Baseline

For application changes, run the relevant parts of this stack:

make composer-validate
make check-requirements
make check-security
make phpcsfixer
make psalm
make psalm-security
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

For documentation-only changes, run the smallest relevant subset and rely on GitHub Actions for the full matrix.

Skill Inventory

This template currently ships these Claude skills:

  • api-platform-crud
  • ci-workflow
  • complexity-management
  • deptrac-fixer
  • documentation-sync
  • load-testing
  • openapi-development
  • quality-standards
  • structurizr-architecture-sync
  • testing-workflow

Read the full file on GitHub · 65 lines

Changes

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.

  1. 4d ago First seen · 65 lines · 513 tokens per session scan A b18d4f811662

Subscribe to this mod's changes

php-service-template AGENTS.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 513 tokens to every session, about $0.0026 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.