$ recombobulate _
~/recombobulate $ tip --list --tag="php"

// 54 tips tagged "php"

0
Ask Claude to Scaffold New Features Using Your Existing Code Conventions

Before asking Claude to scaffold a new feature, point it at your existing code first — it will match your naming, structure, error handling, and test patterns exactly rather than defaulting to framework boilerplate.

bagwaa @bagwaa · 1 hour ago
0
Use Claude to Generate Typed Data Transfer Objects for Your API

Generate typed, immutable Data Transfer Objects with validation and factory methods for your API endpoints in PHP or TypeScript.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Write Custom PHPStan Rules for Your Codebase

Let Claude write custom PHPStan and Larastan rules that enforce your team's conventions, complete with AST visitor logic and config registration.

bagwaa @bagwaa · 4 hours ago
0
Let Claude Implement Multi-Tenancy in Your Laravel App

Scaffold single-database or database-per-tenant multi-tenancy in Laravel with global scopes, middleware, queue context, and tenant-aware caching.

bagwaa @bagwaa · 4 hours ago
0
Generate SEO Meta Tags and OpenGraph Markup from Your Routes

Generate complete SEO meta tags, OpenGraph properties, and Twitter Card markup for all your pages using a reusable helper Claude builds from your routes.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Generate Responsive HTML Email Templates

Let Claude generate battle-tested HTML email templates with inline styles, table layouts, and Outlook-compatible markup that renders correctly everywhere.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Extract Logic from a Fat Controller

Fat controllers are where good architecture goes to die — paste yours into Claude and ask it to extract the business logic into a proper service layer.

bagwaa @bagwaa · 4 hours ago
0
Use Claude to Write Integration Tests for Your Service Layer

Integration tests cover the seams between your code and real dependencies — they're the tests that actually catch production bugs, and Claude writes them fast.

bagwaa @bagwaa · 4 hours ago
0
Write BDD Feature Files with Claude

BDD Gherkin feature files document expected behaviour in plain English and drive your test suite — Claude writes them from a user story in seconds.

bagwaa @bagwaa · 4 hours ago
0
Let Claude Add Soft Deletes to Your Data Models

Soft deletes let you recover accidentally deleted records and maintain audit trails — Claude handles the migration, model changes, and query scoping in one shot.

bagwaa @bagwaa · 5 hours ago
0
Install Laravel Best Practices as a Boost Skill for Idiomatic Code

Install the laravel-best-practices Boost skill to equip your AI agent with 100+ curated Laravel conventions, so it generates idiomatic code by default.

bagwaa @bagwaa · 5 hours ago
0
Use Claude to Audit and Fix Your Database Transaction Boundaries

Forgetting to wrap related database writes in a transaction is a classic source of data corruption. Ask Claude to audit your codebase and fix the boundaries.

bagwaa @bagwaa · 5 hours ago