nextjs-gen-ui

nextjs-gen-ui is a skill for Claude Code from MonumentalSystems/Atlas-Agent-Teams. It costs 0 tokens per session (132 once invoked), scanned A, original, MIT.

A guide to building generative user interfaces with Next.js, where AI results can appear progressively as the server produces them.

In plain words
What is it for?
Use it to build streaming AI pages, manage Suspense loading states, debounce user input, cache responses, and add keyboard and screen-reader support.
Why use it?
It helps coordinate server-rendered AI output, client interaction state, loading screens, optimistic updates, and failures.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the vercel-gen-ui plugin — 4 skills, 1 command shipped together , and of atlas-agents

Good fit Use it to build streaming AI pages, manage Suspense loading states, debounce user input, cache responses, and add keyboard and screen-reader support.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui
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.

Any agent
npx skills add MonumentalSystems/Atlas-Agent-Teams --skill nextjs-gen-ui
Clone the repo
git clone --depth 1 https://github.com/MonumentalSystems/Atlas-Agent-Teams

Made for: Claude Code.

Or install vercel-gen-ui, the plugin that ships this one along with the rest of its 4 skills, 1 command.

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-gen-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui/github.svg)](https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui)
Your own site
<a href="https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui"><img src="https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nextjs-gen-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui"><img src="https://agentmods.dev/badge/skills/monumentalsystems/atlas-agent-teams/nextjs-gen-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 132 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00132
Opus 5 $0.00000 $0.00066
Sonnet 5 $0.00000 $0.00026
Haiku 4.5 $0.00000 $0.00013

Measured 7d ago against content hash 5a74136c3c80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

nextjs-gen-ui 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 7d ago.

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.

teams/vercel-gen-ui/skills/nextjs-gen-ui/SKILL.md · 32 lines

What it actually says

Next.js Generative UI Skill

Patterns and best practices for building generative UI with Next.js.

Server Components

  • Use Server Components for AI generation
  • Stream responses from server to client
  • Implement progressive rendering
  • Handle loading states with Suspense

Client Patterns

  • Manage AI interaction state
  • Handle streaming updates
  • Implement optimistic UI
  • Error boundaries for AI failures

Performance

  • Optimize initial load
  • Stream AI responses progressively
  • Cache AI responses when appropriate
  • Debounce user inputs

Accessibility

  • ARIA labels for AI components
  • Keyboard navigation
  • Screen reader announcements
  • Focus management
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. 7d ago First seen · 32 lines · 0 tokens per session scan A 5a74136c3c80

Subscribe to this mod's changes

nextjs-gen-ui is a skill published in the GitHub repository MonumentalSystems/Atlas-Agent-Teams (21 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 132 tokens. 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

langchain

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

davila7/claude-code-templates · 79 tokens

thinking-orbs

Add accessible animated AI loading and agent-status indicators with the React thinking-orbs library. Use when a chat, copilot, voice, search, generation, or tool-running interface needs a semantic working, searching, solving, listening, composing, or shaping state; when replacing a generic spinner with an AI activity…

MengTo/Skills · 88 tokens

assistant-ui

Guide for assistant-ui library - AI chat UI components. Use when asking about architecture, debugging, or understanding the codebase.

compozy/compozy · 28 tokens

menu-visibility

Track which react-horizontal-scrolling-menu items are on screen: useIsVisible(itemId | 'first' | 'last', defaultValue), useLeftArrowVisible/useRightArrowVisible, the options prop (ratio, rootMargin, threshold), items.getVisible()/subscribe/unsubscribe, and the async IntersectionObserver truth model (items must be seen…

asmyshlyaev177/react-horizontal-scrolling-menu · 112 tokens

ss-reference

Compile screenshots, URLs, Figma exports, or an existing UI into a project-local StyleSeed output grammar with evidence, tokens, confidence, anti-patterns, and a validation screen. Use when the user supplies a design reference that StyleSeed does not already model.

bitjaru/styleseed · 56 tokens

ai-app

Full-stack AI application generator with Next.js, AI SDK, and ai-elements. Use when creating chatbots, agent dashboards, or custom AI applications. Triggers: chatbot, chat app, agent dashboard, AI application, Next.js AI, useChat, streamText, ai-elements, build AI app, create chatbot.

laguagu/claude-code-nextjs-skills · 66 tokens