gr8monk3ys

Action New — Development skill for Claude Code

Development community

Scaffold a Next.js 15 Server Action with Zod validation and typed results.

How to install Action New

Installs to ~/.claude/skills/gr8monk3ys-skills-action-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gr8monk3ys-skills-action-new && curl -fsSL https://raw.githubusercontent.com/gr8monk3ys/skills/HEAD/commands/action-new.md -o ~/.claude/skills/gr8monk3ys-skills-action-new/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Action New does


description: Scaffold a Next.js 15 Server Action with Zod validation and typed results argument-hint: " [what it does]" allowed-tools: Read, Write, Edit, Glob, Grep model: claude-opus-4-8

Generate a Next.js 15 Server Action with `'use server'`, Zod input validation, an auth check, and a discriminated result type.

Request

$ARGUMENTS

Standards

  • 'use server' at the top of the module (or inline in the function).
  • Validate every input with Zod before touching data —

Alternatives in Development

  • Swarm Collect — Collect and synthesize results from a completed swarm 508 ★
  • Create API — Scaffold a new API endpoint — route, handler, types, tests — wired into the server 335 ★
  • Obsidian Find — Smart vault search — returns results with context, not just filenames 277 ★

Full documentation available on GitHub

View Source Repository