mit einem Klick
jobs
jobs enthält 2 gesammelte Skills von Ali1raz, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.