← all skills

noartem

noartem

@noartem seed · attribution · source repo

0 followers · 21 skills

21 published skills

  1. Shadcn Vue · noartem bundle
    shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, dark mode, or encountering component imports, Reka UI errors.
    0
    installs
  2. Baseline UI · noartem
    Enforces an opinionated UI baseline to prevent AI-generated interface slop.
    0
    installs
  3. Laravel API · noartem bundle
    Build production-grade Laravel REST APIs using opinionated architecture patterns with Laravel best practices. Use when building, scaffoling, or reviewing Laravel APIs with specifications for stateless design, versioned endpoints, invokable controllers, Form Request DTOs, Action classes, JWT authentication, and PSR-12 code quality standards. Triggers on "build a Laravel API", "create Laravel endpoints", "add API authentication", "review Laravel API code", "refactor Laravel API", or "improve Laravel code quality".
    0
    installs
  4. Complexity Guardrails · noartem
    Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
    0
    installs
  5. Laravel Debugging Prompts · noartem
    Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
    0
    installs
  6. Laravel Iterating On Code · noartem
    Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
    0
    installs
  7. Laravel Config Env Storage · noartem
    Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation
    0
    installs
  8. Laravel Controller Cleanup · noartem
    Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers
    0
    installs
  9. Laravel Laravel Prompting Patterns · noartem
    Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
    0
    installs
  10. Laravel Performance Caching · noartem
    Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
    0
    installs
  11. Vue3 Component Decomposition · noartem bundle
    Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR-safe side effects.
    0
    installs
  12. Laravel Routes Best Practices · noartem
    Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
    0
    installs
  13. Laravel Migrations And Factories · noartem
    Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
    0
    installs
  14. Laravel Policies And Authorization · noartem
    Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
    0
    installs
  15. Laravel Constants And Configuration · noartem
    Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
    0
    installs
  16. Laravel Filesystem Uploads · noartem
    Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
    0
    installs
  17. Laravel Template Method And Plugins · noartem
    Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
    0
    installs
  18. Laravel API Resources And Pagination · noartem
    Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
    0
    installs
  19. Laravel Data Chunking Large Datasets · noartem
    Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
    0
    installs
  20. Laravel Transactions And Consistency · noartem
    Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
    0
    installs
  21. Laravel Internationalization And Translation · noartem
    Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management
    0
    installs