symfony-docs-contribution

symfony-docs-contribution is a skill for Claude Code from Kocal/symfony-contribution-skills. It costs 48 tokens per session (1,675 once invoked), scanned A, original, MIT.

A writing guide and workflow for reStructuredText, a plain-text markup format, used in Symfony documentation and package docs.

In plain words
What is it for?
Use it when writing or reviewing .rst files for Symfony or its packages, including preparing documentation pull requests.
Why use it?
It helps keep documentation syntax, language, examples, links, and contribution steps consistent with Symfony's requirements.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the symfony-contribution-skills plugin — 2 skills shipped together

Good fit Use it when writing or reviewing .rst files for Symfony or its packages, including preparing documentation pull requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kocal/symfony-contribution-skills/symfony-docs-contribution
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.

Any agent
npx skills add Kocal/symfony-contribution-skills --skill symfony-docs-contribution
Clone the repo
git clone --depth 1 https://github.com/Kocal/symfony-contribution-skills

Made for: Claude Code.

Or install symfony-contribution-skills, the plugin that ships this one along with the rest of its 2 skills.

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 symfony-docs-contribution

README.md
[![agentmods](https://agentmods.dev/badge/skills/kocal/symfony-contribution-skills/symfony-docs-contribution/github.svg)](https://agentmods.dev/skills/kocal/symfony-contribution-skills/symfony-docs-contribution)
Your own site
<a href="https://agentmods.dev/skills/kocal/symfony-contribution-skills/symfony-docs-contribution"><img src="https://agentmods.dev/badge/skills/kocal/symfony-contribution-skills/symfony-docs-contribution/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for symfony-docs-contribution

Your own site · 80×15
<a href="https://agentmods.dev/skills/kocal/symfony-contribution-skills/symfony-docs-contribution"><img src="https://agentmods.dev/badge/skills/kocal/symfony-contribution-skills/symfony-docs-contribution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,675 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00048 $0.01675
Opus 5 $0.00024 $0.00838
Sonnet 5 $0.00010 $0.00335
Haiku 4.5 $0.00005 $0.00168

Measured 10d ago against content hash b6310863ce61, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

symfony-docs-contribution 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 10d 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.

skills/symfony-docs-contribution/SKILL.md · 110 lines

How it starts

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

When to Activate

Use when writing or editing reStructuredText (.rst) documentation for symfony/symfony-docs or for a Symfony package's own docs (bundles, UX, AI, ...). Covers RST syntax, the documentation writing standards, and the doc PR workflow.

For PHP code changes, use the symfony-code-contribution skill instead.

Core Rules

  1. US English, second person, gender-neutral. Write American English (Merriam-Webster), address the reader as "you" (never "we"), use they/them rather than he/she.
  2. RST, not Markdown. Double backticks for inline code, list markers flush to the line start, .. code-block:: <lang> for code. Single backticks and indented lists are Markdown habits — don't.
  3. Wrap prose at ~80 chars, code examples at ~85. Define hyperlinks at the bottom of the page — no inline link targets.
  4. Title Case headings with the correct underline character per level (see below).
  5. Realistic code examples that follow the Symfony coding standards and best practices — no foo/bar; use Acme as the vendor and example.com/.org/.net as domains.
  6. Target the right branch and keep one topic per PR. Docs are licensed CC BY-SA 3.0.

reStructuredText Format

Headers — underline (and for level 1, overline) with the text's exact width:

Level Char Placement
1 = over and under
2 - under
3 ~ under
4 . under
5 " under

Lists start at column 0 (no indentation). - or * for unordered, numbers for ordered.

Code blocks.. code-block:: <lang> then an indented block; default language is PHP. Common languages: php, yaml, xml, twig, html+twig, html+php, bash, terminal, json, diff, text, env, php-symfony, php-standalone, php-attributes.

.. code-block:: yaml

    framework:
        secret: '%env(APP_SECRET)%'

Multi-format config — show a config in several formats with .. configuration-block:: wrapping nested .. code-block:: directives. Use .. tabs:: / .. tab:: Name for tabbed content (e.g. install methods).

Read the full file on GitHub · 110 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. 10d ago First seen · 110 lines · 48 tokens per session scan A b6310863ce61

Subscribe to this mod's changes

symfony-docs-contribution is a skill published in the GitHub repository Kocal/symfony-contribution-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 1,675 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

boostprompt

Use quando uma necessidade de negócio ou técnica precisar de discovery estruturado em pt-BR e de um prompt de implementação autocontido.

AirtonLira/boostprompt · 30 tokens

claude-codex-bridge

Bridge Claude Code and Codex for bidirectional execution review. Use when Claude should send its result to Codex/GPT-5.5 for audit, audit Codex/GPT-5.5 handoffs, return feedback to Codex, or run an automated Claude-Codex review loop.

Jayden-X-L/claude-codex-bridge · 68 tokens

csharp-zero-gc

C# zero-GC engineering plans. Use when the user asks to make a system allocation-free, or mentions zero-GC, zero allocation, GC spikes, per-frame allocation budgets, object pooling systems, or preventing GC regressions. Produces a plan with commitment levels, acceptance criteria and regression guards, not a one-off…

tianzhiying/Unity-perf · 74 tokens

code-standards

C# coding standards and code review. Use when the user mentions coding standards or conventions, writing code to spec, defining standards for a project, cohesion and coupling, design pattern selection, or naming conventions, or wants a code review on the design and standards dimension.

tianzhiying/Unity-perf · 58 tokens

unity-performance

Unity performance optimization. Use when the user asks to optimize a class, view, function, folder or an entire module, or mentions stutter, lag, frame drops, low FPS, jank, overheating, battery drain, GC allocation, memory leaks, DrawCalls, batching, overdraw, slow loading, large build size, Profiler, PerfDog, or…

tianzhiying/Unity-perf · 102 tokens

dokmatiq-docgen

Dokmatiq DocGen skill for Codex, Claude Code, and MCP-enabled AI assistants. Use this skill when the user wants to generate, transform, or analyze documents — including PDF, DOCX, ODT, or Excel/XLSX files — with optional stationery overlay (Briefpapier/letterhead/company letterhead branding applied to generated PDFs).…

dokmatiq/docgen-sdks · 308 tokens