Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

superpowers-laravel

superpowers-laravel에는 jpcaparas에서 수집한 skills 57개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
57
Stars
141
업데이트
2026-07-02
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

laravel-ai-sdk
소프트웨어 개발자

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

2026-07-02
laravel-api-resources-and-pagination
소프트웨어 개발자

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

2026-07-02
laravel-blade-components-and-layouts
웹 개발자

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

2026-07-02
laravel-code-review-requests
소프트웨어 품질 보증 분석가·테스터

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

2026-07-02
laravel-daily-workflow
소프트웨어 개발자

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

2026-07-02
laravel-debugging-prompts
소프트웨어 개발자

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

2026-07-02
laravel-effective-context
소프트웨어 개발자

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

2026-07-02
laravel-eloquent-relationships
소프트웨어 개발자

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

2026-07-02
laravel-form-requests
소프트웨어 개발자

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

2026-07-02
laravel-laravel-prompting-patterns
소프트웨어 개발자

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

2026-07-02
laravel-migrations-and-factories
소프트웨어 개발자

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

2026-07-02
laravel-performance-caching
소프트웨어 개발자

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

2026-07-02
laravel-php-attributes
소프트웨어 개발자

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

2026-07-02
laravel-policies-and-authorization
소프트웨어 개발자

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

2026-07-02
laravel-queues-and-horizon
소프트웨어 개발자

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

2026-07-02
laravel-request-forgery-protection
소프트웨어 개발자

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

2026-07-02
laravel-specifying-constraints
소프트웨어 개발자

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

2026-07-02
laravel-task-scheduling
소프트웨어 개발자

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

2026-07-02
laravel-transactions-and-consistency
소프트웨어 개발자

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

2026-07-02
laravel-upgrade-13
소프트웨어 개발자

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

2026-07-02
laravel-vector-search
소프트웨어 개발자

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

2026-07-02
laravel-iterating-on-code
소프트웨어 개발자

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

2025-11-29
laravel-prompt-structure
소프트웨어 개발자

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

2025-11-29
laravel-using-examples-in-prompts
소프트웨어 개발자

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

2025-11-29
laravel-constants-and-configuration
소프트웨어 개발자

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

2025-11-10
laravel-data-chunking-large-datasets
소프트웨어 개발자

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

2025-11-10
laravel-documentation-best-practices
소프트웨어 개발자

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

2025-11-10
laravel-internationalization-and-translation
소프트웨어 개발자

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

2025-11-10
laravel-routes-best-practices
소프트웨어 개발자

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

2025-11-10
laravel-exception-handling-and-logging
소프트웨어 개발자

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

2025-11-04
laravel-filesystem-uploads
소프트웨어 개발자

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

2025-11-04
laravel-http-client-resilience
소프트웨어 개발자

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

2025-11-04
laravel-rate-limiting
소프트웨어 개발자

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

2025-11-04
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

2025-11-03
laravel-api-surface-evolution
소프트웨어 개발자

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

2025-11-03
laravel-bootstrap-check
소프트웨어 개발자

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

2025-11-03
laravel-brainstorming
소프트웨어 개발자

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

2025-11-03
laravel-complexity-guardrails
소프트웨어 개발자

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

2025-11-03
laravel-config-env-storage
소프트웨어 개발자

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

2025-11-03
laravel-controller-cleanup
소프트웨어 개발자

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

2025-11-03
이 저장소에서 수집된 skills 57개 중 상위 40개를 표시합니다.