Loading...
Loading...
Found 215 Skills
Orchestrate large-scale TYPO3 code changes across multiple files in parallel. Migrations, bulk TCA modernization, Fluid template refactoring, hook-to-event conversions, namespace renames, and extension-wide upgrades. Decomposes work into independent units, executes them, and verifies with tests. Use when working with batch, migrate, bulk, mass refactor, convert all, upgrade all, rename across, find and replace, parallel, codemod, TYPO3 migration.
PostHog integration for Laravel applications
Use when symfony doctrine fixtures foundry
Use when symfony config env parameters
Use when symfony test doubles mocking
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides