All authors
dev-toolings avatar

Claude Skills by dev-toolings

github.com/dev-toolings
44 skillsA× 440 installs18 views
Api Platform Dto ResourcesA

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

developmentbashrails
0
207
Api Platform FiltersA

Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy #[ApiFilter] - for search, date, range, boolean, and custom filtering

developmentbashrails
0
207
Api Platform ResourcesA

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

developmentbashrails
0
207
Api Platform SecurityA

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

developmentbashexpress
0
207
Api Platform SerializationA

Control API Platform serialization with groups, #[Context], IRI links (readableLink/writableLink), and custom context builders

developmentbashrails
0
207
Api Platform State ProvidersA

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

developmentbashrails
0
207
Api Platform TestsA

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

developmentbashrails
0
207
Api Platform VersioningA

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

developmentbashrails
0
207
Bootstrap CheckA

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

developmentrails
0
207
BrainstormingA

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

developmentrails
0
207
Config Env ParametersA

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

developmentbashrails
0
207
Controller CleanupA

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

developmentrails
0
207
Cqrs And HandlersA

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

developmentrails
0
207
Daily WorkflowA

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

developmentrailsdebugging
0
207
Doctrine Batch ProcessingA

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

developmentbashrails
0
207
Doctrine EventsA

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

developmentbashreact
0
207
Doctrine Fetch ModesA

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

developmentbashrails
0
207
Doctrine Fixtures FoundryA

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

developmentbashrails
0
207
Doctrine MigrationsA

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

developmentbashrails
0
207
Doctrine RelationsA

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

developmentbashrails
0
207
Doctrine TransactionsA

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

developmentbashrails
0
207
E2e Panther PlaywrightA

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

developmentrails
0
207
Effective ContextA

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

developmentrails
0
207
Executing PlansA

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

developmentbashrails
0
207
Form Types ValidationA

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

developmentbashexpress
0
207
Functional TestsA

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

developmentbashrails
0
207
Interfaces And AutowiringA

Master Symfony Dependency Injection with autowiring, #[Target] interface binding, decoration, and tagged services

developmentrails
0
207
Messenger Retry FailuresA

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

developmentbashrails
0
207
Ports And AdaptersA

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

developmentgorails
0
207
Quality ChecksA

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

developmentphpbash
0
207
Rate LimitingA

Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the #[RateLimit] controller attribute

developmentbashrails
0
207
Runner SelectionA

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

developmentphprails
0
207
Strategy PatternA

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

developmentgorails
0
207
Symfony CacheA

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

developmentbashrails
0
207
Symfony MessengerA

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

developmentbashrails
0
207
Symfony SchedulerA

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

developmentbashrails
0
207
Symfony VotersA

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

developmentbashexpress
0
207
Tdd With PestA

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

developmentphpbash
0
207
Tdd With PhpunitA

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

developmentphpbash
0
207
Test Doubles MockingA

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

developmentphprails
0
207
Twig ComponentsA

Build reusable UI components with Symfony UX Twig Components (props, slots, anonymous components, CVA) for clean templates

developmentrails
0
207
Using Symfony SuperpowersA

Entry point for Symfony Superpowers - lightweight workflow guidance and command map

developmentrails
0
207
Value Objects And DtosA

Design Value Objects for domain concepts and DTOs for data transfer with proper immutability (readonly) and validation

developmentrails
0
207
Writing PlansA

Create structured implementation plans for Symfony features with clear steps, dependencies, and acceptance criteria

developmentrails
0
207