Skip to main content
GitHub 저장소

skills

skills에는 noartem에서 수집한 skills 30개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
30
Stars
10
업데이트
2026-06-13
Forks
0
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

shadcn-vue
웹 개발자

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.

2026-06-13
vue3-component-decomposition
웹 개발자

Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR-safe side effects.

2026-03-05
baseline-ui
웹 개발자

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

2026-01-26
complexity-guardrails
소프트웨어 개발자

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

2026-01-25
laravel-api-resources-and-pagination
웹 개발자

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

2026-01-25
laravel-config-env-storage
소프트웨어 개발자

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

2026-01-25
laravel-constants-and-configuration
소프트웨어 개발자

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

2026-01-25
laravel-controller-cleanup
소프트웨어 개발자

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

2026-01-25
laravel-controller-tests
소프트웨어 품질 보증 분석가·테스터

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

2026-01-25
laravel-custom-helpers
소프트웨어 개발자

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

2026-01-25
laravel-data-chunking-large-datasets
데이터베이스 관리자

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

2026-01-25
laravel-debugging-prompts
소프트웨어 개발자

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

2026-01-25
laravel-dependencies-trim-packages
소프트웨어 개발자

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

2026-01-25
laravel-filesystem-uploads
소프트웨어 개발자

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

2026-01-25
laravel-interfaces-and-di
소프트웨어 개발자

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

2026-01-25
laravel-internationalization-and-translation
웹 개발자

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

2026-01-25
laravel-iterating-on-code
소프트웨어 개발자

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

2026-01-25
laravel-migrations-and-factories
데이터베이스 아키텍트

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

2026-01-25
laravel-performance-caching
소프트웨어 개발자

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

2026-01-25
laravel-performance-eager-loading
소프트웨어 개발자

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

2026-01-25
laravel-performance-select-columns
소프트웨어 개발자

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

2026-01-25
laravel-policies-and-authorization
소프트웨어 개발자

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

2026-01-25
laravel-laravel-prompting-patterns
소프트웨어 개발자

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

2026-01-25
laravel-quality-checks
소프트웨어 품질 보증 분석가·테스터

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

2026-01-25
laravel-rate-limiting
소프트웨어 개발자

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

2026-01-25
laravel-routes-best-practices
웹 개발자

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

2026-01-25
laravel-strategy-pattern
소프트웨어 개발자

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

2026-01-25
laravel-task-scheduling
네트워크·컴퓨터 시스템 관리자

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

2026-01-25
laravel-template-method-and-plugins
소프트웨어 개발자

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

2026-01-25
laravel-transactions-and-consistency
소프트웨어 개발자

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

2026-01-25