원클릭으로
jobs
jobs에는 Ali1raz에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Expert guidance for writing, reviewing, and fixing Next.js caching code using the "use cache" directive, cacheLife, cacheTag, and related invalidation APIs. Trigger this skill whenever the user asks about Next.js caching, data freshness, revalidation, cache invalidation, unstable_cache migration, or performance issues related to fetching in App Router. Also trigger when the user pastes Next.js code that fetches data and asks for a review, optimization, or bug fix — even if they don't say "cache" explicitly. Use this skill proactively when generating new Next.js data-fetching code; never let an agent write uncached server fetches without considering whether use cache applies.
nuqs (type-safe URL query state) best practices for Next.js applications. This skill should be used when writing, reviewing, or refactoring code that uses nuqs for URL state management. Triggers on tasks involving useQueryState, useQueryStates, search params, URL state, query parameters, nuqs parsers, or Next.js routing with state.