Source

noartem/skills

31 skills · 2.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
shadcn-vue shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, …
noartem/skills
883
2
baseline-ui Enforces an opinionated UI baseline to prevent AI-generated interface slop.
noartem/skills
80
3
complexity-guardrails Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over…
noartem/skills
73
4
laravel-routes-best-practices Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database opera…
noartem/skills
73
5
laravel-api Build production-grade Laravel REST APIs using opinionated architecture patterns with Laravel best practices. Use whe…
noartem/skills
72
6
laravel-performance-eager-loading Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
noartem/skills
71
7
laravel-debugging-prompts Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attem…
noartem/skills
70
8
laravel-internationalization-and-translation Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale man…
noartem/skills
70
9
laravel-performance-caching Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies fo…
noartem/skills
70
10
laravel-policies-and-authorization Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
noartem/skills
70
11
laravel-quality-checks Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linter…
noartem/skills
70
12
laravel-api-resources-and-pagination Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
noartem/skills
69
13
laravel-constants-and-configuration Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config …
noartem/skills
69
14
laravel-controller-tests Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
noartem/skills
69
15
laravel-laravel-prompting-patterns Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framewo…
noartem/skills
69
16
laravel-config-env-storage Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL genera…
noartem/skills
68
17
laravel-data-chunking-large-datasets Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and …
noartem/skills
68
18
laravel-iterating-on-code Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference s…
noartem/skills
68
19
laravel-performance-select-columns Select only required columns to reduce memory and transfer costs; apply to base queries and relations
noartem/skills
68
20
laravel-controller-cleanup Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/singl…
noartem/skills
67
21
laravel-custom-helpers Create and register small, pure helper functions when they improve clarity; keep them organized and tested
noartem/skills
67
22
laravel-filesystem-uploads Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
noartem/skills
67
23
laravel-interfaces-and-di Use interfaces and dependency injection to decouple code; bind implementations in the container
noartem/skills
67
24
laravel-migrations-and-factories Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; se…
noartem/skills
67
25
laravel-transactions-and-consistency Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
noartem/skills
67
26
laravel-dependencies-trim-packages Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
noartem/skills
66
27
laravel-strategy-pattern Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
noartem/skills
66
28
laravel-task-scheduling Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
noartem/skills
66
29
laravel-template-method-and-plugins Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
noartem/skills
65
30
laravel-rate-limiting Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
noartem/skills
64
31
vue3-component-decomposition Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR…
noartem/skills
54