nextplus896 avatar

nextplus896

Community

@nextplus896

0Followers
|
3Public Repos
|
25Published Skills

Agent Skills by nextplus896

Showing 25 vetted skills indexed across 1 GitHub repositories.

nextplus896nextplus896

backend-dev-guidelines

Guide backend engineers to follow standardized patterns across Langfuse packages.

Community
Advanced
nextplus896nextplus896

api-design-principles

Define and enforce design standards for REST and GraphQL APIs.

Community
Basic
nextplus896nextplus896

web-design-guidelines

Evaluate UI files against Web Interface Guidelines and output file:line findings.

Community
Basic
nextplus896nextplus896

laravel-specialist

Guide Laravel 10+ development with Eloquent, API resources, queues, and testing.

Community
Advanced
nextplus896nextplus896

frontend-design

Translate user requirements into production-ready HTML/CSS/JS frontend interfaces.

Community
Advanced
nextplus896nextplus896

api-patterns

Guide API style selection with decision trees for REST, GraphQL, and tRPC.

Community
Basic
nextplus896nextplus896

laravel-state-machines

Implement type-safe state machines in Laravel using Spatie Model States.

Community
Advanced
nextplus896nextplus896

laravel-models

Standardize Laravel Eloquent models with casts, relationships, and observers.

Community
Intermediate
nextplus896nextplus896

laravel-jobs

Automates Laravel background processing with Jobs, Listeners, Actions, and ShouldQueue.

Community
Intermediate
nextplus896nextplus896

laravel-exceptions

Create Laravel custom exceptions with static factories and HTTP responses.

Community
Intermediate
nextplus896nextplus896

laravel-dtos

Formalize Laravel DTO patterns with Spatie Laravel Data for type-safe contracts.

Community
Intermediate
nextplus896nextplus896

laravel-quality

Automate Laravel code quality checks with PHPStan, Pint, and strict types.

Community
Advanced
nextplus896nextplus896

laravel-packages

Extract reusable Laravel components into standalone packages with PSR-4 autoloading.

Community
Advanced
nextplus896nextplus896

laravel-routing

Configure Laravel routes with model binding and route-level authorization.

Community
Advanced
nextplus896nextplus896

laravel-providers

Organize Laravel service providers with named private methods for bootstrapping.

Community
Advanced
nextplus896nextplus896

laravel-enums

Define backed Laravel enums with labels for type-safe option sets.

Community
Intermediate
nextplus896nextplus896

laravel-testing

Write Laravel Pest tests using Triple-A patterns and declarative factories.

Community
Intermediate
nextplus896nextplus896

laravel-multi-tenancy

Establish multi-tenant architecture with per-tenant databases in Laravel.

Community
Intermediate
nextplus896nextplus896

laravel-services

Create Laravel service layers with interchangeable drivers and Saloon HTTP clients.

Community
Advanced
nextplus896nextplus896

laravel-validation

Define Laravel form request validation rules and Pest dataset tests.

Community
Advanced
nextplus896nextplus896

laravel-query-builders

Encapsulate Laravel query logic in type-safe custom builders.

Community
Intermediate
nextplus896nextplus896

laravel-value-objects

Creates immutable Laravel domain objects with factories and validation.

Community
Basic
nextplus896nextplus896

laravel-actions

Encapsulate Laravel domain logic in invokable Action classes.

Community
Basic
nextplus896nextplus896

laravel-controllers

Enforce thin Laravel controllers that delegate business logic to actions.

Community
Basic