noartem

noartem

@noartem

GitHub
30 Skills
270 Total Stars
February 2026 Joined

Public Skills

baseline-ui

by noartem

Enforces an opinionated UI baseline to prevent AI-generated interface slop.

Animation 9 4mo ago

shadcn-vue

by noartem

shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, dark mode, MCP server setup, or encountering component imports, Reka UI errors.

CLI Tools 9 4mo ago

laravel-config-env-storage

by noartem

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

Caching 9 4mo ago

laravel-constants-and-configuration

by noartem

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

Caching 9 4mo ago

laravel-migrations-and-factories

by noartem

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

Code Gen 9 4mo ago

laravel-performance-select-columns

by noartem

Select only required columns to reduce memory and transfer costs; apply to base queries and relations

Performance 9 4mo ago

laravel-controller-cleanup

by noartem

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

Code Gen 9 4mo ago

laravel-internationalization-and-translation

by noartem

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

Processing 9 4mo ago

laravel-controller-tests

by noartem

Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them

API Dev 9 4mo ago

laravel-performance-eager-loading

by noartem

Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields

Database 9 4mo ago

laravel-dependencies-trim-packages

by noartem

Remove unneeded Composer packages and assets to improve boot time, memory, and security surface

Code Gen 9 4mo ago

laravel-iterating-on-code

by noartem

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

Debugging 9 4mo ago

laravel-custom-helpers

by noartem

Create and register small, pure helper functions when they improve clarity; keep them organized and tested

Code Gen 9 4mo ago

laravel-task-scheduling

by noartem

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

Automation 9 4mo ago

laravel-policies-and-authorization

by noartem

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

Legal 9 4mo ago

laravel-rate-limiting

by noartem

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

API Dev 9 4mo ago

laravel-filesystem-uploads

by noartem

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

Caching 9 4mo ago

laravel-api

by noartem

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".

API Dev 9 4mo ago

complexity-guardrails

by noartem

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

Refactoring 9 4mo ago

laravel-data-chunking-large-datasets

by noartem

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

Processing 9 4mo ago

laravel-quality-checks

by noartem

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

Code Review 9 4mo ago

laravel-template-method-and-plugins

by noartem

Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic

Code Gen 9 4mo ago

laravel-routes-best-practices

by noartem

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

API Dev 9 4mo ago

laravel-api-resources-and-pagination

by noartem

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

API Dev 9 4mo ago

laravel-debugging-prompts

by noartem

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

Processing 9 4mo ago

laravel-interfaces-and-di

by noartem

Use interfaces and dependency injection to decouple code; bind implementations in the container

Docker 9 4mo ago

laravel-performance-caching

by noartem

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

Caching 9 4mo ago

laravel-strategy-pattern

by noartem

Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface

Code Gen 9 4mo ago

laravel-transactions-and-consistency

by noartem

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

Code Review 9 4mo ago

laravel-laravel-prompting-patterns

by noartem

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

API Dev 9 4mo ago