Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

superpowers-symfony

يحتوي superpowers-symfony على 44 من skills المجمعة من MakFly، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
44
Stars
175
محدث
2026-06-16
Forks
16
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

symfony-api-platform-dto-resources
مطوّرو البرمجيات

Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts

2026-06-16
symfony-api-platform-filters
مطوّرو البرمجيات

Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy

2026-06-16
symfony-api-platform-resources
مطوّرو البرمجيات

Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned REST/GraphQL APIs

2026-06-16
symfony-api-platform-security
مطوّرو البرمجيات

Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access control

2026-06-16
symfony-api-platform-serialization
مطوّرو البرمجيات

Control API Platform serialization with groups,

2026-06-16
symfony-api-platform-state-providers
مطوّرو البرمجيات

Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval and persistence from entities

2026-06-16
symfony-api-platform-tests
محللو ضمان جودة البرمجيات والمختبرون

Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication

2026-06-16
symfony-api-platform-versioning
مطوّرو البرمجيات

Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to versioning; plus path/header strategies

2026-06-16
symfony-bootstrap-check
مطوّرو البرمجيات

Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements

2026-06-16
symfony-brainstorming
مطوّرو البرمجيات

Structured brainstorming for Symfony projects - explore requirements, identify components, and plan architecture collaboratively

2026-06-16
symfony-config-env-parameters
مطوّرو البرمجيات

Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings

2026-06-16
symfony-controller-cleanup
مطوّرو البرمجيات

Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands

2026-06-16
symfony-cqrs-and-handlers
مطوّرو البرمجيات

Implement CQRS in Symfony with separate Command and Query buses/handlers using the Messenger component

2026-06-16
symfony-daily-workflow
مطوّرو البرمجيات

Daily development workflow for Symfony projects including common tasks, debugging, and productivity tips

2026-06-16
symfony-doctrine-batch-processing
مطوّرو البرمجيات

Process large datasets with Doctrine (ORM 3 toIterable, flush+clear, bulk DQL) and memory management

2026-06-16
symfony-doctrine-events
مطوّرو البرمجيات

React to Doctrine entity lifecycle in Symfony with attribute listeners (#[AsDoctrineListener]/#[AsEntityListener], ORM 3) and lifecycle callbacks

2026-06-16
symfony-doctrine-fetch-modes
مطوّرو البرمجيات

Optimize Doctrine fetching with DTO hydration (SELECT NEW; partial removed in ORM 3), lazy loading, query hints, and DBAL 4 access

2026-06-16
symfony-doctrine-fixtures-foundry
مطوّرو البرمجيات

Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences, and relationships

2026-06-16
symfony-doctrine-migrations
مطوّرو البرمجيات

Create and manage Doctrine migrations (lib 4.x) for schema versioning; handle dependencies, rollbacks, and production deployment

2026-06-16
symfony-doctrine-relations
مطوّرو البرمجيات

Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure cascade, orphan removal, multiple entity managers; prevent N+1 queries

2026-06-16
symfony-doctrine-transactions
مطوّرو البرمجيات

Handle Doctrine transactions (ORM 3 wrapInTransaction), optimistic/pessimistic locking, flush strategies, and transaction boundaries

2026-06-16
symfony-e2e-panther-playwright
محللو ضمان جودة البرمجيات والمختبرون

Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios

2026-06-16
symfony-effective-context
مطوّرو البرمجيات

Provide effective context to Claude for Symfony development with relevant files, patterns, and constraints

2026-06-16
symfony-executing-plans
مطوّرو البرمجيات

Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation

2026-06-16
symfony-form-types-validation
مطوّرو البرمجيات

Build Symfony forms with custom Form Types, validation constraints, HTTP 422 handling, and multi-step flows

2026-06-16
symfony-functional-tests
محللو ضمان جودة البرمجيات والمختبرون

Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA rollback

2026-06-16
symfony-interfaces-and-autowiring
مطوّرو البرمجيات

Master Symfony Dependency Injection with autowiring,

2026-06-16
symfony-messenger-retry-failures
مطوّرو البرمجيات

Handle message failures with retry strategies, failure transport, and recovery in Symfony Messenger (Recoverable/Unrecoverable exceptions)

2026-06-16
symfony-ports-and-adapters
مطوّرو البرمجيات

Implement Hexagonal Architecture (Ports and Adapters) in Symfony; separate domain logic from infrastructure with clear boundaries

2026-06-16
symfony-quality-checks
محللو ضمان جودة البرمجيات والمختبرون

Run code quality tools: PHP-CS-Fixer for style, PHPStan for static analysis, and type safety checks

2026-06-16
symfony-rate-limiting
مطوّرو البرمجيات

Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the

2026-06-16
symfony-runner-selection
مديرو الشبكات وأنظمة الحاسوب

Select and configure the appropriate command runner based on Docker Compose standard, Symfony Docker (FrankenPHP), or host environment

2026-06-16
symfony-strategy-pattern
مطوّرو البرمجيات

Implement the Strategy pattern with Symfony's tagged services for runtime algorithm selection and extensibility

2026-06-16
symfony-symfony-cache
مطوّرو البرمجيات

Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede

2026-06-16
symfony-symfony-messenger
مطوّرو البرمجيات

Async message handling with Symfony Messenger; configure transports (RabbitMQ, Redis, Doctrine); implement handlers, middleware, and retry strategies

2026-06-16
symfony-symfony-scheduler
مطوّرو البرمجيات

Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and integrate with Messenger

2026-06-16
symfony-symfony-voters
مطوّرو البرمجيات

Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization separately

2026-06-16
symfony-tdd-with-pest
محللو ضمان جودة البرمجيات والمختبرون

Apply RED-GREEN-REFACTOR with Pest v4 (PHP 8.3+) for Symfony via the PHPUnit bridge; Foundry factories, WebTestCase, verify failures first

2026-06-16
symfony-tdd-with-phpunit
محللو ضمان جودة البرمجيات والمختبرون

Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes (#[Test]/#[DataProvider]), Foundry

2026-06-16
symfony-test-doubles-mocking
محللو ضمان جودة البرمجيات والمختبرون

Create test doubles with PHPUnit mocks for isolated unit testing in Symfony

2026-06-16
عرض أهم 40 من أصل 44 skills مجمعة في هذا المستودع.