Agent Skills by nextplus896
Showing 25 vetted skills indexed across 1 GitHub repositories.
backend-dev-guidelines
Guide backend engineers to follow standardized patterns across Langfuse packages.
api-design-principles
Define and enforce design standards for REST and GraphQL APIs.
web-design-guidelines
Evaluate UI files against Web Interface Guidelines and output file:line findings.
laravel-specialist
Guide Laravel 10+ development with Eloquent, API resources, queues, and testing.
frontend-design
Translate user requirements into production-ready HTML/CSS/JS frontend interfaces.
api-patterns
Guide API style selection with decision trees for REST, GraphQL, and tRPC.
laravel-state-machines
Implement type-safe state machines in Laravel using Spatie Model States.
laravel-models
Standardize Laravel Eloquent models with casts, relationships, and observers.
laravel-jobs
Automates Laravel background processing with Jobs, Listeners, Actions, and ShouldQueue.
laravel-exceptions
Create Laravel custom exceptions with static factories and HTTP responses.
laravel-dtos
Formalize Laravel DTO patterns with Spatie Laravel Data for type-safe contracts.
laravel-quality
Automate Laravel code quality checks with PHPStan, Pint, and strict types.
laravel-packages
Extract reusable Laravel components into standalone packages with PSR-4 autoloading.
laravel-routing
Configure Laravel routes with model binding and route-level authorization.
laravel-providers
Organize Laravel service providers with named private methods for bootstrapping.
laravel-enums
Define backed Laravel enums with labels for type-safe option sets.
laravel-testing
Write Laravel Pest tests using Triple-A patterns and declarative factories.
laravel-multi-tenancy
Establish multi-tenant architecture with per-tenant databases in Laravel.
laravel-services
Create Laravel service layers with interchangeable drivers and Saloon HTTP clients.
laravel-validation
Define Laravel form request validation rules and Pest dataset tests.
laravel-query-builders
Encapsulate Laravel query logic in type-safe custom builders.
laravel-value-objects
Creates immutable Laravel domain objects with factories and validation.
laravel-actions
Encapsulate Laravel domain logic in invokable Action classes.
laravel-controllers
Enforce thin Laravel controllers that delegate business logic to actions.