Merged
Conversation
rescenic
pushed a commit
to rescenic/awesome-claude-code-subagents
that referenced
this pull request
Mar 27, 2026
- mobile-developer: Added cross-platform specific triggers and examples - nextjs-developer: Enhanced with Next.js 14+ specific patterns - react-specialist: Focused on optimization and advanced React patterns - rust-engineer: Added systems programming and memory safety examples - typescript-pro: Enhanced with type-level programming examples - python-pro: Added modern Python 3.11+ specific examples Closes VoltAgent#135, VoltAgent#136, VoltAgent#137, VoltAgent#138, VoltAgent#139, VoltAgent#140 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add symfony-specialist subagent
Summary
symfony-specialistsubagent for Symfony 6.x / 7.x / 8.0 and Doctrine ORM developmentvoltagent-langplugin version from1.0.2to1.0.3What the agent does
The
symfony-specialistis a version-aware PHP framework expert that readscomposer.lockto detect the Symfony and Doctrine versions in use, then adapts all recommendations accordingly:#[MapRequestPayload]/#[MapQueryParameter], Clock component, PHP 8.2+symfony/object-mapperfor DTO transformations, constructor extractor enabled by default,amphp/http-client 5.3.2+Coverage
DelayStamp,HandledStamp,DispatchAfterCurrentBusStamp), middleware, retry strategy with jitter, failure transport#[IsGranted], password hashers, CSRF, firewalls,scheb/2fa-bundle, NelmioSecurityBundle,composer auditdunglas/symfony-docker, Deployer, Platform.shliip/monitor-bundle, OpenTelemetryAutowireAttribute,TaggedIteratorDocumentation source
All Symfony 8.0-specific features (ObjectMapper, PHP 8.4 requirement, amphp/http-client version) were verified against the official Symfony documentation (branch 8.0).