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/smnandre/symfony-ux-skills/agents-mdgit clone --depth 1 https://github.com/smnandre/symfony-ux-skillsWhat 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.00382 | $0.00382 |
| Opus 5 | $0.00191 | $0.00191 |
| Sonnet 5 | $0.00076 | $0.00076 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
symfony-ux-skills 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 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- symfony-ux-skills GEMINI.md — 100% identical, 0 lines differ
- symfony-ux-skills CLAUDE.md — 100% identical, 0 lines differ
What it actually says
Symfony UX Frontend Stack
This project uses the Symfony UX frontend stack. Seven agent skills are installed to help you work with it.
Which tool to use
- Pure JS behavior, no server round-trip -- use the
stimulusskill - Navigation, partial page updates -- use the
turboskill - Reusable static UI component -- use the
twig-componentskill - Reactive component that re-renders on user input -- use the
live-componentskill - SVG icons (local or Iconify) -- use the
ux-iconsskill - Interactive maps (Leaflet / Google Maps) -- use the
ux-mapskill - Not sure which one fits -- use the
symfony-uxskill (orchestrator / decision tree)
Key rules
- Always render
{{ attributes }}on the root element of a LiveComponent - Prefer HTML syntax (
<twig:Alert />) over Twig syntax ({% component 'Alert' %}) - Use
data-model="debounce(300)|field"for text inputs in LiveComponents - Stimulus controllers must clean up listeners and observers in
disconnect() - Turbo Frame IDs must match between the page and the server response
- Use Turbo Streams when updating multiple page sections; use Frames for a single section
<twig:Turbo:Stream:Append>syntax is available since Symfony UX 2.22+- Prefer
<twig:ux:icon name="..." />over{{ ux_icon('...') }}for consistency - Map containers must have an explicit height (
style="height: 400px;") - Use
fitBoundsToMarkers()instead of manually calculating center/zoom - Lock on-demand icons before deploying:
php bin/console ux:icons:lock
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 · 28 lines · 382 tokens per session scan A 847ae92b0aae
symfony-ux-skills AGENTS.md is an instructions file published in the GitHub repository smnandre/symfony-ux-skills (171 stars, last pushed 2mo ago), licensed MIT. It adds 382 tokens to every session, about $0.0019 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
skills AGENTS.md
Instructions for bitwise-media-group/skills, covering bitwise skills — repository conventions, layout, dual manifests (claude + codex), skill frontmatter policy and progressive disclosure.
agent-skills AGENTS.md
AGENTS.md instructions for motherduckdb/agent-skills, covering motherduck skills -- agent guide, repo shape, non-negotiable content rules, product defaults to preserve and editing rules.
agent-skills CLAUDE.md
Claude Code instructions for motherduckdb/agent-skills, covering motherduck skills -- claude code context, what motherduck is, default routing, install notes and non-negotiable rules.
agent-skills GEMINI.md
Gemini CLI instructions for motherduckdb/agent-skills, covering motherduck skills for gemini cli, default routing, skill catalog, utility and workflow.
toolshed CLAUDE.md
Claude Code instructions for knitli/toolshed, covering claude.md, what this is, commands, architecture and version sync.
skills CLAUDE.md
Instructions for bitwise-media-group/skills, a project described as: Coding agent marketplace for skills used by the BitWise Media Group.