By ahmedesa
Build production-grade Laravel REST APIs using essa/api-tool-kit patterns and DDD support: generate full CRUD endpoints with models, migrations, filters, policies, and resources; enhance list endpoints with filtering, sorting, search; debug issues via data-first workflows; conduct multi-phase code reviews; write comprehensive tests; create and consolidate workflow documentation.
Use this when an existing model needs filtering, sorting, or search added to its list endpoint.
A defense-oriented multi-phase code review. Validates feature completeness against acceptance criteria, catches real bugs (not just style), and separates introduced issues from pre-existing debt.
Use this when you discover a repeatable process during a session — an investigation type, a setup procedure, a debugging pattern — that should be captured as a reusable workflow.
Use during investigation or feature verification to test an endpoint directly and cross-reference its response against the database.
Structured debugging workflow for any issue — wrong response, missing data, queue failures, auth problems, performance issues. Works for any Laravel API project.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ahmedesa/laravel-api-tool-kitExpert Laravel 12 + PHP 8.5 with SOLID principles, Eloquent, Livewire, and comprehensive documentation
Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.
Claude Code plugin channeling Taylor Otwell's Laravel philosophy
PHP and WordPress development capabilities
REST API design specialist for RESTful principles, HTTP methods, status codes, versioning strategies, pagination (cursor/offset), rate limiting, HATEOAS, and OpenAPI/Swagger documentation. Use when designing or implementing REST APIs.
Generate RESTful APIs from schemas with proper routing, validation, and documentation