Skip to main content

jpcaparas/superpowers-laravel

SkillsMP hat 57 Skills aus jpcaparas/superpowers-laravel gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
57
GitHub-Stars
147
GitHub-Forks
2

Skills in diesem Repository

Es werden 40 von 57 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

Build AI features with the first-party Laravel AI SDK (Laravel 13+); agents, embeddings, images, audio, and tool calling with provider-agnostic APIs

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Add semantic search with native vector queries (Laravel 13+); pgvector similarity clauses, embedding workflows, and hybrid search patterns

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

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

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 57 gesammelten Skills angezeigt.