← all publishers

soden46

@soden46 source repo

86 published skills

  1. Engineer Flow · soden46 bundle
    Framework and language agnostic engineering orchestrator with conditional persistent project memory, generalized internal capabilities, external skill discovery, sparse specialist routing, and post-development security verification.
    0
    installs
  2. Database · soden46
    Design and review persistence, queries, schemas, transactions, and data access using framework-agnostic database principles.
    0
    installs
  3. Debugging · soden46
    Diagnose defects systematically using evidence-driven, technology-agnostic debugging practices.
    0
    installs
  4. Frontend UI · soden46
    Build and review user interfaces using framework-agnostic usability, accessibility, state, and rendering principles.
    0
    installs
  5. Performance · soden46
    Diagnose and improve runtime performance including N+1 queries, slow queries, caching, latency, memory, throughput, and resource efficiency using framework-agnostic principles.
    0
    installs
  6. Documentation · soden46
    Create and maintain accurate engineering documentation using project-agnostic documentation principles.
    0
    installs
  7. API Integration · soden46
    Design and implement APIs, external integrations, webhooks, clients, and service boundaries using technology-agnostic principles.
    0
    installs
  8. Data Processing · soden46
    Process, transform, import, export, and handle large datasets using bounded and reliable technology-agnostic patterns.
    0
    installs
  9. AI LLM Engineering · soden46
    Design, integrate, evaluate, and operate AI/LLM systems using model- and framework-agnostic engineering principles.
    0
    installs
  10. Dependency Tooling · soden46
    Manage application dependencies, build tooling, upgrades, and package configuration using ecosystem-agnostic principles.
    0
    installs
  11. Planning Execution · soden46
    Turn engineering goals into executable implementation plans with ordered, verifiable, technology-agnostic steps.
    0
    installs
  12. Infrastructure Devops · soden46
    Design and maintain deployment, runtime, CI/CD, containers, workers, scheduling, and operational infrastructure using platform-agnostic principles.
    0
    installs
  13. Version Control Review · soden46
    Review changes and manage commits, branches, merges, and code-review workflows using VCS-agnostic engineering principles.
    0
    installs
  14. Code Quality Refactoring · soden46
    Improve maintainability and structure while preserving behavior using framework-agnostic refactoring principles.
    0
    installs
  15. Nova Resource Patterns · soden46
    Laravel guidance to consistent Nova resources-fields, actions, metrics, lenses, filters, authorization-and how to evolve resources alongside schema changes
    0
    installs
  16. Specifying Constraints · soden46
    Laravel guidance to define clear constraints-performance, security, testing, architecture, dependencies-so AI generates code that meets your project standards
    0
    installs
  17. Using Laravel Standards · soden46 bundle
    Read first in Laravel repositories to detect the stack and select the smallest relevant Syarif standards skills for implementation, review, testing, and audits.
    0
    installs
  18. Migrations And Factories · soden46
    Laravel guidance to safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
    0
    installs
  19. Extract Laravel Standards · soden46
    Audit completed Laravel projects and propose reusable updates to personal Laravel standards without importing project-specific details.
    0
    installs
  20. Performance Eager Loading · soden46
    Laravel guidance to prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
    0
    installs
  21. Using Examples In Prompts · soden46
    Laravel guidance to provide concrete examples-existing code patterns, style samples, input/output pairs-to guide AI toward your project's conventions
    0
    installs
  22. Dependencies Trim Packages · soden46
    Laravel guidance to remove unneeded Composer packages and assets to improve boot time, memory, and security surface
    0
    installs
  23. Laravel Prompting Patterns · soden46
    Use Laravel-specific vocabulary-Eloquent patterns, Form Requests, API resources, jobs/queues-to get idiomatic framework code
    0
    installs
  24. Performance Select Columns · soden46
    Laravel guidance to select only required columns to reduce memory and transfer costs; apply to base queries and relations
    0
    installs
  25. Policies And Authorization · soden46
    Laravel guidance to enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
    0
    installs
  26. Request Forgery Protection · soden46
    Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions
    0
    installs
  27. Constants And Configuration · soden46
    Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
    0
    installs
  28. Template Method And Plugins · soden46
    Laravel guidance to stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
    0
    installs
  29. API Resources And Pagination · soden46
    Laravel guidance to use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
    0
    installs
  30. Blade Components And Layouts · soden46
    Laravel guidance to compose UIs with Blade components, slots, and layouts; keep templates pure and testable
    0
    installs
  31. Data Chunking Large Datasets · soden46
    Laravel guidance to process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
    0
    installs
  32. Documentation Best Practices · soden46
    Laravel guidance to write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
    0
    installs
  33. Laravel 11 12 App Guidelines · soden46
    Work in Laravel 11 or 12 apps with stack detection, Boost-aware docs lookup, frontend conventions, tests, and Pint formatting.
    0
    installs
  34. Laravel Database Optimization · soden46
    Optimize Laravel database work across N+1 queries, indexes, selective columns, caching, pagination, large data, locks, and migrations.
    0
    installs
  35. Exception Handling And Logging · soden46
    Laravel guidance to use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
    0
    installs
  36. Horizon Metrics And Dashboards · soden46
    Laravel guidance to operate Horizon with confidence-naming, tags, concurrency, failure handling, actionable metrics, and dashboards
    0
    installs
  37. Integrate Whatsapp Baileys Laravel · soden46 bundle
    Integrate WhatsApp through a secure Baileys sidecar with Laravel, including tests and reusable local Windows and Linux VPS setup documentation.
    0
    installs
  38. Internationalization And Translation · soden46
    Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management
    0
    installs
  39. AI Sdk · soden46
    Build AI features with the first-party Laravel AI SDK (Laravel 13+); agents, embeddings, images, audio, and tool calling with provider-agnostic APIs
    0
    installs
  40. Testing · soden46
    Choose focused Laravel tests and quality checks that prove behavior without mirroring implementation details.
    0
    installs
  41. Security · soden46
    Run focused Laravel security checks for authorization, request forgery, rate limits, uploads, secrets, APIs, and configuration.
    0
    installs
  42. Least Code · soden46 bundle
    Laravel implementation, review, or refactor with minimization discipline - YAGNI, reuse, smallest safe diff, behavior preservation, and overengineering guardrails.
    0
    installs
  43. Upgrade 13 · soden46
    Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps
    0
    installs
  44. Architecture · soden46
    Apply Laravel-native architecture decisions without forcing unnecessary repositories, interfaces, DTOs, or custom layers.
    0
    installs
  45. Brainstorming · soden46
    Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments
    0
    installs
  46. Form Requests · soden46
    Use Laravel Form Requests for non-trivial validation and authorization while keeping controllers thin and testable.
    0
    installs
  47. Rate Limiting · soden46
    Laravel guidance to apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
    0
    installs
  48. Tdd With Pest · soden46
    Laravel guidance to apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
    0
    installs
  49. Vector Search · soden46
    Add semantic search with native vector queries (Laravel 13+); pgvector similarity clauses, embedding workflows, and hybrid search patterns
    0
    installs
  50. Writing Plans · soden46
    Create an actionable Laravel implementation plan-bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
    0
    installs
  51. Custom Helpers · soden46
    Laravel guidance to create and register small, pure helper functions when they improve clarity; keep them organized and tested
    0
    installs
  52. Daily Workflow · soden46
    Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
    0
    installs
  53. E2e Playwright · soden46
    Laravel E2E testing with official Playwright patterns for locators, auth state, seeds, traces, screenshots, CI, and cross-browser workflows.
    0
    installs
  54. PHP Attributes · soden46
    Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code
    0
    installs
  55. Quality Checks · soden46
    Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
    0
    installs
  56. Executing Plans · soden46
    Execute Laravel plans in small batches with checkpoints-TDD first, migrations safe, queues verified, and quality gates enforced
    0
    installs
  57. Module Per Menu · soden46
    Build Laravel projects with one menu or page per module, using small controllers, per-page views, shared layouts/components, and dynamic DB-backed data.
    0
    installs
  58. Queues And Jobs · soden46
    Design and operate Laravel queues, jobs, workers, and Horizon with retry safety, idempotency, failure handling, tests, and production visibility.
    0
    installs
  59. Task Scheduling · soden46
    Laravel guidance to schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
    0
    installs
  60. Controller Tests · soden46
    Laravel guidance to write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
    0
    installs
  61. Prompt Structure · soden46
    Laravel guidance to structure prompts for clarity-separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments
    0
    installs
  62. Runner Selection · soden46
    Bootstrap Laravel projects by detecting Sail or host tooling, verifying dependencies and services, and choosing consistent PHP, Composer, Node, and test commands.
    0
    installs
  63. Strategy Pattern · soden46
    Laravel guidance to use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
    0
    installs
  64. UI Agent Browser · soden46
    Build and refine Laravel UI/UX/frontends with stack-aware implementation, backend contract alignment, Playwright handoff, and agent-browser inspection.
    0
    installs
  65. Debugging Prompts · soden46
    Laravel guidance to create effective debugging prompts-include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
    0
    installs
  66. Effective Context · soden46
    Provide comprehensive context in prompts-files, errors, Laravel version, dependencies, and monorepo details-for accurate AI responses
    0
    installs
  67. Eloquent Patterns · soden46
    Laravel guidance to keep Eloquent models explicit, query shapes intentional, relationship loading visible, and production data access bounded.
    0
    installs
  68. Interfaces And Di · soden46
    Laravel guidance to use interfaces and dependency injection to decouple code; bind implementations in the container
    0
    installs
  69. Iterating On Code · soden46
    Laravel guidance to refine AI-generated code through specific feedback-point out errors, identify gaps, show desired changes, reference style guides
    0
    installs
  70. Memory Management · soden46 bundle
    Recall, checkpoint, and audit durable Laravel project knowledge across sessions when prior context materially affects the current task.
    0
    installs
  71. Config Env Storage · soden46
    Laravel guidance to portable storage configuration across S3/R2/MinIO with optional CDN-env toggles, path-style endpoints, and URL generation
    0
    installs
  72. Controller Cleanup · soden46
    Keep Laravel controllers focused on HTTP orchestration by moving validation, authorization, and business workflows outward.
    0
    installs
  73. Filesystem Uploads · soden46
    Laravel guidance to store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
    0
    installs
  74. Laravel Specialist · soden46
    Coordinate full Laravel feature work across models, APIs, auth, queues, Livewire, tests, and quality checks by routing to focused skills.
    0
    installs
  75. Ports And Adapters · soden46
    Laravel guidance to use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
    0
    installs
  76. Performance Caching · soden46
    Laravel guidance to use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
    0
    installs
  77. Actions And Services · soden46
    Use Actions and Services as deliberate Laravel application boundaries for use cases, integrations, and reusable workflows.
    0
    installs
  78. Code Review Requests · soden46
    Request effective code reviews-specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
    0
    installs
  79. Livewire Development · soden46 bundle
    Build, refactor, secure, optimize, and test Laravel Livewire v2-v4 components, including state, forms, events, uploads, pagination, Alpine, and v4 formats.
    0
    installs
  80. API Surface Evolution · soden46
    Laravel guidance to evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests
    0
    installs
  81. Complexity Guardrails · soden46
    Laravel guidance to keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
    0
    installs
  82. Database Transactions · soden46
    Keep Laravel writes atomic and consistent with transactions, locks, retries, idempotency, side-effect boundaries, and after-commit dispatch.
    0
    installs
  83. Responsive UI Testing · soden46
    Audit Laravel responsive UI with Playwright across mobile, tablet, desktop, Livewire states, overflow, clipping, forms, tables, modals, and navigation.
    0
    installs
  84. Routes Best Practices · soden46
    Laravel guidance to keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
    0
    installs
  85. Eloquent Relationships · soden46
    Laravel guidance to define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
    0
    installs
  86. HTTP Client Resilience · soden46
    Laravel guidance to use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
    0
    installs