nextjs-tanstack-form

nextjs-tanstack-form is a skill for Claude Code, Codex from fusengine/agents. It costs 38 tokens per session (1,524 once invoked), scanned A, original, MIT.

A guide to building forms in Next.js 16 with TanStack Form, Server Actions, and Zod validation. Zod is a library for checking that submitted data has the expected shape and values.

In plain words
What is it for?
Use it for validated forms, server-side submissions, multi-step wizards, dynamic lists of fields, and delayed checks such as verifying a value remotely.
Why use it?
It helps manage complex validation, server submission, changing fields, and multi-step forms without scattering the logic across components. It also provides a consistent file structure for form code.

Skill for Claude CodeCodex

Part of the fuse-nextjs plugin — 11 skills, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fusengine/agents/nextjs-tanstack-form
Any agent
npx skills add fusengine/agents --skill nextjs-tanstack-form
Clone the repo
git clone --depth 1 https://github.com/fusengine/agents

Made for: Claude Code, Codex.

Or install fuse-nextjs, the plugin that ships this one along with the rest of its 11 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nextjs-tanstack-form

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusengine/agents/nextjs-tanstack-form.svg)](https://agentmods.dev/skills/fusengine/agents/nextjs-tanstack-form)
Your own site
<a href="https://agentmods.dev/skills/fusengine/agents/nextjs-tanstack-form"><img src="https://agentmods.dev/badge/skills/fusengine/agents/nextjs-tanstack-form.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00038 $0.01524
Opus 5 $0.00019 $0.00762
Sonnet 5 $0.00008 $0.00305
Haiku 4.5 $0.00004 $0.00152

Measured yesterday against content hash e5bb99c698d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

nextjs-tanstack-form scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/nextjs-expert/skills/nextjs-tanstack-form/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Covers the Field API (state + handlers), validation timing (onChange/onBlur/onSubmit/onServer), dynamic field arrays and multi-step wizards, debounced async validation, and shadcn/ui field composition. Also documents SOLID file organization for forms (form-options.ts, FormComponent.tsx, form.action.ts) and a comparison against React Hook Form. This is the Next.js Server Actions variant of TanStack Form — for a plain React app without Next.js see the react-forms skill.

TanStack Form for Next.js 16

Type-safe, performant forms with Server Actions and signal-based reactivity.

Agent Workflow (MANDATORY)

Before ANY implementation, use TeamCreate to spawn 3 agents:

  1. fuse-ai-pilot:explore-codebase - Analyze existing forms and validation patterns
  2. fuse-ai-pilot:research-expert - Verify latest TanStack Form docs via Context7/Exa
  3. mcp__context7__query-docs - Check form options and field API

After implementation, run fuse-ai-pilot:sniper for validation.


Overview

When to Use

  • Building forms with complex validation requirements
  • Need Server Actions integration for form submission
  • Implementing multi-step wizards or dynamic field arrays
  • Require real-time async validation (username availability)
  • Want type-safe forms with full TypeScript inference

Why TanStack Form

Feature Benefit
Signal-based state Minimal re-renders, optimal performance
Full TypeScript DeepKeys, DeepValue inference
Server Actions native Built-in Next.js 16 integration
Zod adapter Schema-first validation
Framework agnostic Same API for React, Vue, Solid
Headless Works with any UI library (shadcn/ui)

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 153 lines · 38 tokens per session scan A e5bb99c698d7

Subscribe to this mod's changes

nextjs-tanstack-form is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed 1mo ago), licensed MIT. It adds 38 tokens to every session and 1,524 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

obsidian-skill

Controls Obsidian vaults via the official CLI (1.12+). Reads, creates, appends to, and searches notes. Manages daily notes, tasks, tags, properties, templates, bookmarks, and plugins. Analyzes knowledge graph structure including backlinks, orphans, and unresolved links. Triggers on Obsidian, vault, notes, daily notes…

wizzy15/obsidian-skill · 102 tokens

radin-review

Run a thermo-nuclear code quality review over a scope (commit, PR, directory, or a range like "since yesterday") and log each finding as a backlog entry instead of printing to terminal. Use for /radin-review, "review and log to backlog", "audit this commit/PR/directory and file backlog entries", "turn this review into…

shortcuts/radin · 83 tokens

radin-doctor

Check that radin's own install under /.claude is complete and its optional companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin installed correctly", "radin doctor", "verify radin install".

shortcuts/radin · 62 tokens

radin-uninstall

Remove everything install.sh copied into /.claude -- radin's agent, skills, and lib scripts. Use for /radin-uninstall, "uninstall radin", "remove radin", "tear down radin", "get rid of radin".

shortcuts/radin · 58 tokens

designing-interfaces

Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or extracting patterns from existing code.

isvlasov/rageatc-oss · 39 tokens

managing-product

Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.

isvlasov/rageatc-oss · 52 tokens