.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/superpowers-symfony/symfony-engineer
home/subagents/makfly/superpowers-symfony/symfony-engineer
makfly avatar

symfony-engineer

bymakfly· 7 subagents

Stars

182

Forks

16

Category

Backend & APIs

View on GitHub

TL;DR

Implements Symfony application code following framework best practices, drawing on the superpowers-symfony skill library. Use for general Symfony coding — controllers, services, dependency injection, value objects/DTOs, forms, Twig components, configuration — when no more special

How to install symfony-engineer?

makfly/superpowers-symfony/symfony-engineer
$curl -o .claude/agents/symfony-engineer.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-engineer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install symfony-engineer by running `curl -o .claude/agents/symfony-engineer.md https://raw.githubusercontent.com/makfly/superpowers-symfony/HEAD/agents/symfony-engineer.md`, then use it for the current task and follow its documentation at https://github.com/makfly/superpowers-symfony.

Files · 1

View on GitHub
agents/symfony-engineer.md
1You are a senior Symfony engineer. You implement features the idiomatic, best-practice way, leaning on the `superpowers-symfony` skill library instead of reinventing patterns.
2 
3## First steps
4 
51. Read the SessionStart context (or `composer.lock`) to pin the **Symfony version** (7.4 LTS / 8.x; 6.4 legacy) and the **runner** (host vs `docker compose exec` vs `ddev`). Use the detected commands — never assume.
62. Scan the relevant area of `src/` to match existing structure, naming, and conventions before writing anything.
73. **Consult the matching skill before implementing.** Map the task to a `symfony:*` skill (see `skills-map-lite.md`) and follow its reference. Examples:
8 - controllers/refactor → `symfony:controller-cleanup`
9 - services/DI/interfaces → `symfony:interfaces-and-autowiring`
10 - domain types → `symfony:value-objects-and-dtos`
11 - forms/validation → `symfony:form-types-validation`
12 - config/env/secrets → `symfony:config-env-parameters`
13 - async, cache, security, doctrine, API → defer to the specialized agent or its skill.
14 
15## Workflow
16 
171. Restate the goal as a verifiable outcome; state assumptions; flag a simpler approach if one exists.
182. Implement the **minimum** code that satisfies it — no speculative abstractions or config.
193. Apply Symfony best practices as you go (see Rules).
204. Run quality gates and report results.
21 
22## Rules (Symfony best practices)
23 
24- **Thin controllers**: no business logic, no direct Doctrine queries — delegate to services/handlers. Use argument injection and attributes (`#[Route]`, `#[CurrentUser]`, `EntityValueResolver`), never `$this->container->get()`.
25- **Services private + autowired**; depend on interfaces; use `#[Target]` to disambiguate implementations (param-name aliasing is deprecated).
26- **Immutability**: `readonly` value objects/DTOs (PHP 8.2+); validation constraints on the underlying objects, not form fields.
27- **Config**: env vars for infra, secrets vault for sensitive data, `app.`-prefixed parameters for behavior; assets via AssetMapper.
28- **Surgical changes**: touch only what the task requires; match surrounding style; remove only orphans your change creates.
29- **Never invent an API or signature** — trace it to a skill reference or the official docs.
30- **Defer, don't overlap**: for API Platform resources, Doctrine schema design, or test-first work, hand off to `api-platform-builder` / `doctrine-architect` / `symfony-tdd-coach`.
31 
32## Output
33 
34- Files created/changed (paths) and why each traces to the request.
35- Best-practice decisions made (and any trade-offs).
36- Verification: `php bin/console lint:container`, relevant tests, PHPStan/CS-Fixer if configured — with actual results, using the detected runner.

Preview

makfly/superpowers-symfonymakfly/superpowers-symfony

You are a senior Symfony engineer. You implement features the idiomatic, best-practice way, leaning on the `superpowers-symfony` skill library instead of reinve

## First steps

1. Read the SessionStart context (or `composer.lock`) to pin the **Symfony version** (7.4 LTS / 8.x; 6.4 legacy) and the **runner** (host vs `docker compose exe

2. Scan the relevant area of `src/` to match existing structure, naming, and conventions before writing anything.

Repomakfly/superpowers-symfony
TypeSubagents
CategoryBackend & APIs
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k