Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
NE
@next-safe-action
contributor on implexa, with 7 skills ranked by
SkillRank
across 1 source.
next-safe-action on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
7.3
skills.sh
safe-action-validation-errors
safe-action-validation-errors covers schema and manual validation in next-safe-action, showing how to structure error responses (formatted and flattened), use returnValidationErrors for business logic checks, and display errors on the client.
5.3
skills.sh
safe-action-hooks
safe-action-hooks provides react hooks (useAction, useOptimisticAction, useStateAction) for consuming next-safe-action server actions with built-in state and status tracking from client components.
5.1
skills.sh
safe-action-client
safe-action-client covers initialization and basic action scaffolding with zod validation in next.js server environments, but stops short of handling errors, configuration patterns, or failure recovery.
—
skills.sh
safe-action-advanced
Use when working with bind arguments, metadata schemas, framework errors (redirect/notFound/forbidden/unauthorized), type inference utilities…
—
skills.sh
safe-action-forms
Use when integrating next-safe-action with forms -- react-hook-form adapter (useHookFormAction, useHookFormOptimisticAction, mapToHookFormErrors), native HTML…
—
skills.sh
safe-action-testing
Use when writing tests for next-safe-action actions or hooks -- Vitest patterns for testing server actions directly, middleware behavior, hooks with React…
—
skills.sh
safe-action-middleware
Use when implementing middleware for next-safe-action -- authentication, authorization, logging, rate limiting, error interception, context extension, or…