Loading...
Loading...
Found 152 Skills
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
How to effectively test the application, always use when writing tests
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Setup and develop the WooCommerce block email editor. Use when working on email templates, transactional emails, or the email editor feature.
Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions
Bootstrap a new SaaS from the SaaS Seeder Template: setup database, configure environment, create super admin user, and verify three-tier panel structure. Use when initializing a new multi-tenant SaaS project from this template.
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.