AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
jpcaparas avatar

jpcaparas

50 listings · 0 installs

Open-source publisher. Listings imported from github.com/jpcaparas — credited to the original author with their license.

↗ github.com/jpcaparas
50+ results
Self-run
SKILL

Laravel:constants And Configuration

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files

0
5
Free
Self-run
SKILL

Laravel:form Requests

Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim

0
6
Free
Self-run
SKILL

Laravel:documentation Best Practices

Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code

0
4
Free
Self-run
SKILL

Laravel:laravel Prompting Patterns

Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code

0
5
Free
Self-run
SKILL

Laravel:iterating On Code

Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides

0
5
Free
Self-run
SKILL

Laravel:http Client Resilience

Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly

0
5
Free
Self-run
SKILL

Laravel:prompt Structure

Structure prompts for clarity—separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments

0
5
Free
Self-run
SKILL

Laravel:blade Components And Layouts

Compose UIs with Blade components, slots, and layouts; keep templates pure and testable

0
6
Free
Self-run
SKILL

Laravel:template Method And Plugins

Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic

0
5
Free
Self-run
SKILL

Laravel:interfaces And Di

Use interfaces and dependency injection to decouple code; bind implementations in the container

0
4
Free
Self-run
SKILL

Laravel:brainstorming

Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments

0
6
Free
Self-run
SKILL

Laravel:specifying Constraints

Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards

0
5
Free
Self-run
SKILL

Laravel:migrations And Factories

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

0
6
Free
Self-run
SKILL

Laravel:config Env Storage

Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation

0
6
Free
Self-run
SKILL

Laravel:daily Workflow

Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests

0
6
Free
Self-run
SKILL

Laravel:performance Eager Loading

Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields

0
7
Free
Self-run
SKILL

Laravel:api Resources And Pagination

Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly

0
5
Free
Self-run
SKILL

Laravel:bootstrap Check

Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable

0
6
Free
Self-run
SKILL

Laravel:eloquent Relationships

Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely

0
2
Free
Self-run
SKILL

Laravel:e2e Playwright

Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration

0
5
Free
Self-run
SKILL

Laravel:quality Checks

Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

0
6
Free
Self-run
SKILL

Laravel:transactions And Consistency

Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency

0
5
Free
Self-run
SKILL

Laravel:queues And Horizon

Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies

0
8
Free
Self-run
SKILL

Laravel:exception Handling And Logging

Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures

0
5
Free
Self-run
SKILL

Laravel:complexity Guardrails

Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches

0
4
Free
Self-run
SKILL

Laravel:code Review Requests

Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions

0
4
Free
Self-run
SKILL

Laravel:custom Helpers

Create and register small, pure helper functions when they improve clarity; keep them organized and tested

0
7
Free
Self-run
SKILL

Laravel:policies And Authorization

Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections

0
4
Free
Self-run
SKILL

Laravel:task Scheduling

Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution

0
5
Free
Self-run
SKILL

Laravel:executing Plans

Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced

0
5
Free
Self-run
SKILL

Laravel:strategy Pattern

Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface

0
5
Free
Self-run
SKILL

Laravel:filesystem Uploads

Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely

0
9
Free
Self-run
SKILL

Laravel:api Surface Evolution

Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests

0
9
Free
Self-run
SKILL

Laravel:ports And Adapters

Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge

0
7
Free
Self-run
SKILL

Laravel:performance Caching

Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

0
4
Free
Self-run
SKILL

Laravel:debugging Prompts

Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions

0
7
Free
Self-run
SKILL

Laravel:routes Best Practices

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files

0
6
Free
Self-run
SKILL

Laravel:data Chunking Large Datasets

Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance

0
6
Free
Self-run
SKILL

Laravel:tdd With Pest

Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation

0
6
Free
Self-run
SKILL

Laravel:effective Context

Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses

0
4
Free
Self-run
SKILL

Laravel:runner Selection

Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments

0
6
Free
Self-run
SKILL

Laravel:nova:resource Patterns

Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes

0
6
Free
Self-run
SKILL

Laravel:dependencies Trim Packages

Remove unneeded Composer packages and assets to improve boot time, memory, and security surface

0
6
Free
Self-run
SKILL

Laravel:using Examples In Prompts

Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions

0
4
Free
Self-run
SKILL

Laravel:controller Tests

Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

0
6
Free
Self-run
SKILL

Laravel:rate Limiting

Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients

0
5
Free
Self-run
SKILL

Laravel:performance Select Columns

Select only required columns to reduce memory and transfer costs; apply to base queries and relations

0
8
Free
Self-run
SKILL

Laravel:horizon:metrics And Dashboards

Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards

0
7
Free
Self-run
SKILL

Laravel:controller Cleanup

Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers

0
4
Free
Self-run
SKILL

Laravel:internationalization And Translation

Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management

0
6
Free