# MakFly

> Open-source publisher. Listings imported from github.com/MakFly — credited to the original author with their license.

- **Listings:** 44
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/makfly
- **Website:** https://github.com/MakFly

## Published listings

- [Symfony:doctrine Events](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-events) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-events`
  React to Doctrine entity lifecycle in Symfony with attribute listeners (#[AsDoctrineListener]/#[AsEntityListener], ORM 3) and lifecycle callbacks
- [Symfony:api Platform State Providers](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-state-providers) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-state-providers`
  Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval and persistence from entities
- [Symfony:doctrine Relations](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-relations) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-relations`
  Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure cascade, orphan removal, multiple entity managers; prevent N+1 queries
- [Symfony:api Platform Filters](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-filters) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-filters`
  Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy #[ApiFilter] - for search, date, range, boolean, and custom filtering
- [Symfony:interfaces And Autowiring](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-interfaces-and-autowiring) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-interfaces-and-autowiring`
  Master Symfony Dependency Injection with autowiring, #[Target] interface binding, decoration, and tagged services
- [Symfony:api Platform Serialization](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-serialization) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-serialization`
  Control API Platform serialization with groups, #[Context], IRI links (readableLink/writableLink), and custom context builders
- [Symfony:api Platform Versioning](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-versioning) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-versioning`
  Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to versioning; plus path/header strategies
- [Symfony:symfony Cache](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-symfony-cache) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-symfony-cache`
  Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede
- [Symfony:api Platform Dto Resources](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-dto-resources) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-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
- [Symfony:functional Tests](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-functional-tests) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-functional-tests`
  Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA rollback
- [Symfony:effective Context](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-effective-context) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-effective-context`
  Provide effective context to Claude for Symfony development with relevant files, patterns, and constraints
- [Symfony:e2e Panther Playwright](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-e2e-panther-playwright) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-e2e-panther-playwright`
  Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios
- [Symfony:cqrs And Handlers](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-cqrs-and-handlers) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-cqrs-and-handlers`
  Implement CQRS in Symfony with separate Command and Query buses/handlers using the Messenger component
- [Symfony:test Doubles Mocking](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-test-doubles-mocking) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-test-doubles-mocking`
  Create test doubles with PHPUnit mocks for isolated unit testing in Symfony
- [Symfony:api Platform Security](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-security) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-security`
  Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access control
- [Symfony:form Types Validation](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-form-types-validation) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-form-types-validation`
  Build Symfony forms with custom Form Types, validation constraints, HTTP 422 handling, and multi-step flows
- [Symfony:twig Components](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-twig-components) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-twig-components`
  Build reusable UI components with Symfony UX Twig Components (props, slots, anonymous components, CVA) for clean templates
- [Symfony:strategy Pattern](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-strategy-pattern) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-strategy-pattern`
  Implement the Strategy pattern with Symfony's tagged services for runtime algorithm selection and extensibility
- [Symfony:executing Plans](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-executing-plans) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-executing-plans`
  Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation
- [Symfony:doctrine Transactions](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-transactions) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-transactions`
  Handle Doctrine transactions (ORM 3 wrapInTransaction), optimistic/pessimistic locking, flush strategies, and transaction boundaries
- [Symfony:daily Workflow](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-daily-workflow) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-daily-workflow`
  Daily development workflow for Symfony projects including common tasks, debugging, and productivity tips
- [Symfony:doctrine Migrations](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-migrations) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-migrations`
  Create and manage Doctrine migrations (lib 4.x) for schema versioning; handle dependencies, rollbacks, and production deployment
- [Symfony:doctrine Fixtures Foundry](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-fixtures-foundry) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-fixtures-foundry`
  Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences, and relationships
- [Symfony:ports And Adapters](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-ports-and-adapters) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-ports-and-adapters`
  Implement Hexagonal Architecture (Ports and Adapters) in Symfony; separate domain logic from infrastructure with clear boundaries
- [Symfony:bootstrap Check](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-bootstrap-check) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-bootstrap-check`
  Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements
- [Symfony:controller Cleanup](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-controller-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-controller-cleanup`
  Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands
- [Symfony:doctrine Batch Processing](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-batch-processing) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-doctrine-batch-processing`
  Process large datasets with Doctrine (ORM 3 toIterable, flush+clear, bulk DQL) and memory management
- [Symfony:messenger Retry Failures](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-messenger-retry-failures) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-messenger-retry-failures`
  Handle message failures with retry strategies, failure transport, and recovery in Symfony Messenger (Recoverable/Unrecoverable exceptions)
- [Symfony:brainstorming](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-brainstorming) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-brainstorming`
  Structured brainstorming for Symfony projects - explore requirements, identify components, and plan architecture collaboratively
- [Symfony:symfony Voters](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-symfony-voters) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-symfony-voters`
  Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization separately
- [Symfony:api Platform Tests](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-tests) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-tests`
  Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication
- [Symfony:config Env Parameters](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-config-env-parameters) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-config-env-parameters`
  Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings
- [Symfony:tdd With Pest](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-tdd-with-pest) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-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
- [Symfony:tdd With Phpunit](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-tdd-with-phpunit) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-tdd-with-phpunit`
  Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes (#[Test]/#[DataProvider]), Foundry
- [Symfony:value Objects And Dtos](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-value-objects-and-dtos) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-value-objects-and-dtos`
  Design Value Objects for domain concepts and DTOs for data transfer with proper immutability (readonly) and validation
- [Symfony:rate Limiting](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-rate-limiting) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-rate-limiting`
  Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the #[RateLimit] controller attribute
- [Symfony:using Symfony Superpowers](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-using-symfony-superpowers) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-using-symfony-superpowers`
  Entry point for Symfony Superpowers - lightweight workflow guidance and command map
- [Symfony:doctrine Fetch Modes](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-doctrine-fetch-modes) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-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
- [Symfony:symfony Messenger](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-symfony-messenger) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-symfony-messenger`
  Async message handling with Symfony Messenger; configure transports (RabbitMQ, Redis, Doctrine); implement handlers, middleware, and retry strategies
- [Symfony:api Platform Resources](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-api-platform-resources) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-api-platform-resources`
  Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned REST/GraphQL APIs
- [Symfony:writing Plans](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-writing-plans) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-writing-plans`
  Create structured implementation plans for Symfony features with clear steps, dependencies, and acceptance criteria
- [Symfony:quality Checks](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-quality-checks) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-quality-checks`
  Run code quality tools: PHP-CS-Fixer for style, PHPStan for static analysis, and type safety checks
- [Symfony:runner Selection](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-runner-selection) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-runner-selection`
  Select and configure the appropriate command runner based on Docker Compose standard, Symfony Docker (FrankenPHP), or host environment
- [Symfony:symfony Scheduler](https://agentstack.voostack.com/l/skill-makfly-superpowers-symfony-symfony-scheduler) — Skill · Free · security-reviewed — `agentstack add skill-makfly-superpowers-symfony-symfony-scheduler`
  Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and integrate with Messenger

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
