noartem

32 mods across 1 repository, 12 stars between them.

laravel-simplifier

01

noartem/skills

Agent

Simplifies and refines PHP/Laravel code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

12 6d ago A 39 tokens

baseline-ui

02

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 18 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 29 tokens

laravel-api

05

noartem/skills

Skill Claude CodeCodex

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…

12 6d ago A 105 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 32 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 32 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 24 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 24 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 33 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 29 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 22 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 31 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 32 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 29 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 35 tokens

noartem/skills

Skill Claude CodeCodex

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

12 6d ago A 40 tokens