# jpcaparas

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

- **Listings:** 50
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/jpcaparas
- **Website:** https://github.com/jpcaparas

## Published listings

- [Laravel:constants And Configuration](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-constants-and-configuration) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-constants-and-configuration`
  Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
- [Laravel:form Requests](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-form-requests-and-validation) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-form-requests-and-validation`
  Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
- [Laravel:documentation Best Practices](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-documentation-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-documentation-best-practices`
  Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
- [Laravel:laravel Prompting Patterns](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-laravel-prompting-patterns) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-laravel-prompting-patterns`
  Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
- [Laravel:iterating On Code](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-iterating-on-code) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-iterating-on-code`
  Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
- [Laravel:http Client Resilience](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-http-client-resilience) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-http-client-resilience`
  Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
- [Laravel:prompt Structure](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-prompt-structure) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-prompt-structure`
  Structure prompts for clarity—separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments
- [Laravel:blade Components And Layouts](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-blade-components-and-layouts) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-blade-components-and-layouts`
  Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
- [Laravel:template Method And Plugins](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-template-method-and-plugins) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-template-method-and-plugins`
  Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
- [Laravel:interfaces And Di](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-interfaces-and-di) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-interfaces-and-di`
  Use interfaces and dependency injection to decouple code; bind implementations in the container
- [Laravel:brainstorming](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-brainstorming) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-brainstorming`
  Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments
- [Laravel:specifying Constraints](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-specifying-constraints) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-specifying-constraints`
  Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
- [Laravel:migrations And Factories](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-migrations-and-factories) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-migrations-and-factories`
  Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
- [Laravel:config Env Storage](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-config-env-storage) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-config-env-storage`
  Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation
- [Laravel:daily Workflow](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-daily-workflow) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-daily-workflow`
  Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
- [Laravel:performance Eager Loading](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-performance-eager-loading) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-performance-eager-loading`
  Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
- [Laravel:api Resources And Pagination](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-api-resources-and-pagination) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-api-resources-and-pagination`
  Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
- [Laravel:bootstrap Check](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-bootstrap-check) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-bootstrap-check`
  Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable
- [Laravel:eloquent Relationships](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-eloquent-relationships-and-loading) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-eloquent-relationships-and-loading`
  Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
- [Laravel:e2e Playwright](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-e2e-playwright) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-e2e-playwright`
  Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
- [Laravel:quality Checks](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-quality-checks) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-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
- [Laravel:transactions And Consistency](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-transactions-and-consistency) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-transactions-and-consistency`
  Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
- [Laravel:queues And Horizon](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-queues-and-horizon) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-queues-and-horizon`
  Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
- [Laravel:exception Handling And Logging](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-exception-handling-and-logging) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-exception-handling-and-logging`
  Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
- [Laravel:complexity Guardrails](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-complexity-guardrails) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-complexity-guardrails`
  Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
- [Laravel:code Review Requests](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-code-review-requests) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-code-review-requests`
  Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
- [Laravel:custom Helpers](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-custom-helpers) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-custom-helpers`
  Create and register small, pure helper functions when they improve clarity; keep them organized and tested
- [Laravel:policies And Authorization](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-policies-and-authorization) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-policies-and-authorization`
  Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
- [Laravel:task Scheduling](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-task-scheduling) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-task-scheduling`
  Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
- [Laravel:executing Plans](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-executing-plans) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-executing-plans`
  Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced
- [Laravel:strategy Pattern](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-strategy-pattern) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-strategy-pattern`
  Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
- [Laravel:filesystem Uploads](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-filesystem-uploads-and-urls) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-filesystem-uploads-and-urls`
  Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
- [Laravel:api Surface Evolution](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-api-surface-evolution) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-api-surface-evolution`
  Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests
- [Laravel:ports And Adapters](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-ports-and-adapters) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-ports-and-adapters`
  Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
- [Laravel:performance Caching](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-performance-caching) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-performance-caching`
  Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
- [Laravel:debugging Prompts](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-debugging-prompts) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-debugging-prompts`
  Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
- [Laravel:routes Best Practices](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-routes-best-practices) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-routes-best-practices`
  Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
- [Laravel:data Chunking Large Datasets](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-data-chunking-large-datasets) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-data-chunking-large-datasets`
  Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
- [Laravel:tdd With Pest](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-tdd-with-pest) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-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
- [Laravel:effective Context](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-effective-context) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-effective-context`
  Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
- [Laravel:runner Selection](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-runner-selection) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-runner-selection`
  Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
- [Laravel:nova:resource Patterns](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-nova-resource-patterns) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-nova-resource-patterns`
  Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
- [Laravel:dependencies Trim Packages](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-dependencies-trim-packages) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-dependencies-trim-packages`
  Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
- [Laravel:using Examples In Prompts](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-using-examples-in-prompts) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-using-examples-in-prompts`
  Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions
- [Laravel:controller Tests](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-controller-tests) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-controller-tests`
  Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
- [Laravel:rate Limiting](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-rate-limiting-and-throttle) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-rate-limiting-and-throttle`
  Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
- [Laravel:performance Select Columns](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-performance-select-columns) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-performance-select-columns`
  Select only required columns to reduce memory and transfer costs; apply to base queries and relations
- [Laravel:horizon:metrics And Dashboards](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-horizon-metrics-and-dashboards) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-horizon-metrics-and-dashboards`
  Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
- [Laravel:controller Cleanup](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-controller-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-controller-cleanup`
  Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers
- [Laravel:internationalization And Translation](https://agentstack.voostack.com/l/skill-jpcaparas-superpowers-laravel-internationalization-and-translation) — Skill · Free · security-reviewed — `agentstack add skill-jpcaparas-superpowers-laravel-internationalization-and-translation`
  Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
